Sathyanarayanan, India
[email protected]
March 24 2011
I would like to work on Orbot and ORLib.
Sathyanarayanan, India
[email protected]
March 24 2011
I would like to work on Orbot and ORLib.
| Index: res/values-ca/strings.xml | |
| =================================================================== | |
| --- res/values-ca/strings.xml (revision 24406) | |
| +++ res/values-ca/strings.xml (working copy) | |
| @@ -97,7 +97,7 @@ | |
| <string name="wizard_tips_tricks">Aplicacions per a usar-se amb Orbot</string> | |
| <string name="wizard_tips_msg">T\'animem a descarregar-te & utilitza aplicacions que sàpiguen com connectar-se directament a Orbot. Fes clic als botons de sota per instal·lar.</string> | |
| - <string name="wizard_tips_otrchat">OTRCHAT - Client de missatgeria instantània segura per a Android</string> | |
| + <string name="wizard_tips_otrchat">GibberBot - Client de missatgeria instantània segura per a Android</string> |
| require 'bot' | |
| module Bot | |
| class Bye < Polkabot | |
| def execute(msg,username,channel) | |
| if msg.match('polkabot[:,] (bye|Bye|ciao|Ciao)$') then | |
| puts msg | |
| say "PRIVMSG ##{channel} :#{username}, Ciao" | |
| end |
| package org.torproject.android; | |
| import android.app.Activity; | |
| import android.content.Context; | |
| import android.os.Bundle; | |
| import android.view.View; | |
| import android.widget.Button; | |
| import android.widget.ImageView; | |
| import android.widget.TextView; |
| Shoes.app :width => 300, :height => 100 do | |
| def calc_time | |
| t = Time.new.utc.to_i%86400 | |
| t = t.to_s | |
| t = "@ "+t[0..2]+" : "+t[3..5] | |
| end | |
| background "#BE8" | |
| stack do | |
| @title = title "New Internet Time!", | |
| :align => "center", |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| commit c732680861e7f9f8a6983c21d5eeaf0bd3c5491a | |
| Author: Sathyanarayanan Gunasekaran <[email protected]> | |
| Date: Sat Aug 13 14:40:19 2011 +0530 | |
| Added progress bar dialog + new home screen | |
| diff --git a/bin/BlipTVUploader.apk b/bin/BlipTVUploader.apk | |
| index 37b1515..c81658b 100644 | |
| Binary files a/bin/BlipTVUploader.apk and b/bin/BlipTVUploader.apk differ | |
| diff --git a/bin/classes.dex b/bin/classes.dex |
| HttpClient httpclient = new DefaultHttpClient(); | |
| HttpPost httppost = new HttpPost("http://blip.tv/file/post"); | |
| HttpHost proxy = new HttpHost("localhost", 8118); | |
| httpclient.getParams().setParameter(ConnRoutePNames.DEFAULT_PROXY, proxy); |
A two/three night hackathon on free and open source software[Ex. Gnome, KDE, Wikimedia].
Mentors who have been contributing to said foss projects help new hackers get
started by giving them a primer on -