Skip to content

Instantly share code, notes, and snippets.

View kwikiel's full-sized avatar

Kacper Wikieł kwikiel

View GitHub Profile

Effective Engineer - Notes

What's an Effective Engineer?

  • They are the people who get things done. Effective Engineers produce results.

Adopt the Right Mindsets

Effective Engineer - Notes

What's an Effective Engineer?

  • They are the people who get things done. Effective Engineers produce results.

Adopt the Right Mindsets

Contract Killer 3

Revised date: 07/11/2012

Between us [company name] and you [customer name]

Summary:

We’ll always do our best to fulfil your needs and meet your expectations, but it’s important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. We’ve no desire to trick you into signing something that you might later regret. What we do want is what’s best for both parties, now and in the future.

@kwikiel
kwikiel / criteria.txt
Created October 31, 2015 16:07 — forked from mjhea0/criteria.txt
Hiring criteria: looking for the ability to …
Write a program that does what it’s supposed to do
Write idiomatic code
Debug a program that you wrote
Debug a program someone else wrote
Debug the interaction between a system you wrote and one you didn’t
File a good bug report
Modify a program you didn’t write
Test a program you wrote
Test a program you didn’t write
Learn a new programming language
@kwikiel
kwikiel / forex.py
Last active August 29, 2015 14:06 — forked from JerzySpendel/forex.py
import json
import requests
import os
import sqlite3
from datetime import datetime
from PyQt4.QtGui import *
from PyQt4.QtCore import *
import os
class Show(QMainWindow):
pass
@kwikiel
kwikiel / charter.py
Created September 5, 2014 11:42 — forked from anonymous/charter.py
from bottle import get, post, request, run
from test2 import lovechart
@get('/login') # or @route('/login')
def login():
return '''
<form action="/login" method="post">
Username: <input name="username" type="text" />
Password: <input name="password" type="password" />
<input value="Login" type="submit" />
</form>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>Hello FB</title>
</head>
<body>
<div id="fb-root"></div>
<div id="fb-content"></div>
<div>