Showing posts with label can. Show all posts
Showing posts with label can. Show all posts

Friday, December 16, 2016

A great set of thing you can learn in a day each one of em actually

A great set of thing you can learn in a day each one of em actually


I love Question sites like Stackoverflow and Quora. They have made some great people come together. Recently somebody asked a Question "What are some useful computer related technical skills I can learn within a day?" on Quora. A great answer came up. Listing it here for myself :) NOTE: The updated version of the question is here

Awesome question: Promoted

I would suggest (each at most a day)

Learn how to use Git and GitHub
Learn how to use SVN
Learn simple linux regular expressions
Find a site with a few interview programming questions, and practice going through the full answer, with code, for some of them (a few a day should be good; do them in a language you dont know well if you already can ace most).
Set up a crawler that can scrape some webpages and parse some basic data.
Set up a bigger crawler that has to fill out a form or two.
Program a basic linear algebra library (matrices, vectors, multiplication)
Add SVD to this library
Add matrix inversion to this library
Add least squares regression to this library
Make your library work efficiently with sparse data.
Learn how to use list comprehensions in python.

Update 1:

Read the freaking manual for your favorite language. In the past Ive wasted hours in Python because I didnt know that the Counter data structure existed, and kept getting the bugs from using Dicts as Counters. There are many examples like this.
Get a stackoverflow account and learn to use the site. If you dont at least know that StackOverflow is an available resource, and youre an english-speaking programmer, youre doing it wrong.
Implement a simple Machine learning algorithm on your own, with a whole pipeline. I.e. you read a simple input csv, split it into training and test set, run a simple algorithm with readily-tuneable or explorable hyperparameters, and a simple output of relevant statistics.
Learn the how to make a simple line graph in Excel, and make sure you can do it right; i.e. properly labeled axes and tick marks, title and legends.
Learn how to make a simple line graph in something other than Excel. Make sure you can do it right (same requirements).
Get your eclipse installation fully pumped up: python dev tools, c dev tools, any other language you could ever write in, and make sure you can write a hello world successfully in each perspective. Itll save you time some future day.
Learn the basic functionality of a NoSQL database; (you can learn a big chunk of mongoDB in a day)
Learn the most basic functionality of SQL (you dont need to be a query guru, but have a small clue about it).
Learn a tool for in-depth parsing of HTML and XML
Implement a list-of-lists graph data structure
Implement random walk, PageRank, clustering coefficient finding (#triangles over possible triangles) and common neighbor number finding.
Implement BFS, DFS, Shortest Path, topological sort and Minimum Spanning Tree (bonus for union-find version). Take a couple days if you have no algorithms background.
Make a simple java applet that has at least some interaction with listeners and not just buttons and such.


Go to link download

Read more »

Saturday, October 15, 2016

My claim Is denied What can I do

My claim Is denied What can I do


This is when you should consider consulting an attorney. Many reputable attorneys will provide free initial consultation. Many attorneys provide advice on how to re-open an insurance claim or how to get it resolved without having to obtain legal help. Sometimes, simply asking for a new adjuster or having an attorney send a factually accurate letter requesting reconsideration is all that is needed to get an insurance company to investigate and evaluate the claim from a different perspective.
My claim Is denied. What can I do?
 A consumer complaint to the Insurance Commissioner may help as well. If all else fails, a policyholder should consult an experienced and reputable attorney regarding their policy rights. If the case has merit, many attorneys will represent a policyholder on a contingency fee basis and even advance the costs for litigation, which means it costs the policyholder nothing upfront. The attorney is only paid a percentage of the amount he recovers for the policyholder. Finally, a wrongful denial causing you additional damages not covered under the insurance policy may be recoverable through a bad faith claim, and you will need an attorney’s help in that case.

Go to link download

Read more »

Saturday, September 10, 2016

Amazing TED talk about how gaming can change the world

Amazing TED talk about how gaming can change the world


I loved this

Go to link download

Read more »

Wednesday, August 24, 2016

Linux shell cheatsheet Can it become one

Linux shell cheatsheet Can it become one


I love the command line, the CLI. I wish somethings were a little bit different allowing me to use CLI for every task, but the world is a cruel place, apart from stupid M$ mistakes regarding their crappy GUI. You do realize there wouldnt be such a crappy product without dependency on the GUI, right?
Im not categorizing it right now, because theres not much to categorize actually

Show line number in "grep" output: grep "text" -n



Go to link download

Read more »

Sunday, August 14, 2016

How Can An Industrial Air Compressor Help My Small Construction Business Grow

How Can An Industrial Air Compressor Help My Small Construction Business Grow


In this day and age with the poor housing economy, construction firms are feeling the pinch. It is becoming more and more difficult for small construction companies to compete with the larger more established firms. With so many construction companies competing for the few construction jobs that are available, it is essential that the little construction company has the best and latest equipment to help them get the job done faster and in the most cost efficient and professional way possible. Owning an industrial air compressor can help make your small construction company more competitive allowing you to take on more jobs and make money doing it. Here are just a few ways that an industrial air compressor can help.

Go to link download

Read more »