
code.abhi.co
abhicodesAbhi Agarwal code
http://code.abhi.co/
Abhi Agarwal code
http://code.abhi.co/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
0.2 seconds
16x16
PAGES IN
THIS WEBSITE
5
SSL
EXTERNAL LINKS
20
SITE IP
104.18.60.136
LOAD TIME
0.212 sec
SCORE
6.2
abhicodes | code.abhi.co Reviews
https://code.abhi.co
Abhi Agarwal code
Small code optimizations - abhicodes
https://code.abhi.co/small-optimizations
March 20, 2015. There’s a lot of optimizations that are done by the compiler at compile time. Here are a couple of them! Some compilers do these optimizations and some don’t. Strength reduction optimizations usually take place in a loop. It usually looks for expression involving a loop invariant and an induction variable. Sometimes these operations can be simplified. In compiler design are values that do not change within the scope of the loop. C = 8; for (i = 0; i N; i ) { y[i] = c * i; }.
Using CircleCI to automate builds - abhicodes
https://code.abhi.co/circleci
Using CircleCI to automate builds. January 10, 2016. Using Continuous Integration has shown to be incredibly powerful - especially when you combine it with Github/Bitbucket/any version control platform. CircleCI/TravisCI/Jenkins and any other CI frameworks allow programmers to automatically deploy, and test their code on a clean environment. This is just one benefit CI platforms have. There’s a ton of benefits:. Automate builds and deployment. Running tests (bug detection! You don’t always have complete ...
Some linux shortcuts - abhicodes
https://code.abhi.co/linux-shortcuts
March 18, 2015. Sudo] iptables -A INPUT -i eth0 -p tcp - sport 3000 -j ACCEPT. Setting up port routing using (from port 80 to 8000):. Sudo] iptables -t nat -A PREROUTING -p tcp - dport 80 -j REDIRECT - to-ports 8000. Dig short myip.opendns.com @resolver1.opendns.com. Or if you don’t have dig. Run this command and test the KB/s:. Wget - output-document=/dev/null http:/ speedtest.wdc01.softlayer.com/downloads/test500.zip.
Prototyping using Django - abhicodes
https://code.abhi.co/prototyping-django
January 20, 2016. I am writing a series on how to prototype and release a product very fast using just a few tools! This is a three-part tutorial. The first part will be writing an API in Django. The second part will be writing an iOS app using React-native, and the last part will be writing a web app in Angular.JS. These three tools will allow you to prototype and push something out the door very quickly! Lets get started with writing our API in Django! Specifically we’ll be using virtualenvwrapper.
SSH tunnel - abhicodes
https://code.abhi.co/ssh-tunnel
March 19, 2015. SSH tunneling allows an individual to use their server as a proxy for their internet connection. This means that the bytes that you send and recieve from websites/servers will go through the server you’re using. Basically the command is:. Ssh -D 8080 -C -N [email protected]. Could be [email protected]. Where abhi is the username and abhi.co is the servername. Your hostname could be 28.254.39.67. A sample command would be:. Ssh -D 8080 -C -N [email protected]. Some people have Hola. Instal...
TOTAL PAGES IN THIS WEBSITE
5
Self-analysis - 2014 - Abhi Agarwal
http://abhiagarwal.com/self-analysis-2014
Projects, Interests, Knowledge, and Information. Laquo; Back to blog. Self-analysis is a project that I've been wanting to do for a while. Basically, the project is to build an API for products I use daily and use those to build tools that help me make correlations between those API endpoints. How productive was I on Monday? This query will find productivity using my RescueTime data, and report that. Now we can create more complex queries such as: Am I more productive on days that I use Citibike? I'm goi...
Bridge - 2012 - Abhi Agarwal
http://abhiagarwal.com/bridge
Projects, Interests, Knowledge, and Information. Laquo; Back to blog. Coming into NYU I felt that there was a lack of community at the university. People from different disciplines weren't able to meet each other and share their ideas. Because NYU didn't have a campus people that studied Art weren't really meeting the people who were studying Business. It's called interest dating. The code is online here.
Where Can I Study - 2012 - Abhi Agarwal
http://abhiagarwal.com/where-can-i-study
Projects, Interests, Knowledge, and Information. Laquo; Back to blog. Where Can I Study - 2012. During Finals week, my roomate and I were frustrated that we couldn't find seats to study at our Library. So we decided to try and crowdsource our way into finding us a table to study. We created WhereCanIStudy.com. And yes - it actually is frustrating to find a place to study at NYU. We have 40,000 students who are trying to find and clamp into one library. It's kinda boring and a waste of time to wal...
Storing Knowledge - 2013 - Abhi Agarwal
http://abhiagarwal.com/storing-knowledge
Projects, Interests, Knowledge, and Information. Laquo; Back to blog. Storing Knowledge - 2013. I've been experimenting a lot about what type of book or website I could use or create to try and put my knowledge and what I learn onto it. 1 A plain notebook. I wanted to try something with a search capability and something that would allow me to go above and beyond what a plain notebook does. 2 Website (Work in Progress). This was a pretty good solution but I ran into a couple of problems along the way....
Zeus - 2013 - Abhi Agarwal
http://abhiagarwal.com/zeus-2013
Projects, Interests, Knowledge, and Information. Laquo; Back to blog. I made simple functions that would get the weather, and when the user asked "How is the weather" they would speak. It's extremely simple, and easy to distribute (I made them files as in my tests I ended up calling the API too much).
RFID & Foursquare - 2014 - Abhi Agarwal
http://abhiagarwal.com/rfid-and-foursquare
Projects, Interests, Knowledge, and Information. Laquo; Back to blog. RFID and Foursquare - 2014. Technologically it's not hard. We can use: Node.JS for running the server and communicating with Arduino, the Arduino, a WiFi shield for the Arduino, a RFID/NFC reader, and a form of a database such as MongoDB running in the background. I managed to prototype it - and it works amazingly! One tap and everything is great. You can check it out on Github here. I will be posting more as I make the next prototype.
Prime numbers in Computer Security - 2011 - Abhi Agarwal
http://abhiagarwal.com/prime-numbers-in-computer-security
Projects, Interests, Knowledge, and Information. Laquo; Back to blog. Prime numbers in Computer Security - 2011. At High School I took the International Baccalaureate diploma. For the diploma we had to write an Extended Essay or a Research Paper in a topic. I wrote about this topic because I was always curious how Prime Numbers played a role in Computer Security, and how individuals are able to use these prime number generators to crack codes.
Knowledge & Learning Platform - 2014 - Abhi Agarwal
http://abhiagarwal.com/knowledge-and-learning-platform-2014
Projects, Interests, Knowledge, and Information. Laquo; Back to blog. Knowledge and Learning Platform - 2014. My ultimate goal would be to create a simple map of things I know, and things the user knows and help him visualize it and understand it. Then he's able to learn and make associations, and actually visualize where they are placed on a graph. This would also help him understand where things link together, and see the different connections that exists that he hadn't before.
The One learning algorithm - 2014 - Abhi Agarwal
http://abhiagarwal.com/the-one-learning-algorithm
Projects, Interests, Knowledge, and Information. Laquo; Back to blog. The One learning algorithm - 2014. For my Quantification and Social Thought. Class I wrote an essay on the one learning algorithm, and Jeff Hawkins book "On Intelligence".
The Travelling Disease - 2014 - Abhi Agarwal
http://abhiagarwal.com/simulation-2014
Projects, Interests, Knowledge, and Information. Laquo; Back to blog. The Travelling Disease - 2014. The Travelling Disease" was to simulate the spread of disease between 4 cities where there was travel between them. I worked on it with Philip Ottesen, and below is the paper we submitted for this.
TOTAL LINKS TO THIS WEBSITE
20
DreamHost
DreamHost Imagine the Web, Your Way. Codeaaronhardy.com Coming Soon! The DreamHost customer who owns code.aaronhardy.com has not yet uploaded their website or has chosen to leave this holding page active. If you are the owner of this domain, you'll find your login information contained within the emails sent to you when your account was activated. Once logged in, you'll be able to delete this page (quickstart.html) and upload your new site. Here are some helpful links for getting started:.
Explore - Aaron Hipple's Code Hosting
A WordPress theme for aaronhipple.com. Updated 1 month ago. Updated 2 months ago. A Django-based webapp to do some things and help Aaron learn Python and help Scott do some programming because hes awesome. Updated 3 months ago. 2015 Gogs Version: 0.6.1.0325 Beta Page: 8ms.
abayima.com - This website is for sale! - abayima Resources and Information.
The owner of abayima.com. Is offering it for sale for an asking price of 499 USD! This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.
ABC Financial
Coding Section - .Net, Asp.net MVC, Javascript jQuery, SQL Server and Android Articles and Tutorials | C#, Ado.net, Entity Framework, WCF, WPF, Web API, Web Services, Windows Phone, OOPS, SQLite by Abhay Prince
Latest Programming Articles and Tutorials. How to Recover Data from Truncated, Deleted or Dropped Table in SQL Server. Dec 27, 2014. Sometimes developers lose their data accidentally/mistakenly either by truncating or deleting or dropping an object from database. Here I am going to explain how you can recover data from truncated or deleted table in Sql Server step by step.
abhicodes
January 20, 2016. Using CircleCI to automate builds. January 10, 2016. March 20, 2015. March 19, 2015. March 18, 2015.
FreeSourceCode - Abhista
CODE.ABIYO.NET
Source code repository of Hyung-Hwan. Committed by hyunghwan.chung. Checked O CLOEXEC availablity. Committed by hyunghwan.chung. Changed the server code to support multiple listening addresses. Committed by hyunghwan.chung. Implemented simple idle timeout on the server. Committed by hyunghwan.chung. Improved the client sample code a bit. Committed by hyunghwan.chung. Fixed a bug in main-c.c. Committed by hyunghwan.chung. Moved the socket address convertion functions to the main hcl library.
index
コードアカデミー高等学校
自分の好きを活かして、 こんなアプリがあったらな こんなゲームが作れたら と、. コードアカデミー高等学校 code.ac.jp は. 運営 学校法人信学会 本校 長野県 Homeへ戻る. 学校法人信学会 コードアカデミー高等学校 386-0012 長野県上田市中央1-2-21.
acApps - Alameda County Apps Challenge 2014.1
Alameda County Apps Challenge 2015. Saturday, April 25, 2015. James Logan High School, 1800 H Street, Union City, CA. Go check out our Data Sharing Website! Review the available data sets. Get some app ideas. Give us suggestions for new data sets. And the Winners are. View all of the winners. Check out photos from our last hackthon! Become a Gold, Silver, or Bronze Circle sponsor and help us help the community. Alameda County Apps Challenge 2015. April 25, 2015. James Logan High School.
SOCIAL ENGAGEMENT