Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'api'

2092854 - Posting to Google Calendar via g: google api gdata
  1. // This code is for creating an event on Google calendar using the gData API
  2.  
  3. // The service has already been created and the user has been logged in...
  4.  
  5. myService.getEventsFeed( feedUrl, handleMyFeed, handleError );
  6.  
  7. // Create an instance of CalendarEventEntry representing the new event
  8. var entry = new google.gdata.calendar.CalendarEventEntry();
  9.  
1932241 - Post to Diigo as unread: tag api diigo unread
  1. javascript:(function()%20{var%20url%20=%20location.href;var%20title%20=%20document.title%20||%20url;var%20desc%20=%20(window.getSelection%20?%20window.getSelection().toString()%20:%20document.getSelection%20?%20document.getSelection()%20%20:%20document.selection.createRange().text);window.location.href%20=%20'http://www.diigo.com/post?url='%20+%20encodeURIComponent(url)%20+%20'&title='%20+%20encodeURIComponent(title)%20+%20'&tags=unread&desc='%20+%20encodeURIComponent(desc)})();
1907221 - Python Dbus Example: python dbus api notifications
  1. import dbus, dbus.service
  2. import gobject
  3. from dbus.mainloop.glib import DBusGMainLoop
  4.  
  5. class SysTrayService(dbus.service.Object):
  6.     def __init__(self):
  7.         DBusGMainLoop(set_as_default=True)
  8.         bus_name = dbus.service.BusName("org.freedesktop.Notifications", bus=dbus.SessionBus())
  9.  
