rusol
0
Q:

grepper code

// It's what you're using right now :)
6
Grepper is amazing, I highly recommend it!!
83
If you read this, you know what grepper is and get back to 
your work
6
If you are seeing this, its already installed.
But you can go to https://chrome.google.com/webstore/detail/grepper/amaaokahonnfjjemodnpmeenfpnnbkco
to install grepper to chrome today!
7
it is ultimate TLDR for copy pasters
17
//O Hello! Welcome to the first  
//Query & Answer system for coders.

//Grepper answers like this will popup 
//when you google search a code related problem. 

//If nothing pops up, You can add answers to your 
//search query by pressing “a” from google 
//or by clicking on the “easy code snag” button |G| on 
//any code snippets around the web you come across,
//that code snippet will popup for you and others
//the next time you run into the same problem.

//P.S. Show your gratitute if an answers helps you,
//by upvoting it or donating to the developer.  

//Holla at us with questions, concerns or your lonely 
//and want to talk: [email protected]
142
We are happy to help, email us at: [email protected]
1
# Add an answer to Grepper by google searching a problem
# Then clicking the "Add Grepper Answer" link at the top 
# of your search result, or clicking (a) on your keyboard

# You can also add an answer by doing a google search
# clicking into a search result and typing Ctrl-g or Command-g
# on Mac. If there is a code snippet on the web page, you will
# see the "Easy Code Snag" button and you can click that
# to add an answer. 
25
1. Writing Your Lame Nerdy Code
2. Tell How To CRack Shit From Google
3. Increase Your Belt Level
0
public class MyClass {
   public static void main(String[] args) {
     int[][] myNumbers = { {1, 2, 3, 4}, {5, 6, 7} };
     for (int i = 0; i < myNumbers.length; ++i) {
        for(int j = 0; j < myNumbers[i].length; ++j) {
           System.out.println(myNumbers[i][j]);
        }
     }
   }
}
0
$('.selDiv option:eq(1)')
1

New to Communities?

Join the community