Креирано 2025-11-17 Mon 14:26, притисни ESC за мапу, Ctrl+Shift+F за претрагу, "?" за помоћ
SELECT player, stadium
FROM game JOIN goal ON (id=matchid)
@Entity
@Table(name="COURSES")
public class Course {
private long courseId;
private String courseName;
public Course() {
}
public Course(String courseName) {
this.courseName = courseName;
}
@Id
@GeneratedValue
@Column(name="COURSE_ID")
public long getCourseId() {
return this.courseId;
}
}
Белешке, креирање садржаја, агенда, писмено програмирање (literate programming).
** PROJ
*** TODO Прегледати пријаву грешке #173
SCHEDULED: <2022-12-14 Wed>
1. [x] Неко парче кода:
#+begin_src rust
fn main() {
// Statements here are executed when the compiled binary is called
// Print text to the console
println!("Hello World!");
}
#+end_src
#+RESULTS:
: Hello World!
2. [ ] Нека друга забелешка...
*** WAIT Предати пројектни извештај
| Активност | Завршено | Проблеми |
|----------------+----------+------------------------|
| Прва активност | 30% | Нема |
| Друга актиност | 25% | Проблеми у снабдевању |
Припрема за штампу (typesetting).
Учење програмирања за децу.
Inform је језик за креирање интерактивне фикције (текстуалних авантура) базиран на природном језику.
"Cactus Will Outlive Us All"
Death Valley is a room. Luckless Luke and Dead-Eye Pete are men in the Valley.
A cactus is in the Valley. Persuasion rule: persuasion succeeds.
A person has an action called death knell. The death knell of Luckless Luke is pulling the cactus.
The death knell of Dead-Eye Pete is Luke trying dropping the cactus.
Before an actor doing something:
repeat with the victim running through people in the location:
let the DK be the death knell of the victim;
if the DK is not waiting and the current action is the DK:
say "It looks as if [the DK] was the death knell for [the victim], who looks startled,
then nonexistent.";
now the victim is nowhere.
Језик за креирање музике и синтезу звука у реалном времену.
// this synchronizes to period
.5::second => dur T;
T - (now % T) => now;
// construct the patch
SndBuf buf => Gain g => dac;
// read in the file
"kick.wav" => buf.read;
// set the gain
.5 => g.gain;
// time loop
while( true )
{
// set the play position to beginning
0 => buf.pos;
// randomize gain a bit
Math.random2f(.8,.9) => buf.gain;
// advance time
1::T => now;
}
GritQL је ЈСД за претрагу, линтинг и трансформацију кода.
`console.log($log)` => . where {
$log <: not within `try { $_ } catch { $_ }`
}
Језик за гитарске таблатуре.
Језик за израду психолошких тестова.
Dmitriev, S. Language oriented programming: The next programming paradigm, JetBrains onBoard, 2004.
Dmitriev, S. Language oriented programming: The next programming paradigm, JetBrains onBoard, 2004.