5 Matching Annotations
- May 2023
-
chiselapp.com chiselapp.com
-
dataWeekDailyNoteAddresses := (daysIndexes collect: [:letter | (Shortener enlarge: commonAddress, letter asString) ]) select: [:each | each beginsWith: 'https' ]
Argumentos: select:, :each beginswith: Receptor: dataWeekDailyNoteAddresses Mensaje: shortener enlarge - commonAddress
Binario: Receptor: dataWeekDailyNoteAddresses Mensaje: daysIndexes collect: Argumento: letter
Unario: Mensaje: Shortener enlarge Receptor: commonAdress
-
daysIndexes := (Character alphabet copyFrom: 1 to: 24)
Receptor: daysIndexes Mensaje: copyFrom: y to: Argumentos: 1 y 24
-
at: 'title' put: ('Unidades semanticas, sesion', i asString). hedgeDoc]
Receptor: HedgeDoc metadata Mensaje: at: y put: Argumentos: 'title' y ('unidades semanticas, sesion', i asstring)
-
- Apr 2023
-
Local file Local file
-
at: 'title' put: ('Unidades semanticas, sesion', i asString). hedgeDoc]
Receptor: HedgeDoc metadata Mensaje: at: y put: Argumentos: 'title' y ('unidades semanticas, sesion', i asstring)
-
daysIndexes := (Character alphabet copyFrom: 1 to: 24)
Receptor: daysIndexes Mensaje: copyFrom: y to: Argumentos: 1 y 24
-