Chat Codes Generator lets you send custom Emoticons, Smileys or any other images you like on Facebook Chat. The Codes Generator turns any image from your computer into a special code, when you send this code over Facebook chat, it will appear as your image. Here is how you do it:
Click "Choose File" and select an Image from your computer
Click "Upload Now" and wait
Paste the code to Facebook Chat
It is really easy to make Facebook chat codes, all you have to do is follow the 3 simple steps listed above and
you are done!
Chat Codes Troubleshooting
Q:I clicked "Upload Now" but nothing happens
A:Making a chat code takes some time, please just be patient
Q:The chat code box came out blank, why?
A:This is a common problem, just refresh the page and try again
Hello World, I was having one weird issue with an Android device and that is key code value is 229 and I wanted to prevent it. What I wanted to Achieve? The numeric keyboard on android device The keyboard can only press 0-9 digits no dot or no + - or anything limit character to 4 digit What is the problem? I was using onKeyUp or onKeyDown and more, but I was getting 229 or couldn't get the value at all. We will use the regex to validate the value and on the basis of value, we will set value. So let's look at a running example of this: See the Pen Android-226-input by Parth Makadiya ( @parthmakadiya12-the-flexboxer ) on CodePen . Link: 1. Full Page view - https://codepen.io/parthmakadiya12-the-flexboxer/full/zVEoEG 2. https://stackblitz.com/edit/android-226-input Open it in Mobile and see codes.
TCS CodeVita previous years questions – 2014 Problem : Matrix Rotations You are given a square matrix of dimension N . Let this matrix be called A . Your task is to rotate A in clockwise direction by S degrees, where S is angle of rotation. On the matrix, there will be 3 types of operations viz. Rotation Rotate the matrix A by angle S, presented as input in form of A S Q uerying Query the element at row K and column L, presented as input in form of Q K L U pdation Update the element at row X and column Y with value Z, presented as input in form of U X Y Z Print the output of individual operations as depicted in Output Specification Input Format: Input will consist of three parts, viz. 1. Size of the matrix (N) 2. The matrix itself (A = N * N) 3. Various operations on the matrix, one operation on each line. (Beginning either with A, Q or U) -1 will represent end of input. Note: Angle of rotation will a...
By Parth Makadiya hello all, how to learn facebook hacking? facebook hacking Brute force python scripting We need a tool: 1. Python Script - facebook.py 2. Wordlist - e.g. pass.txt or wordlist.txt I have already installed python or Install python after installing step 1. [*] root@lhackg:~# apt-get install python-mechanize step 2. now downloading facebook.py [*] root@lhackg~# chmod +x facebook.py [*] root@lhackg:~# python facebook.py Note: - This tool can crack facebook account even if you don't have the email of your victim # Hit CTRL+C to quit the program # Use www.graph.facebook.com for more infos about your victim ^_^ # Enter |Email| |Phone number| |Profile ID number| |Username| : lhackg.lhackg << my facebook username [*] Enter the name of the password list file : /root/Desktop/pass.txt << my wordlist localate +=======================================...
Comments