Skip to content

Instantly share code, notes, and snippets.

View geoapi's full-sized avatar

George geoapi

  • University of Babylon , College of IT
View GitHub Profile
kl lk lk j j l l ;lk ; ; ; ;k ; oooooooooooooooo
الذين يودون الحصول على فرصه عمل وليس لديهم القدره على دخول دورات لتطوير انفسهم يستطعون تحميل الدورات والكتب ادناة وتطوير انفسهم
1- تعلم اللغة الانكليزية
حمل كتاب كتابة الرسائل التجارية من خلال الرابط التالي
http://www.gulfup.com/?75gjo0
حمل كتاب نماذج العقود المترجمة
http://www.gulfup.com/?bl1rjN
حمل كتاب نماذج الترجمة الاعلامية
http://www.gulfup.com/?zyCYej
تعلم المحادثة التجارية مع العملاء عن طريق هذة الدروس
@geoapi
geoapi / designer.html
Created August 23, 2015 07:51
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<polymer-element name="my-element">
@geoapi
geoapi / gist:b6b32a3a5369603c832b
Created September 8, 2015 04:32
APIBASE TEST
curl -XPOST http://johnsd.cse.unsw.edu.au:3000/api -H 'Content-Type: application/json' -d '{"name":"Test", "type":"REST", "provider":"n/a"}'
@geoapi
geoapi / promises.md
Created October 8, 2015 11:46 — forked from domenic/promises.md
You're Missing the Point of Promises

This article has been given a more permanent home on my blog. Also, since it was first written, the development of the Promises/A+ specification has made the original emphasis on Promises/A seem somewhat outdated.

You're Missing the Point of Promises

Promises are a software abstraction that makes working with asynchronous operations much more pleasant. In the most basic definition, your code will move from continuation-passing style:

getTweetsFor("domenic", function (err, results) {
 // the rest of your code goes here.

Keybase proof

I hereby claim:

  • I am geoapi on github.
  • I am geoapi (https://keybase.io/geoapi) on keybase.
  • I have a public key whose fingerprint is AA1B 4293 D05E 040B 15D5 CA82 27AF A421 9C7F A377

To claim this, I am signing this object:

@geoapi
geoapi / 00-introduction.md
Last active September 24, 2017 15:35 — forked from dwayne/00-introduction.md
How to build a Hypermedia-Driven REST API - Notes