Skip to content

Instantly share code, notes, and snippets.

%{
% .dcm son imagenes en formato "médico"
% ponemos el nombre del folder donde se van a
% jalar todas las imágenes del MRI
%}
mriFolder = fullfile(pwd, 'examen_2');
%{
% jalamos cada una de las imagenes
interface Sound {
public void playSound ();
}
//-----------------------------
class Firework implements Sound {
private String type;
//...other attributes omitted...
public Firework() { type="standard"; }
import java.util.*;
class Persona implements Comparable<Persona>{
public String nombre, apellido;
public double calificacion;
public boolean byName;
public Persona ( String nombre, String apellido, double calificacion ){
this.nombre = nombre;
//ArrayIndexOutOfBoundsException
public class ArrayIndexOutOfBoundTest
{
public static void main(String args[])
{
try{
int a[] = new int[5];
a[6] = 9; // accessing 7th element in an array of
// size 5
}
s.quit
Platform.systemExtensionDir
({
var n = PinkNoise.ar(),
f = (0.01, 0.015..0.07);
v = LFTri.kr(f.scramble[5..7]).range(0.0001, 0.003);
Splay.ar( MembraneHexagon.ar(n, f.scramble[1..3], mul: v),
SinOsc.kr(f.choose))
}.play)
@Jatapiaro
Jatapiaro / SoundBoxOne.sc
Created November 17, 2017 23:24
SoundBoxOne.sc
SoundBoxOne{
var windBells, controledWindBells;
*new{
^super.new.init;
}
init{
this.makeAllSynthDefs;
s.quit
Platform.userExtensionDir;
Platform.systemExtensionDir;
~soundBoxOne = SoundBoxOne.new;
~soundBoxOne.startOrStopWindBells();
(
SynthDef(\kick1, {
var snd;
@Jatapiaro
Jatapiaro / examen_final_1.m
Last active November 26, 2017 01:29
examen_final_1.m
%{
% .dcm son imagenes en formato "médico"
% ponemos el nombre del folder donde se van a
% jalar todas las imágenes del MRI
%}
mriFolder = fullfile(pwd, 'VRIEs');
%{
% jalamos cada una de las imagenes

Creating services

This guide shows how to create services on the system.

Creation

  1. Create the service on app/Services, for example, create the file HistoryService.php
<?php
namespace App\Services;
/**
* Check out https://googlechromelabs.github.io/sw-toolbox/ for
* more info on how to use sw-toolbox to custom configure your service worker.
*/
'use strict';
importScripts('./build/sw-toolbox.js');
self.toolbox.options.cache = {