Thursday, October 25, 2012
Distance metrics
References:
[1] http://en.wikipedia.org/wiki/Cosine_similarity
[2] http://www.miislita.com/information-retrieval-tutorial/cosine-similarity-tutorial.html
[3] http://www.cedar.buffalo.edu/~srihari/CSE555/Chap4.Metrics-TangentDistance.pdf
[4] Face verifiation http://www.springerlink.com/content/95143j6058483pnw/fulltext.pdf
[5] Other distance(Weighted Euclidean distance) http://www.econ.upf.edu/~michael/stanford/maeb4.pdf
http://stats.stackexchange.com/questions/15289/when-to-use-weighted-euclidean-distance-and-how-to-determine-the-weights-to-use
[6] Manhattan http://en.wikipedia.org/wiki/Taxicab_geometry
Apuntes de Probabilidad
Tuesday, October 23, 2012
Wednesday, October 17, 2012
Tuesday, October 16, 2012
Monday, October 15, 2012
Thursday, October 11, 2012
Wednesday, October 10, 2012
Linux Partition Recovery Tools
http://www.ext2fsd.com/?page_id=16
http://sourceforge.net/projects/ext2read/
http://www.chrysocome.net/explore2fs (No sirve)
http://www.fs-driver.org/download.html
Recovery ext2 partition from Windows(HD Master) and Slave.
http://www.diskinternals.com/linux-recovery/(????)
http://www.forensicswiki.org/wiki/Tools:Data_Recovery#Carving
http://sourceforge.net/projects/ext2read/
http://www.chrysocome.net/explore2fs (No sirve)
http://www.fs-driver.org/download.html
Recovery ext2 partition from Windows(HD Master) and Slave.
http://www.diskinternals.com/linux-recovery/(????)
http://www.forensicswiki.org/wiki/Tools:Data_Recovery#Carving
Monday, October 08, 2012
OpenCV Visual Studio 2010
http://opencv.willowgarage.com/wiki/VisualC++_VS2010_CMake
Resolve problem dll not found at run
For add dll path, if you are not Adminstrator(alternative to use setx)
rundll32 sysdm.cpl,EditEnvironmentVariables
Sunday, October 07, 2012
Computer Vision Course
HoG Teach
http://www.youtube.com/watch?v=0Zib1YEE4LU
Adaptive HoG (App)
http://www.youtube.com/watch?v=7u4p3yxp2rw&feature=related
MUBARAK SHAH (Source Code)
http://vision.eecs.ucf.edu/faculty/shah.html
Computer Vision Log(Source Code)
http://www.cvpapers.com/rr-changelog.html
Hog Python
http://scikit-image.org/docs/0.6/auto_examples/plot_hog.html
Read for Hog on OpenCV
http://experienceopencv.blogspot.com.br/2011/02/hog-descriptor.html
Catalog
http://www.ifp.illinois.edu/~cao4/reading/patchbib.htm
http://www.youtube.com/watch?v=0Zib1YEE4LU
Adaptive HoG (App)
http://www.youtube.com/watch?v=7u4p3yxp2rw&feature=related
MUBARAK SHAH (Source Code)
http://vision.eecs.ucf.edu/faculty/shah.html
Computer Vision Log(Source Code)
http://www.cvpapers.com/rr-changelog.html
Hog Python
http://scikit-image.org/docs/0.6/auto_examples/plot_hog.html
Read for Hog on OpenCV
http://experienceopencv.blogspot.com.br/2011/02/hog-descriptor.html
Catalog
http://www.ifp.illinois.edu/~cao4/reading/patchbib.htm
Friday, October 05, 2012
Image Descriptors
ASIFT
http://www.ipol.im/pub/demo/my_affine_sift/
Source Code
http://robwhess.github.com/opensift/
Hog (Original)
http://www.openpr.org.cn/index.php/Code-of-Individual-Algorithms/9-Histograms-of-Oriented-Gradients-
HOG-Feature-Extraction/View-details.html
Gallery of Computer Vision
http://blog.sciencenet.cn/blog-722391-569547.html
http://marcosnietoblog.wordpress.com/2012/07/15/source-code-for-sift-orb-fast-and-ffme-for-opencv-c-for-egomotion-estimation/
Thursday, October 04, 2012
Face animation
Video realistic animation
http://web.mit.edu/newsoffice/2002/videoai.html
Face cloning and animation
http://usuarios.fceia.unr.edu.ar/~ferradal/
http://web.mit.edu/newsoffice/2002/videoai.html
Face cloning and animation
http://usuarios.fceia.unr.edu.ar/~ferradal/
Beamer and other techniques
http://www.math.uni-leipzig.de/~hellmund/LaTeX/pgf-tut.pdf
Beautiful (need root/administrator)
http://www.matdat.life.ku.dk/LaTeX/Frederiksberg/
http://www.matdat.life.ku.dk/LaTeX/Frederiksberg/download/FrederiksbergUserGuide-2-2.pdf
Insert animation into PDF
http://pages.uoregon.edu/noeckel/PDFmovie.html
Probabilidad
Ejercicios Resueltos de Probabilidad
http://jjsalaza.webs.ull.es/curriculum/books/GOBCAN02.pdf
Video Aula
http://www.youtube.com/watch?v=unUpFZiI6DM
Sunday, September 23, 2012
Facial expression references
http://www.apa.org/science/about/psa/2011/05/facial-expressions.aspx
http://media.au.tsinghua.edu.cn/liuyebin.jsp
http://mug.ee.auth.gr/fed/
Journal
http://www.ijsce.org/submission.php
Book(s)
New Approaches to Characterization and Recognition of Faces
http://www.intechopen.com/books/new-approaches-to-characterization-and-recognition-of-faces
http://media.au.tsinghua.edu.cn/liuyebin.jsp
http://mug.ee.auth.gr/fed/
Journal
http://www.ijsce.org/submission.php
Book(s)
New Approaches to Characterization and Recognition of Faces
http://www.intechopen.com/books/new-approaches-to-characterization-and-recognition-of-faces
Saturday, September 22, 2012
Tuesday, September 18, 2012
Join PDF File
Join PDFs:
$ pdfsam (over Java)
Compact PDF:
$ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dQUIET -dBATCH -sOutputFile=CompEnd_p.pdf CompEnd.pdf
Scanning:
$Xsane
Format converter:
$convert
$ pdfsam (over Java)
Compact PDF:
$ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dQUIET -dBATCH -sOutputFile=CompEnd_p.pdf CompEnd.pdf
Scanning:
$Xsane
Format converter:
$convert
Tuesday, September 11, 2012
Teoria de NĆŗmeros
O Teorema Fundamental da AritmƩtica
http://www.sbm.org.br/docs/coloquios/SU-2.03.pdf
http://www.sbm.org.br/docs/coloquios/SU-2.03.pdf
Monday, September 10, 2012
Wednesday, September 05, 2012
Sunday, September 02, 2012
Apuntes Analisis de algoritmos
Logaritmos, Limites, Derivadas
http://www.videosdematematicas.com/Formularios%20pdf/Matematicas/
Apuntes de MatemƔtica Discreta
Conjuntos
http://www2.uca.es/matematicas/Docencia/ESI/1710003/Apuntes/Leccion2.pdf
Clases de Restos MĆ³dulo m
http://www2.uca.es/matematicas/Docencia/ESI/1710003/Apuntes/Leccion13.pdf
Grafos
http://www2.uca.es/matematicas/Docencia/ESI/1710003/Apuntes/Leccion14.pdf
http://es.scribd.com/doc/72044418/18/Subgrafo-Expandido
http://www.videosdematematicas.com/Formularios%20pdf/Matematicas/
Apuntes de MatemƔtica Discreta
Conjuntos
http://www2.uca.es/matematicas/Docencia/ESI/1710003/Apuntes/Leccion2.pdf
Clases de Restos MĆ³dulo m
http://www2.uca.es/matematicas/Docencia/ESI/1710003/Apuntes/Leccion13.pdf
Grafos
http://www2.uca.es/matematicas/Docencia/ESI/1710003/Apuntes/Leccion14.pdf
http://es.scribd.com/doc/72044418/18/Subgrafo-Expandido
Sunday, August 12, 2012
Digital Forensic
http://www.digital-evidence.org/papers/index.html
Resource for Digital Document Forensics
http://www.mit.edu/~kimo/publications/
Tuesday, August 07, 2012
Computer Vision References
Course online (University Of Central Florida)
http://www.cs.ucf.edu/courses/cap6411/cap5415/
Computer Vision tools
https://sites.google.com/site/sunglok/rv_tool/vision
Book:Computer Vision
http://homepages.inf.ed.ac.uk/rbf/BOOKS/BANDB/bandb.htm
Books on line
http://homepages.inf.ed.ac.uk/rbf/CVonline/books.htm
Resources on line
http://www.springerlink.com/content/j57146/?p=bd1c4986ddb4462593da8c6ff98070f6&pi=0&MUD=MP
http://www.e-booksdirectory.com/
http://www.cs.ucf.edu/courses/cap6411/cap5415/
Computer Vision tools
https://sites.google.com/site/sunglok/rv_tool/vision
Book:Computer Vision
http://homepages.inf.ed.ac.uk/rbf/BOOKS/BANDB/bandb.htm
Books on line
http://homepages.inf.ed.ac.uk/rbf/CVonline/books.htm
Resources on line
http://www.springerlink.com/content/j57146/?p=bd1c4986ddb4462593da8c6ff98070f6&pi=0&MUD=MP
http://www.e-booksdirectory.com/
Sunday, August 05, 2012
Linear Algebra (Algebra lineal)
Vector Subspaces
http://www.youtube.com/watch?v=eKlM1XRS3mg
Linear Transformations
http://www.youtube.com/watch?v=-X04WJoTDBc
Mit
http://web.mit.edu/18.06/www/videos.shtml
http://www.youtube.com/watch?v=eKlM1XRS3mg
Linear Transformations
http://www.youtube.com/watch?v=-X04WJoTDBc
Mit
http://web.mit.edu/18.06/www/videos.shtml
Tuesday, July 31, 2012
Tuesday, July 24, 2012
Monday, July 23, 2012
Serie Rosa
Episodios:
Ćpisode 1 : La Libertina de calidad (Le Libertin de qualitĆ©)
Ćpisode 2 : La Apuesta de las tres cotillas (La Gageure des trois commĆØres)
Ćpisode 3 : A la hoja de rosa, casa turca (Ć la feuille De Rose, Maison Turque)
Ćpisode 4 : El Alumno (L'ĆlĆØve)
Ćpisode 5 : Una quinta en el campo (Une villa Ć la campagne)
Ćpisode 6 : Un tratamiento justificado (Un traitement justifiĆ©)
Ćpisode 7 : La veranda (La Serre)
Ćpisode 8 : Augustine de Villebranche (Augustine de Villebranche)
Ćpisode 9 : El Signo (Le Signe)
Ćpisode 10 : HĆ©rcules a los pies de Omphale (Hercule aux pieds d'Omphale)
Ćpisode 11 : La Azotaina (La FessĆ©e)
Ćpisode 12 : El Semi-Matrimonio (Le demi-mariage ou Le triomphe de la vertu)
Ćpisode 13 : El Desquite (La Revanche)
Ćpisode 14 : La MandrĆ”gora (La Mandragore)
Ćpisode 15 : La Prueba de amor (L'Ćpreuve d'amour)
Ćpisode 16 : El CompaƱero inesperado (Le Partenaire inattendu)
Ćpisode 17 : Almanaque (Almanach des adresses des demoiselles de Paris)
Ćpisode 18 : Ella y Ć©l (Elle et lui)
Ćpisode 19 : La Dama galante (La Dame galante)
Ćpisode 20 : Lady Roxane (Lady Roxane)
Ćpisode 21 : La conversiĆ³n (La conversion)
Ćpisode 22 : El Loto de oro (Le Lotus d'or)
Ćpisode 23 : Experte Halima (L'Experte Halima)
Ćpisode 24 : El Estilo Pompadour (Le Style Pompadour)
Ćpisode 25 : La Huelga del amor (La GrĆØve de l'amour)
Ćpisode 26 : Las Lecciones de Bucciuolo (Les LeƧons de Bucciuolo)
Info:
Episodios: 26 episodisos
Hosts: Depositfiles/Filesonic
Tipo de Archivo: Avi/Wmv
http://depositfiles.com/folders/8ZXA1Y3QN
Tuesday, July 10, 2012
Tilsa Lozano (Before Face Sketch)
Oficial
http://www.tilsalozano.net/blogtili/?p=1606
http://www.tilsalozano.net/blogtili/?p=79
http://www.tilsalozano.net/blogtili/?p=967
Referencias:
http://hombresmujeresenfotosvideos.blogspot.com.br/2011/06/fotos-de-tilsa-lozano.html
http://www.miatilsa.com/category/fotos/
Tanga sin hilo
http://www.nopuedocreer.com/quelohayaninventado/296/tanga-sin-tirillas-con-enganche-analvaginal/
http://www.paconlevideos.com/2011/03/una-chica-muestra-el-tanga-sin-hilos-el.html?zx=6f90a4e880fd33e7
Monday, July 02, 2012
Friday, June 22, 2012
libpcap training
send package using libpcap
http://www.microhowto.info/howto/send_an_arbitrary_ethernet_frame_using_libpcap.html
DNS Spoofing
http://networkprojects.googlecode.com/svn-history/r2/trunk/
http://www.microhowto.info/howto/send_an_arbitrary_ethernet_frame_using_libpcap.html
DNS Spoofing
http://networkprojects.googlecode.com/svn-history/r2/trunk/
Saturday, June 09, 2012
TV Online PerĆŗ
https://willax.tv/en-vivo/
https://tvgratisperu.jimdofree.com
http://www.mill-tv.be/
http://www.tv-porinternet.com/2010/06/dragon-ball-z-online.html
http://www.visionperuanatv.info/2011/10/cha2.html
http://www.cebichetv.info/2011/03/frecuencia-latina-en-vivo.html (08-10)
Others:
http://www.cuevana2.tv/
Wednesday, June 06, 2012
Monday, June 04, 2012
Saturday, June 02, 2012
youtube to mp3 portable
online
[1] http://www.youtube-mp3.org/pt (max 20min)
standalone
[1] http://www.portablefreeware.com/forums/viewtopic.php?t=4496&view=previous
[1] http://www.youtube-mp3.org/pt (max 20min)
standalone
[1] http://www.portablefreeware.com/forums/viewtopic.php?t=4496&view=previous
Friday, May 25, 2012
Remove backdoor
>netstat -ao (locate reference to unknow addres, for example
ovh.net
>taskkill /pid pid
remove from register with regedit
aditional if your clock doesn't work
net stop w32time w32tm /unregister [ignore error message] w32tm /unregister [enter a second time] w32tm /register reg add hklm\system\currentcontrolset\services\w32time\parameters\ /v NtpServer /t reg_sz /d time.nist.gov /f net start w32time w32tm /resync
The default polling time for updating the clock's time is only once every 7 days. This is why the clock gets off by so much (e.g. seconds if not many minutes) until it's the 7th day for your clock to automatically update again. Only then is the clock accurate, but it immediately starts losing time again until it updates in 7 more days. The sources for updating the clock are deadly accurate (NIST = National Institute of Standards and Technology), but the problem is that it doesn't update itself often enough. Here's the fix:
On the XP system change the update (polling time) intervals by doing the following:
1. Type “regedit” in Run located in Start
2. Navigate to the following key in the left pane:
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\W32Time\TimeProviders\NtpC lient.
3. In the right pane, double click the entry called SpecialPollInterval.
4. In the Base section of the Edit DWord Value dialog box, click the Decimal option button.
5. Enter the desired interval in seconds (3600 = 1 hour, 1800 = 30 minutes, 86400 = 24 hours, and so forth).
6. Click OK and close the registry editor.
(Originally set at 604,800 seconds, which equals 7 days, or once every week. I have set mine to 1,800 seconds, which updates my clock once every 30 minutes. My clock is never more than a few seconds off...
Linux get quota by folder
if you get "Disk quota exceeded", then you like know what happened with your folders
$find . -type f | cut -d "/" -f 2 | sort | uniq -c | sort -n
$du
$df
woks too
references:
[1] http://www.codecoffee.com/tipsforlinux/articles/22.html
Wednesday, May 23, 2012
Dibujo a LƔpiz
Scarlett-Johansson
http://www.taringa.net/posts/arte/14803500.2/Scarlett-Johansson---Retrato-Tradicional-Realista.html
Bianca-Beauchamp
http://www.taringa.net/posts/arte/14099818/Bianca-Beauchamp---Retrato-Tradicional.html
Denise-Milani
http://www.taringa.net/posts/arte/13919654/Denise-Milani---Retrato-Tradicional.html
Saturday, May 19, 2012
Hipnosis conversacional
[1] http://naxoseduccion.blogspot.com.br/2011/07/persuasion-e-hipnosis-conversacional_04.html
[2] http://hipnosisconversacional.com/
[3] http://carlosesteban.lacoctelera.net/post/2010/05/13/el-poder-la-hipnosis-conversacional
[4] http://www.puabase.com/forum/hipnose-conversacional-2-dvds-t27555.html
Wednesday, May 16, 2012
Making sniffer using libpcap
[0] http://www.tcpdump.org/pcap.html
[1] http://www.joshuarobinson.net/docs/libpcap_offline.html
[2] http://yuba.stanford.edu/~casado/pcap/section1.html
[3] http://www.winpcap.org/docs/docs_40_2/html/group__wpcapsamps.html
[4] http://www.linuxquestions.org/questions/programming-9/undefined-reference-to-functions-from-pcap-h-319252/
package samples
[5] http://wiki.wireshark.org/SampleCaptures
Tutorial how to
[1] http://www.linuxforu.com/2011/02/capturing-packets-c-program-libpcap/
More
http://www.tcpdump.org/pcap.html
http://networksecurity.org.ua/0596007949/networkst-chp-10-sect-2.html
http://www.tcpdump.org/pcap/pcap.html
http://commons.oreilly.com/wiki/index.php/Network_Security_Tools/Modifying_and_Hacking_Security_Tools/Writing_Network_Sniffers
http://eecs.wsu.edu/~sshaikot/docs/lbpcap/
http://www.eecis.udel.edu/~sunshine/expcs/code/pcap_packet_read.c
Source:
[1] http://code.google.com/p/chengchuntu1/source/checkout
[2] http://sock-raw.org/papers/syn_scanner
Sunday, May 13, 2012
Saturday, May 12, 2012
Friday, May 11, 2012
Wednesday, May 09, 2012
Ettercap - Man in Middle
Single steps
http://linuxpoison.blogspot.com.br/2009/09/how-to-do-man-in-middle-attack-using.html
More details
http://openmaniak.com/ettercap_arp.php
Video references:
[1] http://www.youtube.com/watch?v=1eTb7OnV8X8
[2] http://www.youtube.com/watch?v=QSQaOnaRT8w
[3] with plugins for restore http://www.youtube.com/watch?v=ciuv5n5cmzs
[4] text mode/portugues http://www.youtube.com/watch?v=rPd7l4dF6mo
References:
[1] Arp http://openmaniak.com/ettercap_counter.php
[2] Dns Spoofing http://openmaniak.com/ettercap_filter.php
Saturday, May 05, 2012
Thursday, April 26, 2012
Wednesday, April 11, 2012
Friday, April 06, 2012
Fix Low Volume
$sudo alsamixer #customize
$sudo alsactl store #save customized
References:
[1] http://agnipulse.com/2009/07/fix-low-volume-issues-in-ubuntu/
Wednesday, April 04, 2012
gpg steps
export public key to asc
gpg -a --export FD9C1B26 > jfiq.pub
sign file/get pk
gpg -s segc-tarefa02.txt
sign file to asc format/get pk
gpg --clearsign segc-tarefa02.txt
add public key
gpg --import mo639_1s2012.pub
encrypt file/get uid
gpg -e -a segc-tarefa02.txt
References:
http://www.guiafoca.org/cgs/guia/avancado/ch-d-cripto.html
http://eriberto.pro.br/wiki/index.php?title=Usando_o_GnuPG
http://www.gnupg.org/gph/en/manual/x135.html
Wednesday, March 28, 2012
Sunday, March 25, 2012
Series 2012
Lie to me 1
http://filmeseseries.com/2011/12/lie-to-me-1-temporada-em-rmvb-legendado/
Lie to me 1-2-3
http://www.baixartv.com/download/lie-to-me/
Lie to me 2da/En con subtitulos en Pt
http://www.vmseries.com/series-canceladas/lie-to-me/lie-to-me-2%C2%AA-temporada.html
Lie to me 1-2-3/En con subtitulos en Pt
http://www.omelhordatelona.com.br/series/lie-to-me/409-lie-to-me-rmvb-legendado-baixar-download.html
Backtrack 5 to USB Issues
Many references instructions
1.Format usb FAT32
2.With UNetbootin copy from Image ISO to USB
3. Enjoy But
that don´t work with Backtrack 5/R1-R2, then for resolve that use Universal USB Installer
References:
[1] http://www.backtrack-linux.org/tutorials/usb-live-install/
Resources:
[2] http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/
1.Format usb FAT32
2.With UNetbootin copy from Image ISO to USB
3. Enjoy But
that don´t work with Backtrack 5/R1-R2, then for resolve that use Universal USB Installer
References:
[1] http://www.backtrack-linux.org/tutorials/usb-live-install/
Resources:
[2] http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/
Thursday, March 22, 2012
Thursday, March 15, 2012
Wednesday, March 14, 2012
Saturday, March 10, 2012
Dropbox
Install Dropbox via command line
32-bit:$wget http://www.dropbox.com/download?plat=lnx.x86
64-bit:$wget http://www.dropbox.com/download?plat=lnx.x86_64
$tar -xzvf [file downloaded]
$cd .dropbox-dist
$./dropboxd
downloads:
http://www.dropbox.com/install?os=lnx
32-bit:$wget http://www.dropbox.com/download?plat=lnx.x86
64-bit:$wget http://www.dropbox.com/download?plat=lnx.x86_64
$tar -xzvf [file downloaded]
$cd .dropbox-dist
$./dropboxd
downloads:
http://www.dropbox.com/install?os=lnx
Monday, March 05, 2012
Thursday, March 01, 2012
Wednesday, February 29, 2012
PortuguĆŖs do Brasil
DicionƔrio
[1] http://www.priberam.pt/dlpo/
[2] http://www.dicio.com.br/
Material
http://intervox.nce.ufrj.br/~diniz/d/direito/ou-Apostila_Portugues_Oralidade_x_Escrita_1.pdf
[1] http://www.priberam.pt/dlpo/
[2] http://www.dicio.com.br/
Material
http://intervox.nce.ufrj.br/~diniz/d/direito/ou-Apostila_Portugues_Oralidade_x_Escrita_1.pdf
Wednesday, February 08, 2012
Friday, January 27, 2012
Keyboard Shortcuts in Remote Desktop Connection
CTRL+ALT+END: Open the Microsoft Windows NT Security dialog box (CTRL+ALT+DEL)
ALT+PAGE UP: Switch between programs from left to right (CTRL+PAGE UP)
ALT+PAGE DOWN: Switch between programs from right to left (CTRL+PAGE DOWN)
ALT+INSERT: Cycle through the programs in most recently used order (ALT+TAB)
ALT+HOME: Display the Start menu (CTRL+ESC)
CTRL+ALT+BREAK: Switch the client computer between a window and a full screen
ALT+DELETE: Display the Windows menu
CTRL+ALT+Minus sign (-): Place a snapshot of the entire client window area on the Terminal server clipboard and provide the same functionality as pressing ALT+PRINT SCREEN on a local computer (ALT+PRT SC)
CTRL+ALT+Plus sign (+): Place a snapshot of the active window in the client on the Terminal server clipboard and provide the same functionality as pressing PRINT SCREEN on a local computer (PRT SC)
References:
[1] http://www.mydigitallife.info/keyboard-shortcuts-in-remote-desktop-connection-rdc-for-navigation/
ALT+PAGE UP: Switch between programs from left to right (CTRL+PAGE UP)
ALT+PAGE DOWN: Switch between programs from right to left (CTRL+PAGE DOWN)
ALT+INSERT: Cycle through the programs in most recently used order (ALT+TAB)
ALT+HOME: Display the Start menu (CTRL+ESC)
CTRL+ALT+BREAK: Switch the client computer between a window and a full screen
ALT+DELETE: Display the Windows menu
CTRL+ALT+Minus sign (-): Place a snapshot of the entire client window area on the Terminal server clipboard and provide the same functionality as pressing ALT+PRINT SCREEN on a local computer (ALT+PRT SC)
CTRL+ALT+Plus sign (+): Place a snapshot of the active window in the client on the Terminal server clipboard and provide the same functionality as pressing PRINT SCREEN on a local computer (PRT SC)
References:
[1] http://www.mydigitallife.info/keyboard-shortcuts-in-remote-desktop-connection-rdc-for-navigation/
Thursday, January 19, 2012
Wednesday, December 28, 2011
Caller ID
References:
http://www.compartir-tecnologias.es/call-id-y-c-ayuda-206872292.html
Code
http://www.codeproject.com/KB/dotnet/CShart_TAPI_3x.aspx
http://stackoverflow.com/questions/3128204/how-detect-caller-id-from-phone-line
http://www.forosdelweb.com/f29/modem-con-identificador-llamadas-caller-id-con-c-694795/
http://intellitechture.com/The-basics-of-System-IO-Ports-SerialPort/
http://www.tech-archive.net/Archive/Development/microsoft.public.win32.programmer.tapi/2006-06/msg00106.html
Test Modem
http://stackoverflow.com/questions/1200921/how-to-get-caller-id-in-c
http://www.compartir-tecnologias.es/call-id-y-c-ayuda-206872292.html
Code
http://www.codeproject.com/KB/dotnet/CShart_TAPI_3x.aspx
http://stackoverflow.com/questions/3128204/how-detect-caller-id-from-phone-line
http://www.forosdelweb.com/f29/modem-con-identificador-llamadas-caller-id-con-c-694795/
http://intellitechture.com/The-basics-of-System-IO-Ports-SerialPort/
http://www.tech-archive.net/Archive/Development/microsoft.public.win32.programmer.tapi/2006-06/msg00106.html
Test Modem
http://stackoverflow.com/questions/1200921/how-to-get-caller-id-in-c
Saturday, December 10, 2011
Enable SVN log edit (Windows)
Create pre-revprop-change.bat and save it in the /hooks subdirectory for your repository.
references:
[1] http://stackoverflow.com/questions/692851/can-i-go-back-and-edit-comments-on-an-svn-checkin
[2] http://stackoverflow.com/questions/197224/what-is-a-pre-revprop-change-hook-in-svn-and-how-do-i-create-it
set userName=%3
set propertyName=%4
set action=%5
:: Only allow the log message to be changed, but not author, etc.
if /I not "%propertyName%" == "svn:log" goto ERROR_PROPNAME
:: Only allow modification of a log message, not addition or deletion.
if /I not "%action%" == "M" goto ERROR_ACTION
:: Make sure that the new svn:log message is not empty.
set bIsEmpty=true
for /f "tokens=*" %%g in ('find /V ""') do (
set bIsEmpty=false
)
if "%bIsEmpty%" == "true" goto ERROR_EMPTY
goto :eof
:ERROR_EMPTY
echo Empty svn:log messages are not allowed. >&2
goto ERROR_EXIT
:ERROR_PROPNAME
echo Only changes to svn:log messages are allowed. >&2
goto ERROR_EXIThttp://www.blogger.com/img/blank.gif
:ERROR_ACTION
echo Only modifications to svn:log revision properties are allowed. >&2http://www.blogger.com/img/blank.gif
goto ERROR_EXIT
http://www.blogger.com/img/blank.gif
:ERROR_EXIT
exit /b 1
references:
[1] http://stackoverflow.com/questions/692851/can-i-go-back-and-edit-comments-on-an-svn-checkin
[2] http://stackoverflow.com/questions/197224/what-is-a-pre-revprop-change-hook-in-svn-and-how-do-i-create-it
Wednesday, November 30, 2011
Tuesday, November 29, 2011
Thursday, November 24, 2011
Servicios Windows
[1] ¿CĆ³mo hacer un Servicio Windows en C#?
http://www.cjorellana.net/2009/07/como-hacer-un-servicio-windows-en-c.html
[2] Crear un servicio windows y un instalador de un servicio windows.
http://www.onglasses.net/Default.aspx?id=4450
http://www.cjorellana.net/2009/07/como-hacer-un-servicio-windows-en-c.html
[2] Crear un servicio windows y un instalador de un servicio windows.
http://www.onglasses.net/Default.aspx?id=4450
Inteligencia emocional
Test
http://www.helios3000.net/cgi-bin/tests/eq.pl
Referencias
[1]Escala de inteligencia http://es.wikipedia.org/wiki/Wechsler_Adult_Intelligence_Scale
http://www.helios3000.net/cgi-bin/tests/eq.pl
Referencias
[1]Escala de inteligencia http://es.wikipedia.org/wiki/Wechsler_Adult_Intelligence_Scale
Wednesday, November 16, 2011
Configurar Celular - Claro - PerĆŗ
I) Internet (Configura el acceso de Internet )
01) Press [Menu] and select [Settings] .
02) Scroll to [Connectivity] tab and select [Internet settings] .
03) In [Internet settings] , select [Connect using] .
04) In [Data accounts] press [Options] > [Create new] > [PS data] .
Enter the following information :
Name : CLARO DATOS DM
APN : claro.pe
05) Press [Save] .
06) In [Data accounts] , select the created profile, CLARO DATOS DM and press [Options] > [Edit] .
Enter the following information :
APN : claro.pe
Username : claro
Password : claro
Login request : Off
IP address : Ignore
DNS address : Ignore
Authentication : Ignore
Data compression : Off
Header compr. : Off
Proxy settings : Press [Edit].
Proxy : Off
07) Press the end call key to return to the main screen.
The profile is saved .
II) MMS GPRS(Configura el acceso a Mensajes Multimedia )
01) Press [Menu] and select [Messaging] > [Settings] > [Picture message] > [MMS profile] .
02) In [MMS profile] select [New profile] (press [Add] ).
Enter the following information :
MMS profile name : CLARO MMS DM
Message server : http://claro/servlets/mms
Connect using : Press [Edit]
03) In [Data accounts] press [Options] > [Create new] > [PS data] .
Enter the following information :
Name : CLARO MMS DM
APN : mms.claro.pe
04) Press [Save] .
05) In [Data accounts] , select the created profile, CLARO MMS DM and press [Options] > [Edit] .
Enter the following information :
APN : mms.claro.pe
Username : claro
Password : claro
Login request : Off
IP address : Ignore
DNS address : Ignore
Authentication : Ignore
Data compression : Off
Header compr. : Off
Proxy settings : Press [Edit].
Proxy : On
Same for all servers : Off
Proxy servers : Press [Edit].
HTTP :
Username : Leave blank
Password : Leave blank
Proxy address : 192.168.231.30
Port : 80
06) Press [Back] four times, to return to [Data accounts] .
07) In [Data accounts] select the created profile, CLARO MMS DM (press [Select] ).
08) Press [Save] .
09) In [MMS profile] select the created profile, CLARO MMS DM (press [Select] ).
The profile is saved and activated .
III) WAP GPRS(Configura el acceso a WAP)
01) Press [Menu] and select [Settings] .
02) Scroll to [Connectivity] tab and select [Internet settings] .
03) In [Internet settings] , select [Connect using] .
04) In [Data accounts] press [Options] > [Create new] > [PS data] .
Enter the following information :
Name : CLARO WAP DM
APN : wap.claro.pe
05) Press [Save] .
06) In [Data accounts] , select the created profile, CLARO WAP DM and press [Options] > [Edit] .
Enter the following information :
APN : wap.claro.pe
Username : claro
Password : claro
Login request : Off
IP address : Ignore
DNS address : Ignore
Authentication : Ignore
Data compression : Off
Header compr. : Off
Proxy settings : Press [Edit].
Proxy : On
Same for all servers : Off
Proxy servers : Press [Edit].
HTTP :
Username : Leave blank
Password : Leave blank
Proxy address : 192.168.231.30http://www.blogger.com/img/blank.gif
Port : 80http://www.blogger.com/img/blank.gif
07) Press [Back] four times to return to [Data accounts] .
08) In [Data accounts] , select the created profile, CLARO WAP DM (press [Select] ).
Enter the following information :
Allow local conn. : Ignore
09) Press [Save] .
The profile is saved and activated .
Referencias:
[1] http://dmcatc.hc012.sicap.com/frontoffice.view
[2] http://www.ivanandrei.com/2010/12/configura-wap-data-y-mms-de-claro-peru-con-solo-ingresar-tu-numero/
01) Press [Menu] and select [Settings] .
02) Scroll to [Connectivity] tab and select [Internet settings] .
03) In [Internet settings] , select [Connect using] .
04) In [Data accounts] press [Options] > [Create new] > [PS data] .
Enter the following information :
Name : CLARO DATOS DM
APN : claro.pe
05) Press [Save] .
06) In [Data accounts] , select the created profile, CLARO DATOS DM and press [Options] > [Edit] .
Enter the following information :
APN : claro.pe
Username : claro
Password : claro
Login request : Off
IP address : Ignore
DNS address : Ignore
Authentication : Ignore
Data compression : Off
Header compr. : Off
Proxy settings : Press [Edit].
Proxy : Off
07) Press the end call key to return to the main screen.
The profile is saved .
II) MMS GPRS(Configura el acceso a Mensajes Multimedia )
01) Press [Menu] and select [Messaging] > [Settings] > [Picture message] > [MMS profile] .
02) In [MMS profile] select [New profile] (press [Add] ).
Enter the following information :
MMS profile name : CLARO MMS DM
Message server : http://claro/servlets/mms
Connect using : Press [Edit]
03) In [Data accounts] press [Options] > [Create new] > [PS data] .
Enter the following information :
Name : CLARO MMS DM
APN : mms.claro.pe
04) Press [Save] .
05) In [Data accounts] , select the created profile, CLARO MMS DM and press [Options] > [Edit] .
Enter the following information :
APN : mms.claro.pe
Username : claro
Password : claro
Login request : Off
IP address : Ignore
DNS address : Ignore
Authentication : Ignore
Data compression : Off
Header compr. : Off
Proxy settings : Press [Edit].
Proxy : On
Same for all servers : Off
Proxy servers : Press [Edit].
HTTP :
Username : Leave blank
Password : Leave blank
Proxy address : 192.168.231.30
Port : 80
06) Press [Back] four times, to return to [Data accounts] .
07) In [Data accounts] select the created profile, CLARO MMS DM (press [Select] ).
08) Press [Save] .
09) In [MMS profile] select the created profile, CLARO MMS DM (press [Select] ).
The profile is saved and activated .
III) WAP GPRS(Configura el acceso a WAP)
01) Press [Menu] and select [Settings] .
02) Scroll to [Connectivity] tab and select [Internet settings] .
03) In [Internet settings] , select [Connect using] .
04) In [Data accounts] press [Options] > [Create new] > [PS data] .
Enter the following information :
Name : CLARO WAP DM
APN : wap.claro.pe
05) Press [Save] .
06) In [Data accounts] , select the created profile, CLARO WAP DM and press [Options] > [Edit] .
Enter the following information :
APN : wap.claro.pe
Username : claro
Password : claro
Login request : Off
IP address : Ignore
DNS address : Ignore
Authentication : Ignore
Data compression : Off
Header compr. : Off
Proxy settings : Press [Edit].
Proxy : On
Same for all servers : Off
Proxy servers : Press [Edit].
HTTP :
Username : Leave blank
Password : Leave blank
Proxy address : 192.168.231.30http://www.blogger.com/img/blank.gif
Port : 80http://www.blogger.com/img/blank.gif
07) Press [Back] four times to return to [Data accounts] .
08) In [Data accounts] , select the created profile, CLARO WAP DM (press [Select] ).
Enter the following information :
Allow local conn. : Ignore
09) Press [Save] .
The profile is saved and activated .
Referencias:
[1] http://dmcatc.hc012.sicap.com/frontoffice.view
[2] http://www.ivanandrei.com/2010/12/configura-wap-data-y-mms-de-claro-peru-con-solo-ingresar-tu-numero/
Salesforce - General Information
http://www.blogger.com/img/blank.gif
Referenceshttp://www.blogger.com/img/blank.gif
[1]http://wiki.developerforce.com/page/Force.com_Tutorial:_An_Introduction_to_Visualforce
[2] Adding Custom List Buttons using Standard List Controllers
http://www.salesforce.com/us/developer/docs/pages/Content/pages_controller_sosc_custom_button.htm
[3]
http://sfdc.arrowpointe.com/2009/01/08/invoke-apex-from-a-custom-button-using-a-visualforce-page/
[4] Send email and validation form
http://gokubi.com/archives/using-javascript-to-validate-an-apex-form
[5] Invoke apex from custom button
http://sfdc.arrowpointe.com/2009/01/08/invoke-apex-from-a-custom-button-using-a-visualforce-page/
Referenceshttp://www.blogger.com/img/blank.gif
[1]http://wiki.developerforce.com/page/Force.com_Tutorial:_An_Introduction_to_Visualforce
[2] Adding Custom List Buttons using Standard List Controllers
http://www.salesforce.com/us/developer/docs/pages/Content/pages_controller_sosc_custom_button.htm
[3]
http://sfdc.arrowpointe.com/2009/01/08/invoke-apex-from-a-custom-button-using-a-visualforce-page/
[4] Send email and validation form
http://gokubi.com/archives/using-javascript-to-validate-an-apex-form
[5] Invoke apex from custom button
http://sfdc.arrowpointe.com/2009/01/08/invoke-apex-from-a-custom-button-using-a-visualforce-page/
Salesforce API - Dates
Query with DateTime field in Salesforce
If you have to work with DateTime field in Salesforce, consider next items:
1. Don't use quote
For example:
SELECT Id FROM Opportunity WHERE CreatedDate > 2005-10-08
2. Use DateTime literals: YESTERDAY, TODAY, TOMORROW, LAST_WEEK, THIS_WEEK, NEXT_WEEK, ...
For example:
SELECT Id FROM Account WHERE CreatedDate = LAST_WEEK
3. DateTime in Salesforce is UTC format
For example(C#):
string strSQL = "SELECT Id FROM Opportunity WHERE CreatedDate > " + DateTime.Today.ToString("yyyy-MM-dd");
If you have to work with DateTime field in Salesforce, consider next items:
1. Don't use quote
For example:
SELECT Id FROM Opportunity WHERE CreatedDate > 2005-10-08
2. Use DateTime literals: YESTERDAY, TODAY, TOMORROW, LAST_WEEK, THIS_WEEK, NEXT_WEEK, ...
For example:
SELECT Id FROM Account WHERE CreatedDate = LAST_WEEK
3. DateTime in Salesforce is UTC format
For example(C#):
string strSQL = "SELECT Id FROM Opportunity WHERE CreatedDate > " + DateTime.Today.ToString("yyyy-MM-dd");
Monday, November 14, 2011
Friday, November 11, 2011
Salesforce API - SQL
Salesforce API(Relationship Queries)
http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_calls_soql_relationships.htm
http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_calls_soql_relationships.htm
Wednesday, November 09, 2011
Visual C++ Runtime version
If you install an application and receive an error that the C runtime is not available or you need to develop an application using the runtime, you may need to obtain one or more versions. There are multiple versions of the Visual C runtime:
* Msvcr90.dll -Visual C++ 2008
* Msvcr80.dll -Visual C++ 2005
* Msvcr71.dll -Visual C++ .NET 2003 (.NET Framework 1.1)
* Msvcr70.dll -Visual C++ .NET 2002 (.NET Framework 1.0)
* Msvcr90.dll -Visual C++ 2008
* Msvcr80.dll -Visual C++ 2005
* Msvcr71.dll -Visual C++ .NET 2003 (.NET Framework 1.1)
* Msvcr70.dll -Visual C++ .NET 2002 (.NET Framework 1.0)
Friday, October 28, 2011
Winamp Alternatives
XMPlay
http://www.un4seen.com/
Sonique
http://oldapps.com/download.php?oldappsid=sonique196.exe
References
[1] Download players http://www.megaupload.com/?d=BF2X2POA
[2] http://www.techmalaya.com/2007/10/25/10-alternatives-to-winamp-desktop-music-player-freeware/
[3] https://github.com/noahwilliamsson/openspotify
http://www.un4seen.com/
Sonique
http://oldapps.com/download.php?oldappsid=sonique196.exe
References
[1] Download players http://www.megaupload.com/?d=BF2X2POA
[2] http://www.techmalaya.com/2007/10/25/10-alternatives-to-winamp-desktop-music-player-freeware/
[3] https://github.com/noahwilliamsson/openspotify
Thursday, October 27, 2011
Postgres - Fechas
Tipos Fecha
timestamp
timestamp with time zone
date
time
time with time zone
interval
Variables de Fecha
CURRENT_DATE : Fecha Actual
CURRENT_TIME : Hora Actual
CURRENT_TIMESTAMP : Fecha y Hora Actual
LOCALTIME
LOCALTIMESTAMP
referencias:
[1] http://elreinodelterror.wordpress.com/2011/02/01/fechas-y-horas-en-postgres/
[2] http://saforas.wordpress.com/2009/11/12/postgresql-fechas-y-horas/
[3] http://postgresql.ru.net/manual/functions-formatting.html
timestamp
timestamp with time zone
date
time
time with time zone
interval
Variables de Fecha
CURRENT_DATE : Fecha Actual
CURRENT_TIME : Hora Actual
CURRENT_TIMESTAMP : Fecha y Hora Actual
LOCALTIME
LOCALTIMESTAMP
referencias:
[1] http://elreinodelterror.wordpress.com/2011/02/01/fechas-y-horas-en-postgres/
[2] http://saforas.wordpress.com/2009/11/12/postgresql-fechas-y-horas/
[3] http://postgresql.ru.net/manual/functions-formatting.html
Wednesday, October 26, 2011
Claro TUN
Para acceder a la Tarifa Ćnica Nacional (TUN), el cliente debe inscribirse llamando al *779, opciĆ³n 8.
Friday, October 14, 2011
Salesforce - Using Custom Objects
References:
[1] Introduction to Visualforce
http://wiki.developerforce.com/index.php/Force.com_Tutorial:_An_Introduction_to_Visualforce
[1] Introduction to Visualforce
http://wiki.developerforce.com/index.php/Force.com_Tutorial:_An_Introduction_to_Visualforce
Salesforce - List Custom Ojects
<apex:page standardController="External_Competitor__c" sidebar="false" showHeader="false" >
<apex:sectionHeader title="Engineering Change Order: ECO Details" />
<apex:PageMessages />
<apex:messages />
<apex:listViews type="External_Competitor__c" />
</apex:page>
<apex:sectionHeader title="Engineering Change Order: ECO Details" />
<apex:PageMessages />
<apex:messages />
<apex:listViews type="External_Competitor__c" />
</apex:page>
Thursday, October 06, 2011
Friday, September 30, 2011
Visual Studio 2008 plugin
highlights substrings that are currently selected
http://code.google.com/p/wordlight/
http://code.google.com/p/wordlight/
Thursday, September 29, 2011
Postgres Backup guide
if you use pg_dump ppp > xxx.tar, then you get error, use standard format for big databases.
references:
[1] http://sparcki.blogspot.com/2010/11/copias-de-seguridad-y-recuperacion-en.html
[2] http://www.rolandovera.com/2008/07/09/forma-correcta-de-sacar-un-respaldo-backup-en-postgresql/
references:
[1] http://sparcki.blogspot.com/2010/11/copias-de-seguridad-y-recuperacion-en.html
[2] http://www.rolandovera.com/2008/07/09/forma-correcta-de-sacar-un-respaldo-backup-en-postgresql/
Alternative WLM Clients - Messenger
emesene, works fine without logout at using www.hotmail.com
digsby( not yet tested)
trillian ( not yet tested)
References:
[1] http://alternativeto.net/software/windows-live-messenger/
[2] http://blog.emesene.org/p/downloads.html
digsby( not yet tested)
trillian ( not yet tested)
References:
[1] http://alternativeto.net/software/windows-live-messenger/
[2] http://blog.emesene.org/p/downloads.html
Wednesday, September 28, 2011
Track visitors using ASP.NET & C#
References:
[0]Getting The Real IP Of Your Users
http://thepcspy.com/read/getting_the_real_ip_of_your_users/
[1] How to track visitors to your site in ASP.NET & C#
http://www.mycsharpcorner.com/Post.aspx?postID=27
[2] Server variables http://www.aspnetcenter.com/cliktoprogram/asp/serverVariables.asp
[0]Getting The Real IP Of Your Users
http://thepcspy.com/read/getting_the_real_ip_of_your_users/
[1] How to track visitors to your site in ASP.NET & C#
http://www.mycsharpcorner.com/Post.aspx?postID=27
[2] Server variables http://www.aspnetcenter.com/cliktoprogram/asp/serverVariables.asp
Labels:
C#,
Web.Developer,
Windows.Developer
Tuesday, September 27, 2011
Thursday, September 22, 2011
Subscribe to:
Posts (Atom)
-
Resources: [1] Hela https://ome.grc.nia.nih.gov/iicbu2008/hela/index.html
-
en inglĆ©s se llama “A potentially dangerous Request.Form value was detected from the client”. varias pĆ”ginas indican dos cosas: 1. agrega...
-
mas plugins http://devsnippets.com/reviews/using-jquery-to-style-design-elements-20-impressive-plugins.html http://www.extjs.com/deploy/dev/...
Facturador Sunat SEE SFS (Linux)
/usr/lib/jvm/java-8-openjdk-amd64/bin/java -jar ./facturadorApp-2.1.jar server prod.yaml References: [1] Make temp certificate for test...