Posts

php - How to persist a very abstract data type between sessions -

i have abstract data type behaves stack. represents history of "graph objects" made particular user. each "graph object" holds 1 or more "lines", date range, keys, , title. each "line" holds sql generator configured particular subset of data in db. i these "histories" available users between sessions. in form of tab reads "most recent graphs". what believe best way persist type of data between sessions. application rather large, efficiency concern. have had @ serialize: http://php.net/manual/en/function.serialize.php you use in conjunction database.

Multiple delimiters in Scanner class of Java -

how use usedelimiter() method of scanner class use both comma (,) , new line character (\n) delimiters? i parsing text csv file. scanner s = new scanner("hello, world \n hello world"); s.usedelimiter(",|\\n"); while(s.hasnext()){ system.out.println(s.next()); } output hello world hello world javadoc

c# - Textbox padding -

Image
i've searched through internet, must using wrong keywords because can't find anything. want create textbox has text starting little far left. just that. as have discovered, winforms textboxes not have padding property. since panels expose padding property, 1 technique to: create panel set border match textbox (e.g., fixed3d) set background color match textbox (e.g., white or window) set padding satisfaction (e.g., 10,3,10,3) add textbox inside panel set textbox's border none play textbox's dock , anchor properties desired effect this should started. create custom control same thing mentioned above. in case talking textboxes in asp.net, use css: input[type="text"] {padding: 3px 10px}

mobile - Android Custom URI Handler - Gmail App doesn't recognize? -

i'm trying open link gmail application. if send myapp://custom/params, gmail recognizes text. can link open application "myapp" browser, though. how can around this? i'd suggest use uris content: scheme , custom contentprovider. see http://developer.android.com/guide/topics/providers/content-providers.html .

set sound as ringtone or notification in android app -

since, im trying learn code. decided make 1 of soundboards. since, having them on phone. i've been googling source codes of these. i've found 1 main source code of soundboard project. and, seems main 1 out there else talks about. then, wanted learn how set sound on soundboard ringtone, , notification. ive been googling hours , running same codes dont work me. can't figure out codes set sound ringtone, , or else. i've tried scratch no luck. i can't find else on topic. please me, , im googled out find same information. i want able program soundboard set sound ringtone or notification in android/java. thanks. i guess should put in code suppose. :) - know simple, giving me such hard time, , id know part. menu come up, not saving sdcard file. have no clue whats happening here in java/android. im php guy, ty help button btn = (button) findviewbyid(r.id.sound1); registerforcontextmenu(btn); } @override public...

colors - Textmate is garbling Rails test output -

instead of colors see this.. texmate screenshot http://zeke.sikelianos.com/temp/textmate_tests_garbled.png anyone know might causing this? the shell textmate using run tests doesn't seem handling shell text coloring correctly. "[32m" shell color code green. surprising red works, green doesn't. may want try changing shell textmate running tests in, or making sure shell using using colors.

android - handling bluetooth spp pairing request thru app -

my android application in blueotooth spp server mode , listening client devices, application knows passcode required pairing of devices. my question is, possible handle pairing request through application. , regards. no - because security point of view important user aware of pairing. idea devices paired , bonded once, onwards connections happen automatically initiated applications without need re-pairing (or user intervention)