Skip to content

Instantly share code, notes, and snippets.

@pembeci
pembeci / closures.py
Last active May 12, 2017 13:04
CENG 2002 PL Concepts - Functional Programming - Lecture 1
b = 8
def do_something(a):
global b
b += 1
return a + b
print(do_something(40))
print("b is now", b)
@pembeci
pembeci / ceng1003_final_ex_fall16.ipynb
Last active December 29, 2016 20:36
Ceng 1003 Final Exam Preperation - Fall 2016
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<meta name="description" content="deneme" />
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
a {
background-color: lightblue;