1833953 - WP API script: script wikipedia api
  1. <?php
  2.         function editremotepage() {
  3.                 //$this->text = "{{pwli|.al}}{{pwli|1997 rebellion in Albania}}{{pwli|2008 Gërdec explosions}}{{pwli|2008 Tirana ammunitions explosion}}* [[:Category:2008 in Albania]] ([[:Category talk:2008 in Albania|Talk page]]){{pwli|ABA Business Center}}{{pwlimg|AL MAP S.flu.JPG}}{{pwlimg|ALB 20070720 img 1455.jpg}}{{pwli|AMBO pipeline}}{{pwli|Academic grading in Albania}}{{pwli|Academy of Music and Arts of Albania}}{{pwli|Academy of Physical and Sports Education Vojo Kushi}}{{pwli|Academy of Sciences of Albania}}{{pwli|Accession of Albania to the European Union}}{{pwli|Administrative divisions of Albania}}{{pwli|Ansi Agolli}}{{pwli|Agricultural University of Tirana}}{{pwli|Mimoza Ahmeti}}{{pwli|Vilson Ahmeti}}* [[Template:Airlines of Albania]] ([[Template talk:Airlines of Albania|talk page]]){{pwli|Albafilm-Tirana}}{{pwli|Albanenses}}{{pwli|Albania}}* [[Portal:Albania]] ([[Portal talk:Albania|talk page]])* [[Template:Albania]] ([[Template talk:Albania|talk page]]){{pwlimg|Albania 1914 Flag.gif}}{{pwli|Albania at the 1972 Summer Olympics}}{{pwli|Albania at the 1992 Summer Olympics}}{{pwli|Albania at the 1996 Summer Olympics}}{{pwli|Albania at the 2008 Summer Olympics}}{{pwli|Albania at the 2010 Winter Olympics}}";
  4.                 $this->text = "{{pwli|.al}}{{pwli|1997 rebellion in Albania}}{{pwli|2008 Gërdec explosions}}{{pwli|2008 Tirana ammunitions explosion}}* [[:Category:2008 in Albania]] ([[:Category talk:2008 in Albania|Talk page]]){{pwli|ABA Business Center}}{{pwlimg|AL MAP S.flu.JPG}}{{pwlimg|ALB 20070720 img 1455.jpg}}{{pwli|AMBO pipeline}}{{pwli|Academic grading in Albania}}{{pwli|Academy of Music and Arts of Albania}}{{pwli|Academy of Physical and Sports Education Vojo Kushi}}{{pwli|Academy of Sciences of Albania}}";
  5.                 $cl = curl_init();
  6.                 curl_setopt($cl, CURLOPT_URL, $GLOBALS['mediawiki_url'] . $GLOBALS['edit_url']);
  7.                 curl_setopt($cl, CURLOPT_USERAGENT, $GLOBALS['useragent']);
  8.                 curl_setopt($cl, CURLOPT_COOKIE, $GLOBALS['cookie']['login']['cookieprefix'] . "UserName=" . $GLOBALS['cookie']['login']['lgusername'] . "; " .
  9.  
1827416 - Manish Sinha: c http .net api launchpad httpwebreader
  1. using System;
  2. using System.Net;
  3. using System.Collections.Generic;
  4. using System.Collections.Specialized;
  5. using System.IO;
  6. using System.Security.Cryptography.X509Certificates;
  7. using System.Text;
  8.  
  9.  
1821812 - Change your Twitter profile pict: curl bash twitter api
  1. #!/bin/bash
  2.  
  3. # default parameters (change where needed))
  4. dir=/path/to/your/pictures
  5. usr=username
  6. pwd=password
  7.  
  8. # choose a random file
  9.  
1821810 - Change your Twitter profile pict: curl bash twitter api
  1. #!/bin/bash
  2.  
  3. # default parameters (change where needed))
  4. @@dir=/path/to/your/pictures
  5. @@usr=username
  6. @@pwd=password
  7.  
  8. # choose a random file
  9.  
1821808 - Change your Twitter profile pict: curl bash twitter api
  1. #!/bin/bash
  2.  
  3. # default parameters (change where needed))
  4. dir=/path/to/your/pictures
  5. usr=username
  6. pwd=password
  7.  
  8. # choose a random file
  9.  
1680743 - Diigo meta ycc2106 focus on hist: javascript bookmarklet api diigo 1094383
  1. javascript:void(window.location='http://www.diigo.com/bookmark/'+encodeURIComponent(document.location)+'?tab=people&uname=ycc2106');
1679045 - Post to Diigo, tag with : javascript bookmarklet api diigo 1094383
  1. javascript:(function()%20{var%20url%20=%20location.href;var%20title%20=%20document.title%20||%20url;var%20desc%20=%20(window.getSelection%20?%20window.getSelection().toString()%20:%20document.getSelection%20?%20document.getSelection()%20%20:%20document.selection.createRange().text);window.location.href%20=%20'http://www.diigo.com/post?tags=2009,2009-11,2009-11-19,unread&url='%20+%20encodeURIComponent(url)%20+%20'&title='%20+%20encodeURIComponent(title)%20+%20'&desc='%20+%20encodeURIComponent(desc)})();
1678393 - Anonymous: javascript bookmarklet api diigo 1094383
  1. javascript:void(window.location='http://www.diigo.com/bookmark/'+encodeURIComponent(document.location)+'?tab=comment&uname=grahamperrin');
1678376 - Diigo: annotated view without sh: javascript bookmarklet api diigo 1094383
  1. javascript:void(window.location='http://www.diigo.com/annotated?url='+encodeURIComponent(document.location)+'&uid=26573');
1678365 - Diigo: annotated view without sh: javascript bookmarklet api diigo 1094383
  1. javascript:void(window.location='http://www.diigo.com/annotated?url='+encodeURIComponent(document.location)+'&uid=');
1678357 - Diigo: Meta: comments: tabs: javascript bookmarklet api diigo 1094383
  1. javascript:void(window.location='http://www.diigo.com/bookmark/'+encodeURIComponent(document.location)+'?tab=comment&gname=viewtabs');
1678356 - Diigo: Meta: comments: group-ori: javascript bookmarklet api diigo 1094383
  1. javascript:void(window.location='http://www.diigo.com/bookmark/'+encodeURIComponent(document.location)+'?tab=comment&gname=');
1678349 - Diigo: Meta: comments: javascript bookmarklet api diigo 1094383
  1. javascript:void(window.location='http://www.diigo.com/bookmark/'+encodeURIComponent(document.location)+'?tab=comment&uname=');
1638015 - eMinistarstvo.py: api erepublik
  1. #! /usr/bin/env python
  2. #
  3. #  Copyright (C) 2009 by Filip Brcic <brcha@gna.org>
  4. #
  5. #  eRepublik app for managing Srpsko Ministarstvo Emigracije
  6. #
  7. #  This program is free software: you can redistribute it and/or modify
  8. #  it under the terms of the GNU General Public License as published by
  9.  
1284089 - WoW API Dump - Cypherjb: lua wow warcraft cypher wowwiki cypherjb api
  1. AbandonQuest
  2. AbandonSkill
  3. AcceptAreaSpiritHeal
  4. AcceptArenaTeam
  5. AcceptBattlefieldPort
  6. AcceptChangedOptionWarnings
  7. AcceptContest
  8. AcceptDuel
  9.  
worth-right
fantasy-obligation