Giter VIP home page Giter VIP logo

jupyter's Introduction

- ๐๐จ๐ญ๐…๐ฎ๐›๐ฎ๐ค๐ข๐ข'๐ฌ ๐๐ซ๐จ๐Ÿ๐ข๐ฅ๐ž -



- Coding Services
- ๐…๐ซ๐ž๐ง๐œ๐ก ๐ƒ๐ž๐ฏ๐ž๐ฅ๐จ๐ฉ๐ฉ๐ž๐ซ
- ๐ˆ๐ง๐ญ๐ž๐ซ๐ž๐ฌ๐ญ: ๐•๐ข๐๐ž๐จ ๐†๐š๐ฆ๐ž๐ฌ
- ๐“๐ก๐ข๐ฌ ๐ฎ๐ฌ๐ž๐ซ ๐ข๐ฌ ๐š ๐ซ๐ž๐ ๐ข๐ฌ๐ญ๐ž๐ซ๐ž๐ ๐ฌ๐ž๐ฑ ๐จ๐Ÿ๐Ÿ๐ž๐ง๐๐ž๐ซ.
- ๐๐ซ๐จ๐ง๐จ๐ฎ๐ง๐ฌ: ๐ง๐ข๐ /๐ก๐ž๐ซ.




- ๐’๐จ๐œ๐ข๐š๐ฅ ๐Œ๐ž๐๐ข๐š๐ฌ -




- ๐†๐ข๐ญ๐ก๐ฎ๐› ๐’๐ญ๐š๐ญ๐ฌ -



- ๐Œ๐จ๐ฌ๐ญ ๐”๐ฌ๐ž๐ ๐‹๐š๐ง๐ ๐ฎ๐š๐ ๐ž๐ฌ




- ๐“๐ก๐ž ๐๐ž๐ฌ๐ญ ๐‘๐ž๐ฉ๐จ๐ฌ ๐ˆ ๐‡๐š๐ฏ๐ž












- ๐‘๐š๐ง๐๐จ๐ฆ ๐‚๐จ๐๐ž -

import os

proc put(str: string, ins: int, what: string): string =
    var a = str.substr(0, ins) & what & str.substr(ins)
    return a

echo put("!\"Dialz", 7, "_โ€ #0069")

proc exec(str: string): void =
    discard os.execShellCmd(str)

exec("nim c -d:release ./main.nim")
exec("start ./main.exe")

jupyter's People

Contributors

notfubukil avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.