| Command | Mean [ms] | Min [ms] | Max [ms] | Relative | 
|---|---|---|---|---|
| jrsonnet large_string_join.jsonnet | 16.5 ± 0.5 | 16.1 | 19.6 | 1.00 | 
| gojsonnet  large_string_join.jsonnet | 90.7 ± 3.8 | 85.6 | 104.0 | 5.49 ± 0.29 | 
| jsonnet  large_string_join.jsonnet | 69.5 ± 2.4 | 68.2 | 78.1 | 4.20 ± 0.20 | 
| sjsonnet large_string_join.jsonnet | 760.6 ± 12.7 | 739.9 | 787.2 | 46.00 ± 1.67 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import { audio, image } from '@interpreter/media-conversions'; | |
| import { parseableZod, z } from '@interpreter/util'; | |
| import { ToolMap, ToolSetSet } from '@interpreter/llm-model/tool'; | |
| import { toolCall, toolResult } from '@interpreter/llm-model/toolModel'; | |
| import { cacheDelimiter, injectDelimiter } from './cache.ts'; | |
| import type { LlmModel } from '@interpreter/llm-model/vendor'; | |
| import { Tracer } from '@interpreter/tracing'; | |
| import dedent from 'dedent'; | |
| import { JsonEnforcerKind } from '@interpreter/free-jsonschema'; | |
| import { fail } from '@std/assert'; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| config, | |
| lib, | |
| pkgs, | |
| ... | |
| }: | |
| let | |
| inherit (lib) | |
| mkIf | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | use core::mem::ManuallyDrop; | |
| use core::str::from_utf8; | |
| const SIZE_LIMIT: usize = 40; | |
| trait Name { | |
| const NAME: [u8; SIZE_LIMIT]; | |
| const NAME_LEN: usize; | |
| fn name() -> &'static str { | |
| from_utf8(&Self::NAME[..Self::NAME_LEN]).expect("bad utf-8") | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | {...}: { | |
| # Make UART work | |
| boot.kernelParams = [ "console=ttyAML0,115200n8" ]; | |
| # No need to override uboot on the sdcard, it is not being used at all | |
| # Instead upgrade it via khadas script, as default version is very old (At least on old vim's, but do it in any case), | |
| # and can't run nixos (something with kernel image loading) | |
| sdImage.populateFirmwareCommands = '' | |
| cp ${./s905_autoscript.cmd} firmware/s905_autoscript.cmd | |
| ${pkgs.ubootTools}/bin/mkimage -A arm64 -O linux -T script -C none -a 0 -e 0 -n "S905 autoscript" -d ${./s905_autoscript.cmd} firmware/s905_autoscript | |
| ${pkgs.ubootTools}/bin/mkimage -A arm64 -O linux -T script -C none -a 0 -e 0 -n "S905 autoscript" -d ${./s905_autoscript.cmd} firmware/boot.scr | 
I hereby claim:
- I am certainlach on github.
- I am certainlach (https://keybase.io/certainlach) on keybase.
- I have a public key ASB6Lok-d909MbiIJj4xO6WEwTMEg6iTyJEMghXDO-BPdAo
To claim this, I am signing this object:
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | const COLLECTION_DIR = 'путь до папки с музыкой без / в конце'; | |
| const VK_TOKEN = 'токен'; | |
| const THREADS=4; | |
| const url = require("url"); | |
| const http = require("http"); | |
| const https = require("https"); | |
| const fs = require("fs"); | |
| let canReceive = true; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import Logger from "./logger/Logger"; | |
| import Promise from "bluebird"; | |
| /** | |
| * Created by Creeplays on 23.08.2016. | |
| */ | |
| let logger=new Logger('Queuer'); | |
| console.log('Queuer import'); | |
| export function queue(time){ | |
| return function (target, key, descriptor) { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 123 | 
NewerOlder