Slidedeck.io is a repository of tech HTML based presentations hosted on github
More about SlideDeck.io »
                                  
    
Interprocess Communication
  Pierre Rioux
  ACE lab Developer MeetingJune 2016
Table of content
  Prologue: what are processes?
    IPC mechanisms:
      signals
        environment variables
        files
   ...
                                
by prioux
                                  
			
			
				
				情報基礎2#7
慶應義塾大学環境情報学部
清水智公 (chiko@tom.sfc.keio.ac.jp)
前回の復習
var i = 0, sum = 0;
while(i < 10){
  sum = sum + i;
  i = i + 1;
}
console.log(i);
while文:条件が成立してい間 {} 内を繰り返し実行する
上記の例では 1 から 10 までの整数の総和を...
                                
by sfcjs2016s
                                  
    
      
http://auditoriaciudadana.net@AuditoriaMadrid
El concepto de Ilegitimidad
    No es un concepto jurídico, sino político.
Un concepto que evoluciona con el contexto social y que cada población debe constru...
                                
by pacd-madrid
                                  
			
			
				What do you know about SINFO?
					Organizing a conference, tech style!
					
						Created using reveal.js, source is on Github.
					
				Who am I?
					
						@jgantunes on twitter and github
					
					...
                                
by JGAntunes
                                  
      
	Zukunftstag 28.04.2016
	    HTML, die Sprache der Webseiten
	  HTML
	    Die Sprache des Internets
	    Alle Seiten im Internet sind in HTML geschrieben.
	      HTML ist
		eine Auszeichnungssprache.
	      Alle...
                                
                                  
      
	Zukunftstag
	    jQuery, coole Moves fürs Web
	  Javascript, der Motor des Internets
	    Mit JavaScript können sich die (Web)Seiten verändern während man sie
	      anschaut.
	    
	    JavaScript schreibt man...
                                
                                  
			
			
				
				情報基礎2#4
