Skip to content

Instantly share code, notes, and snippets.

View usmanakram232's full-sized avatar
:octocat:
Do not be afraid of devs - we don't eat people, at least usually we don't.

wolfi3 usmanakram232

:octocat:
Do not be afraid of devs - we don't eat people, at least usually we don't.
View GitHub Profile
@usmanakram232
usmanakram232 / into2FP.md
Last active December 22, 2016 03:45
Course notes for DelftX/FP101x

Set registry to

$npm config set registry https://registry.npmjs.org/

Set proxy to

npm config set proxy http://user:password@proxyServer:proxyPort
npm config set https-proxy http://user:password@proxyServer:proxyPort
@usmanakram232
usmanakram232 / 2018.md
Last active January 1, 2018 16:09
kinda to try list

#!/wolfi3

The reason for plaining, in words of Alan Lakein,

Planning is bringing the future into the present so that you can do something about it now.

TRY.sh

@usmanakram232
usmanakram232 / 2017.md
Last active January 1, 2018 16:34
2017 Review

2017 - self reflection

2017 has ended, and everyone is excited about 2018 and new year resolutions.
Resolutions, as definned by Cambridge English dictionary:

a promise to yourself to do or not do something. [1]

Year end is usually, the time when companies are doing performance evaluation of its employes, and projects. For companies own evalutation, time cycle is usually not gorgian calender but mostly fiscal calender but can vary. But, in the end however, you measure your travels through time-space continuum. It is still important to evaluate the performance.

@usmanakram232
usmanakram232 / 2018-photo.md
Last active January 2, 2018 19:40
52 Week Photography Challange 2018

52 Week Photography Challange 2018

This year again photographer Dale Foshe has put up 52 week photography chanllange here.

Following, I just list them again for my ease of use. 😆

  • Week 1 Vision: Look Ahead New year. New beginnings. New you. Look ahead. Interpret as you wish.
  • Week 2 Composition: Color Harmony Get out your color wheel. Do opposites attract? Can there be harmony with opposite colors? Does the Hulk wear purple pants? Mix warm and cool colors.
  • Week 3 Technical: Full Manual While the camera often determines shutter speed and aperture for the photographer, it doesn't know your creative intent. This week, challenge your self to assume creative control over the camera by using full manual mode. Select a subject where varying the aperture and / or shutter speed helps enhance the composition and visual qualities of the image.
  • Week 4 Creative: Quiet Moment Peace

Keybase proof

I hereby claim:

  • I am usmanakram232 on github.
  • I am usmanakram (https://keybase.io/usmanakram) on keybase.
  • I have a public key whose fingerprint is ED17 4DFC E4D1 6DB6 DD91 BD70 D438 6424 271B FA6B

To claim this, I am signing this object:

@usmanakram232
usmanakram232 / tmux_cheatsheet.markdown
Last active January 9, 2020 13:26 — forked from henrik/tmux_cheatsheet.markdown
kb-002: tmux cheatsheet #kb

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@usmanakram232
usmanakram232 / kb-001.md
Last active January 9, 2020 13:26
kb-001: useful terminal #kb

Terminal

jobs

  1. show suspended jobs jobs
  2. stop a suspened job: kill -STOP %jobId

Git

@usmanakram232
usmanakram232 / FinalProjectOnLearning.md
Last active January 9, 2020 13:28
'Learning How to Learn' by Dr. Barbara Oakley #coursera

A framework for efficent learning.

I procrastinate, hate repetitions and tests. I know that is very bad.

The fact that, I started this course to procrastinate from actually working on my thesis and learning a Functional programming (FP) is quite amusing. As, this course helped me a lot in understanding the process of learning and how to deal with procrastination without using too much of will power. I feel writing thesis is quite difficult, as I have to defend it and learning FP which is much different at conceptual level from imperative and object-oriented programing paradigms. So, I wanted to apply some of the techniques, I learnt in 'Learning How to Learn' and avoid the identified problem in my learning style. I would write the cycle of learning, as I approach it now.

Procastination (Task Lists & Eating the Forgs

@usmanakram232
usmanakram232 / Chunking.md
Last active January 9, 2020 13:28
Week 2 notes from 'Learning How to Learn' by Dr. Barbara Oakley #coursera

Chunking

Chunking is to make mental chunks of information which are easier to understand, in comparison to individual bits of information. A chunk can consist of several bits of information. Conceptual chunks are very help full in learning new concepts, because one can often find similar patterns in same field or other field. This allows one to creatively join these chunks into more complex chunks.

Looking at an existing solution can make us feel that we understand the concept, but in fact untill we can come up with the solution on our own, we can't achieve true mastery.

To gain mastery over any chunk, there are 2 important thing, like how to do that chunk and when to use it. bottom up learning approach can help us understand the chunk using repeated practice, but only by top down approach to relate that chunk with others can offer us the insight of when to use that chunk and when not to.

##Illusions of Competence Usually, when one has the solution in front of them, it's very easy to fool ones self in t