Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 4

A WebView subclass (Cocoa) that uses its own private cookie store.

5.0
 
  0 reviews  |  1 user  |  516 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

SimpleCookie is a php class that abstracts cookie functionality in a way that mimics working with a database model.

3.0
   
  0 reviews  |  1 user  |  88 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

Provides extensible support in WordPress for EU/UK compliance of the EC Cookie Directive (EU Cookie Law, 2009/136/EC), based on a visitor's location.

0
 
  0 reviews  |  1 user  |  2,794 lines of code  |  1 current contributor  |  Analyzed 7 months ago
 
 

Java Applet Persistence for Evercookie

5.0
 
  0 reviews  |  1 user  |  1,202 lines of code  |  1 current contributor  |  Analyzed 2 days ago
 
 

Иcпользование cookie ограничено 4 кб. размера, так же они видны пользователю. При использование Flash Storage прочитать cookie немного сложнее и позволяет сохранять до 100 кб и ... [More] выше данных на компьютере пользователя. Управление очень простое:setCookie(key,value) - установить печеньку getCookie(key) - взять печеньку removeCookie(key) - удалить печеньку isExistCookie(key) - есть ли печенька? Размер: 3 кб. Демо: http://riamatic.com/poligon/jfstorage/JFStorage.html Google Code: http://code.google.com/p/jfstorage ТехнологииЧасть работающая с SharedObject взята с http://ntt.cc/2008/07/13/the-source-code-of-actions%D1%81ri%D1%80t-3-cookie-class-enables-you-to-read-write-and-edit-shared-objects-on-the-user-hard-disk.html и чуточку обработана напильником. Взаимодействие между JavaScript и Flash написано мной. Использованы стандартные библиотеки. Как можно использовать?Как хранилище скрытых данных. Как хранилище больших данных. Как способ offline-ой подгрузки данных. [Less]

0
 
  0 reviews  |  0 users  |  6,430 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

SOLonAIR is a decompiler for the .sol files used by flash to save its own cookie (the SharedObjects). It will decompile the entire file and will show you every saved variable, its class type and its value. Shared Obbject Reader supports both AMF0 and AMF3 SharedObject file formats.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 9 days ago
 
 

see http://code.google.com/p/cookies

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

New UpdatePHP 简繁转换 / 繁簡轉換 Chinese Traditional / Simplified //require mb_string str_chinese_trad("标准字") == "標準字" str_chinese_simp("標準字") == "标准字" View Live Demo here

0
 
  0 reviews  |  0 users  |  2,706 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

A decent text block with a few handy options which actually FITS in the Google Apps Columns. Functions so far are: > Save > Load > Background Color > Text Color > Text Font > Adjustable Columns > Adjustable Rows Near Future features include: > Numbered Lines > Go to ... [More] line number X > Multiple Tabs (for multiple notes) > Find and Replace Long Term Goals: > Piggy back the data into Google calendar or something? re: make the data portable and still keep it secure? > Syntax highlighting? > code validator through tiny, some google code checker? The user notes are saved to a cookie on the computer. This gives us some form of securely storing our notes, even if they aren't very portable. The App is hosted on a google site, and the data is stored on your computer. Save your memos with an easy mind. :) Named in honor of the worlds most awesome code tool, TextPad! TextPad is native to Windows; Linux users install with Wine or Crossover, Mac users.. virtual flavor of the day? [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 1 day ago
 
 

Javascript Cookie Library with jQuery bindings and JSON supportCurrent Version: 2.2.0Released: 06 Jan 10FeaturesUse without jQuery The core of this library--cookie manipulation--does not require jQuery. You can use it standalone to manipulate HTTP cookies. Use with jQuery With jQuery present, the ... [More] lib is added to the jQuery namespace along with jQ extension methods to bind cookies to form values and html elements. JSON support: set ANY value to a cookie When the standard JSON API is available, all value types can be set as a cookie. The value will be JSON encoded on set, and decoded on get. DescriptionThis is a Javascript library for accessing and manipulating HTTP cookies in the web browser. You can get one or a list of cookies, set cookies, delete cookies, test if the browser accepts cookies. When JSON support is available, any JS value can be set to a cookie--it will be automatically serialized before being written to the cookie. jQuery is not required to use this library, but jQuery bindings are available when jQuery is present on the page. When jQuery is available, you can cause form fields to automatically set cookies, or auto fill form fields with cookie values. See the documentation for details. Basic usageShown here are some of the most basic usages. See the documentation for customization options and specifics. //set $.cookies.set( 'sessid', 'dh3tr62fghe' ); //A cookie by the name 'sessid' now exists with the value 'dh3tr62fghe' //get var sessid = $.cookies.get( 'sessid' ); //Variable 'sessid' now holds the value 'dh3tr62fghe' //delete $.cookies.del( 'sessid' ); //The cookie named 'sessid' has been deleted. //test if( $.cookies.test() ) { //browser is accepting cookies } //JSON var jimData = {id: 1, name: 'jim'}; $.cookies.set( 'userdata', jimData ); //A cookie by the name 'userdata' now exists with a serialized copy of jimData var userData = $.cookies.get( 'userdata' ); //A variable named 'userData' now holds the unserialized object--should be identical to the variable 'jimData' //jQuery Extensions $( 'input.store' ).cookify(); //Inputs with class of 'store' are written to a cookie named after the input $( 'input.store' ).cookieFill(); //Inputs with class of 'store' are filled with the value of cookies with matching names $( 'input.store' ).cookieBind(); //Inputs with class of 'store' are filled with the value of cookies with matching names and whenever they change the cookie will be updated [Less]

0
 
  0 reviews  |  0 users  |  676 lines of code  |  1 current contributor  |  Analyzed 7 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.