Skip to content

Instantly share code, notes, and snippets.

View sztosz's full-sized avatar

Bartosz Nowak sztosz

View GitHub Profile
### Keybase proof
I hereby claim:
* I am sztosz on github.
* I am sztosz (https://keybase.io/sztosz) on keybase.
* I have a public key whose fingerprint is CE4F 7CD1 D513 0477 C8AF 1E34 CAE6 CCA0 BA4F BED5
To claim this, I am signing this object:
#![cfg_attr(feature="clippy", feature(plugin))]
#![cfg_attr(feature="clippy", plugin(clippy))]
#![feature(plugin)]
#![plugin(rocket_codegen)]
extern crate rocket;
extern crate hyper;
use std::io::Read;
http://www.przepisownia.pl/dania-glowne-z-miesa-przepisy/pyszny-dietetyczny-gulasz-z-kurczakiem/mz4n2m20-30281-057493-cfcd2-kc9dqqdj
http://przepisnachleb.pl/chleb-orkiszowy-drozdzach/
;; -*- mode: emacs-lisp -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(defun dotspacemacs/layers ()
"Configuration Layers declaration.
You should not put any user code in this function besides modifying the variable
values."
(setq-default
;; Base distribution to use. This is a layer contained in the directory
// W Javasripcie i np (C, C++) pętę wyglądają tak:
for ( początkowa_wartość_iteratora; warunek_kończący_pętle; operacja_do_wykonania_każdej_iteracji_pętli) {
ciało_pętli
}
// początkowa_wartość_iteratora to coś co możesz ale zrobić przed każdym wywołaniem pętli, to może być puste, nie jest obowiązkowe,
// np. stworzyć zmienną z indexem ilości "obrotów" pętli
// warunek_kończący_pętle, musi zwracać po prostu true albo false, jeżeli zwróci true, wychodzimy z pętli,
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.