Update projects
This commit is contained in:
@@ -1,11 +1,48 @@
|
|||||||
h3 Onyx, the language (2020-present)
|
h3 Singularity tech (2022-present)
|
||||||
small.annotation
|
small.annotation
|
||||||
| Onyx is a novel programming language I'm working on.
|
| Behold, the Deus ex Machina blooms, like a lotus from the murky depths.
|
||||||
|
|
||||||
|
ul.projects
|
||||||
|
li.project-card
|
||||||
|
a.title(href="https://beta.aistories.xyz") AIStories
|
||||||
|
p.desc
|
||||||
|
| A platform to relive memories with AI characters.
|
||||||
|
div.stack
|
||||||
|
span AI
|
||||||
|
li.project-card
|
||||||
|
a.title(href="https://github.com/offchaincafe/evm") Offchain Café EVM
|
||||||
|
p.desc
|
||||||
|
| A self-hosted indexing service for Ethereum blockchain.
|
||||||
|
div.stack
|
||||||
|
span Open source
|
||||||
|
span Crypto
|
||||||
|
span EVM
|
||||||
|
li.project-card
|
||||||
|
a.title(href="https://github.com/nxsf/ipnft") IPNFT
|
||||||
|
p.desc
|
||||||
|
| An on-chain, digital proof of authorship for an IPFS CID, tailored to existing NFT standards.
|
||||||
|
div.stack
|
||||||
|
span Open source
|
||||||
|
span Crypto
|
||||||
|
span IPFS
|
||||||
|
span EVM
|
||||||
|
li.project-card
|
||||||
|
a.title(href="https://github.com/fancysofthq/contracts") Fancy Contracts
|
||||||
|
p.desc
|
||||||
|
| A collection of EVM smart contracts for the Fancy Software apps ecosystem.
|
||||||
|
div.stack
|
||||||
|
span Open source
|
||||||
|
span Crypto
|
||||||
|
span EVM
|
||||||
|
|
||||||
|
h3 Onyx, the language (2020-2022)
|
||||||
|
small.annotation
|
||||||
|
| Onyx is a novel programming language I'was working on.
|
||||||
|
|
||||||
ul.projects
|
ul.projects
|
||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://nxsf.org") NXSF.org
|
a.title(href="https://nxsf.org") NXSF.org
|
||||||
p.desc
|
p.desc
|
||||||
| The Onyx Software Foundation website (
|
| The Onyx Software Foundation website (
|
||||||
a(href="https://github.com/nxsf/nxsf.github.io") source
|
a(href="https://github.com/nxsf/nxsf.github.io") source
|
||||||
| ).
|
| ).
|
||||||
@@ -14,34 +51,30 @@ ul.projects
|
|||||||
|
|
||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://nxsf.org/onyx/") Onyx standard
|
a.title(href="https://nxsf.org/onyx/") Onyx standard
|
||||||
p.desc
|
p.desc
|
||||||
| An ongoing attempt to standardize the Onyx language (
|
| An attempt to standardize the Onyx language (
|
||||||
a(href="https://github.com/nxsf/onyx") source
|
a(href="https://github.com/nxsf/onyx") source
|
||||||
| ).
|
| ).
|
||||||
div.stack
|
div.stack
|
||||||
span Open source
|
span Open source
|
||||||
|
|
||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://ref.nx.fancysoft.xyz/") Onyx reference
|
a.title(href="https://github.com/onyxlang/rs") Onyx in Rust
|
||||||
p.desc
|
p.desc An attempt to implement an Onyx language compiler in Rust.
|
||||||
| An easier-to-understand Onyx language introduction (
|
|
||||||
a(href="https://github.com/fancysofthq/onyx-ref") source
|
|
||||||
| ).
|
|
||||||
div.stack
|
div.stack
|
||||||
span Open source
|
span Open source
|
||||||
|
span Rust
|
||||||
|
|
||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/onyxlang/onyx") Onyx implementation
|
a.title(href="https://github.com/onyxlang/ts") Onyx in Typescript
|
||||||
p.desc An ongoing attempt to implement an Onyx language compiler.
|
p.desc An attempt to implement an Onyx language compiler in TypeScript + Zig.
|
||||||
div.stack
|
div.stack
|
||||||
span Open source
|
span Open source
|
||||||
span C++
|
|
||||||
span LLVM
|
|
||||||
span Zig
|
span Zig
|
||||||
span Typescript
|
span TypeScript
|
||||||
|
|
||||||
h3 Crystal-related projects (2018-2020)
|
h3 Crystal-related projects (2018-2020)
|
||||||
small.annotation
|
small.annotation
|
||||||
a(href="https://crystal-lang.org") Crystal
|
a(href="https://crystal-lang.org") Crystal
|
||||||
| is a Ruby-inspired programming language, but compiled.
|
| is a Ruby-inspired programming language, but compiled.
|
||||||
|
|
||||||
@@ -50,13 +83,13 @@ ul.projects
|
|||||||
span.title
|
span.title
|
||||||
a(href="https://onyxframework.com/") Onyx framework
|
a(href="https://onyxframework.com/") Onyx framework
|
||||||
| (2020)
|
| (2020)
|
||||||
p.desc
|
p.desc
|
||||||
| A web framework with
|
| A web framework with
|
||||||
a(href="https://github.com/onyxframework/http") HTTP
|
a(href="https://github.com/onyxframework/http") HTTP
|
||||||
| ,
|
| ,
|
||||||
a(href="https://github.com/onyxframework/sql") SQL ORM
|
a(href="https://github.com/onyxframework/sql") SQL ORM
|
||||||
| and
|
| and
|
||||||
a(href="https://github.com/onyxframework/eda") EDA
|
a(href="https://github.com/onyxframework/eda") EDA
|
||||||
| modules, fancy website and rich documentation.
|
| modules, fancy website and rich documentation.
|
||||||
div.stack
|
div.stack
|
||||||
span Open source
|
span Open source
|
||||||
@@ -72,7 +105,7 @@ ul.projects
|
|||||||
span.title
|
span.title
|
||||||
a(href="https://github.com/crystaljobs") Crystal Jobs
|
a(href="https://github.com/crystaljobs") Crystal Jobs
|
||||||
| (2018)
|
| (2018)
|
||||||
p.desc
|
p.desc
|
||||||
| A now defunct Crystal jobs board (
|
| A now defunct Crystal jobs board (
|
||||||
a(href="https://crystaljobs-staging.netlify.app/") frontend preview
|
a(href="https://crystaljobs-staging.netlify.app/") frontend preview
|
||||||
| ).
|
| ).
|
||||||
@@ -87,7 +120,7 @@ ul.projects
|
|||||||
span.title
|
span.title
|
||||||
a(href="https://github.com/vladfaust/crystalworld") CrystalWorld
|
a(href="https://github.com/vladfaust/crystalworld") CrystalWorld
|
||||||
| (2019)
|
| (2019)
|
||||||
p.desc
|
p.desc
|
||||||
| A
|
| A
|
||||||
a(href="https://github.com/gothinkster/realworld") RealWorld
|
a(href="https://github.com/gothinkster/realworld") RealWorld
|
||||||
| implementation in Crystal and Onyx the web framework.
|
| implementation in Crystal and Onyx the web framework.
|
||||||
@@ -97,9 +130,9 @@ ul.projects
|
|||||||
span SQLite
|
span SQLite
|
||||||
|
|
||||||
h4 Crystal shards (2018-2020)
|
h4 Crystal shards (2018-2020)
|
||||||
small.annotation
|
small.annotation
|
||||||
| A
|
| A
|
||||||
i shard
|
i shard
|
||||||
| is a Crystal code package.
|
| is a Crystal code package.
|
||||||
|
|
||||||
ul.projects
|
ul.projects
|
||||||
@@ -127,7 +160,7 @@ ul.projects
|
|||||||
|
|
||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/vladfaust/tarantool.cr") Tarantool
|
a.title(href="https://github.com/vladfaust/tarantool.cr") Tarantool
|
||||||
p.desc
|
p.desc
|
||||||
| A
|
| A
|
||||||
a(href="https://www.tarantool.io/ru/") Tarantool
|
a(href="https://www.tarantool.io/ru/") Tarantool
|
||||||
| database driver.
|
| database driver.
|
||||||
@@ -252,10 +285,10 @@ ul.projects
|
|||||||
span LibGDX
|
span LibGDX
|
||||||
|
|
||||||
li.project-card
|
li.project-card
|
||||||
span.title
|
span.title
|
||||||
a(href="https://parrotfarm.herokuapp.com/") Parrot Farm
|
a(href="https://parrotfarm.herokuapp.com/") Parrot Farm
|
||||||
| (2016)
|
| (2016)
|
||||||
p.desc
|
p.desc
|
||||||
| A showcase project to demonstrate my skills at those times
|
| A showcase project to demonstrate my skills at those times
|
||||||
small , hosted on Heroku.
|
small , hosted on Heroku.
|
||||||
div.stack
|
div.stack
|
||||||
@@ -267,7 +300,7 @@ ul.projects
|
|||||||
span.title
|
span.title
|
||||||
a(href="https://nostalgic-hopper-8a1414.netlify.app/") Coinpricebet
|
a(href="https://nostalgic-hopper-8a1414.netlify.app/") Coinpricebet
|
||||||
| (2018)
|
| (2018)
|
||||||
p.desc
|
p.desc
|
||||||
| A Stellar-based betting on crypto coin prices, also
|
| A Stellar-based betting on crypto coin prices, also
|
||||||
a(href="https://loving-mahavira-537556.netlify.app/") this
|
a(href="https://loving-mahavira-537556.netlify.app/") this
|
||||||
| version.
|
| version.
|
||||||
@@ -347,7 +380,7 @@ ul.projects
|
|||||||
span.title
|
span.title
|
||||||
a(href="https://xgm.guru/p/ufs/index") UFS Arena
|
a(href="https://xgm.guru/p/ufs/index") UFS Arena
|
||||||
| (2012)
|
| (2012)
|
||||||
p.desc
|
p.desc
|
||||||
| A Warcraft III™ custom map (
|
| A Warcraft III™ custom map (
|
||||||
a(href="https://www.dropbox.com/s/odxeaq62jaqvcdc/UFS.w3x?dl=0") source
|
a(href="https://www.dropbox.com/s/odxeaq62jaqvcdc/UFS.w3x?dl=0") source
|
||||||
| ).
|
| ).
|
||||||
|
|||||||
Reference in New Issue
Block a user