Skip to content

Instantly share code, notes, and snippets.

@WhoSayIn
WhoSayIn / gist:4a6fc0e124297b8eaa70a521da48c090
Created May 10, 2018 07:43
DeepMind: From Generative Models to Generative Agents - Transcript
00:00
good morning hi my name is Amelie I'm
00:04
going to be a session chair for the
00:05
morning so it's my great pleasure to
00:08
introduce cryovac solo who is going to
00:11
give an invited talk karai is a director
<!DOCTYPE html>
<html>
<head>
<title></title>
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
</head>
<script>
$(window).on('hashchange', function() {
var hash = location.hash;
<!DOCTYPE html>
<html>
<head>
<title></title>
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
</head>
<script>
var hashCheck = function() {
var hash = location.hash;
http://raivoratsep.com/161/simple-php-task-queue/
http://stackoverflow.com/questions/858883/run-php-task-asynchronously
https://github.com/miccheng/php-queue
http://stackoverflow.com/questions/2585656/threads-in-php/2586030#2586030
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'untitled.ui'
#
# Created: Thu Mar 31 00:12:41 2011
# by: PyQt4 UI code generator 4.8.1
#
# WARNING! All changes made in this file will be lost!
from PyQt4 import QtCore, QtGui
public static void main(String[] args) throws CloneNotSupportedException{
Car c1 = new Car("Ferrari");
Car c2 = (Car) c1.clone();
System.out.println(c2.name);
}