慶應義塾大学環境情報学部
清水智公 (chiko@tom.sfc.keio.ac.jp)
前回の復習
関数の定義
変数スコープ
c.f. 前回の資料
関数定義
function sigmoid(value, gain){
  gain = multiply(gain, -1);
  value = multiply(value, gain);
  var denominator = ...
                                
by sfcjs2016s
                                  
      
	Zukunftstag
	    CSS, das Make-Up der Webseiten
	  Das Make-Up des Internets
	    HTML ist nur eine Auszeichnungssprache, das heißt es erzählt dem
	      Browser nur "das ist eine Überschrift", und "das ist ein...
                                
                                  
      
	Die Zutaten des Internet
	    HTML, die Sprache der Webseiten
	      CSS, ihr Make-Up
	      Javascript, ihr Motor
	      jQuery, coole Moves
	      Das Spiel
	    
	      HTML
	      Die Sprache des Internets
...
                                
                                  
    
      
http://auditoriaciudadana.net@AuditoriaMadrid
Auditoría Ciudadana de los Distritos
  
Metodología para los Distritos
  
Creación del grupo promotor
  El grupo promotor será el encargado de promover y dir...
                                
by pacd-madrid
                                  
    
rsync: A Quick Tour
  Pierre Rioux
  ACElab Developer Meeting, April 2016
What is it?
  it's a UNIX utility program,
    command line only,
    and boringly, it copies files...
    ... yet it's still the greatest...
                                
by prioux
                                  
    
      
http://auditoriaciudadana.net@AuditoriaMadrid
¿Qué es la PACD?
    PACD son las siglas de Plataforma Auditoría Ciudadana de la Deuda
Plataforma: Un espacio de participación abierto, no institucional y no...
                                
by pacd-madrid
                                  
Functional Python
What do functional languages teach us? How does learning one change the way we write Python?
Created by Crispin Wellington
Who am I?
Work @ SignIQ.
Enjoy coding in GameJams.
Ideas of FP can be quite 'c...
                                
                                  
      
	Zukunftstag 28.04.2016
	    HTML, die Sprache der Webseiten
	      CSS, ihr Make-Up
	      Javascript, ihr Motor
	      jQuery, coole Moves
	      Das Spiel
	    HTML
	    Die Sprache des Internets
	    Alle Se...
                                
                                  
			
			
				JS WS
					JavaScript is fun!
					
						Created using reveal.js, source is on Github.
					
				Who am I?
					
						@jgantunes on twitter and github
					
					
						Coordinator @ SINFO
					
					
			...
                                
by JGAntunes
                                  
			
			
				EMBL-EBI
					Adapting the EMBL-EBI slide template to reveal.js
					Normal Layout
					
						Here is a basic slide with the default settings.
					
				EBI background Slides
						You can use the backgrou...
                                
by 4ndr01d3
                                  
            
                
                    
                        
    Tellurium: A Python-based Integrated Modeling Environment
 J Kyle Medley, University of Washington
Tellurium
  
  
  Tellurium is an i...
                                
by 0u812
                                  
			
			
				VIZBI2016
					
						Conference feedback by Gustavo A. Salazar
						and Aurélien Luciani
					
					Tuesday
						
							
					Tutorials
						
							About the BioJS tutorial.
						
						
							
				...
                                
by 4ndr01d3
                                  
			
			
				Transition Styles
					
						Please select from different transitions:None -
						Fade -
						Slide -
						Convex -
						Concave -
						Zoom
					
				Themes
					
						Please select from a few them...
                                
                                  
High Frequency Quoting and Market Manipulations
Romain Lafarguette, DG-MF/FRE
Very Preliminary
Start with a $1.5 billion question
A 1.5 billion USD question
How long does it take to send a roundtrip signal Tokyo-Lon...
                                
                                  
			
        
				A practical introduction to git
					
						Anna Kennedy
					
					
            Some notes here
					Overview
					
Version control
							Git concepts
							Using git locally
							Using git with a...
                                
by annaken
                                  
			
			
				
Docker for Developers
Python Meetup Thessaloniki, 15 April 2016
TheodorosPloumis.com / @theoploumisGet the presentation online/source
Let me ask you
Who knows about Docker?
Who uses Docker for development...
                                
by thess-docker
                                  
			
			
				
				情報基礎2#1
慶應義塾大学環境情報学部
清水智公 (chiko@tom.sfc.keio.ac.jp)
この講義の目的
作り手になろう
プログラミングは、最も簡単な生産方法の1つ
Webは、最もお手軽なプログラミング環境の1つ
採点の要素
中間試験(第7回に予定)
最終発表と成果物
日々の講義への貢献
休講と補講の予定
日時
内容
メモ
2016/06/16
休講
2016/07/21
休講
...
                                
by sfcjs2016s
                                  
			
			
				Ve Bilgisayar İnsanı Yine Yendi!
					Bilgisayar ve Bilişim Topluluğu
					
						Yrd.Doç.Dr. İzzet PEMBECİ - 08.04.2016http://github.com/pembeci/alphago_sunum
					
                    Konuşma Planı
      ...
                                
by pembeci
                                  
			
			
				MetaMask
					Ethereum in your browser
					
            Built by Kumavis
            *
						Powered by ConsenSys + Ethereum DEV Grants
					
				
          welcome to
          
          the future
    ...
                                
by MetaMask
                                  
			
			
        
          Building on
          
          Ethereum
          
        
            What is Ethereum?
            a general progammable blockchain
          
        
            What is a Blockchain?...
                                
by MetaMask
                                  
    
    
        Symfony
            avouez... vous regrettez déjà de ne pas l'avoir connu plus tôt.
            
                Une présentation par Anthony Rossi / AMI Software
                    Montpellier, l...
                                
by Sorendil
                                  
			
			
				Sesión técnica para el COAATIEA
Recursos telemáticos para georreferenciación
Miguel Fernández Moreno
técnico del Laboratorio de Geomática del Instituto Interuniversitario de Geografía / Proyecto Ramón Llull...
                                
by labgeo
                                  
        
        
            Git教學
            什麼是Git
                分散式版控系統
                    由Linus Torvalds發明
                    初期主要用來控管Linux Kernel的原始碼
                關於Git
                每個人都有一份完整的儲存庫副本
  ...
                                
by Spicdev
                                  
        
            
            Bootstrap Résumé
                using Git GitHub & GitHub Pages
                
                    Stephen O'Connor theWhiteFox.ninja
                
                
         ...
                                
by theWhiteFox
                                  
			
			
				Continuous Delivery with Docker and Jenkins
                    
                        - Velkommen
                        - Skal fortelle litt om hvordan vi bruker Docker og
                          Jen...
                                
by mrodem
                                  
			
				GPL
The Good Parts of WordPress
by @anttiviljami
WordPress is GPL.
GNU General Public License
(version 2 or later)
It's Open Source !
TL;DR;
What else does it say?
Let's ask this guy
Image Source: https://...
                                
by anttiviljami
                                  
      
	Zukunftstag 28.04.2016
	    HTML, die Sprache der Webseiten
	      CSS, ihr Make-Up
	      Javascript, ihr Motor
	      jQuery, coole Moves
	      Das Spiel
	    HTML
	    Die Sprache des Internets
Alle Seiten ...
                                
                                  
			
			
				春休み報告
						http://tsukalab.github.io/SpringVacationPresentation
					
						Created by 会津慎弥
					
				取り組んだこと
				Node.js
 				実際に行ったこと
					Rest APIサーバを実装し
						herokuにデプロイ
					https://github.com/hirior...
                                
by tsukalab