Code Monkey home page Code Monkey logo

williamcanin / typing-jekyll-template Goto Github PK

View Code? Open in Web Editor NEW
91.0 91.0 53.0 8.95 MB

:syringe: Typing, is a template for Jekyll built especially for those who want to have a blog and pages quickly and lightly.

Home Page: https://github.com/williamcanin/typing-jekyll-template

License: MIT License

Ruby 14.45% HTML 46.88% JavaScript 1.50% CoffeeScript 7.48% SCSS 29.68%
html5 jekyll jekyllthemes scss template templates typing-jekyll-template

typing-jekyll-template's Introduction

// main.rs

use std::collections::HashMap;

fn main() {

  let workflow: HashMap<&str, HashMap<&str, Vec<&str>>> = HashMap::from([
    (
      "My Main Tech Stack",
      HashMap::from([
        ("Languages", vec!["Rust", "Python", "Shell Script"]),
        ("Frontend", vec!["HTML", "CSS", "SASS", "Bootstrap", "Jekyll"]),
        ("Database", vec!["PostGreSQL", "MySQL"]),
        ("Tools", vec!["VSCode", "Vim", "JetBrains IDEs", "Git"]),
        ("OS", vec!["Linux", "Windows"]),
      ]),
    ),
  ]);

  let yt_link: &str = "https://www.youtube.com/c/williamcanin";

  println!("Hello, World!");
  println!("My name is William, and I am a programming and hacking enthusiast.");

  for (key, value) in &workflow {
    println!("{}:", key);
    for (inner_key, inner_value) in value {
        println!("  {}: {:?}", inner_key, inner_value);
    }
  }

  println!("YouTube::> {}", yt_link);

}

typing-jekyll-template's People

Contributors

williamcanin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

typing-jekyll-template's Issues

using this on GitHub page

This's a great template, but I've tried to deploy it on github page, it fails. If I just upload the _site to the GitHub.io, it lost all the features of this template, do you have any ideas?

Tag property does not support spaces

@Shylock-Hg Are you referring in the header of the markdown files in the tags property?
You can not use spaces.

Do like this:
tags: ["java", "sublime-text"]

Try to use the hiffen (-) in the spaces with compound words.

Was that it? I'm sorry, that's got a little vague. In case your doubt is not this, put me the section of the file where the error that you see is.

Failure to "build fresh packages" on $ yarn install

While following the steps in README, I can not get Typing to install on step 2. I get this back:

$ yarn install
yarn install v1.21.1
info No lockfile found.
$ bundle install
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Fetching rake 13.0.1
Installing rake 13.0.1
Fetching concurrent-ruby 1.1.5
Installing concurrent-ruby 1.1.5
Fetching i18n 1.8.1
Installing i18n 1.8.1
Fetching minitest 5.14.0
Installing minitest 5.14.0
Fetching thread_safe 0.3.6
Installing thread_safe 0.3.6
Fetching tzinfo 1.2.6
Installing tzinfo 1.2.6
Fetching zeitwerk 2.2.2
Installing zeitwerk 2.2.2
Fetching activesupport 6.0.2.1
Installing activesupport 6.0.2.1
Fetching public_suffix 4.0.3
Installing public_suffix 4.0.3
Fetching addressable 2.7.0
Installing addressable 2.7.0
Using bundler 2.1.4
Fetching coffee-script-source 1.12.2
Installing coffee-script-source 1.12.2
Fetching execjs 2.7.0
Installing execjs 2.7.0
Fetching coffee-script 2.4.1
Installing coffee-script 2.4.1
Fetching colorator 1.1.0
Installing colorator 1.1.0
Fetching colorize 0.8.1
Installing colorize 0.8.1
Fetching eventmachine 1.2.7 (x64-mingw32)
Installing eventmachine 1.2.7 (x64-mingw32)
Fetching http_parser.rb 0.6.0
Installing http_parser.rb 0.6.0 with native extensions
Fetching em-websocket 0.5.1
Installing em-websocket 0.5.1
Fetching multipart-post 2.1.1
Installing multipart-post 2.1.1
Fetching faraday 1.0.0
Installing faraday 1.0.0
Fetching ffi 1.11.3 (x64-mingw32)
Installing ffi 1.11.3 (x64-mingw32)
Fetching forwardable-extended 2.6.0
Installing forwardable-extended 2.6.0
Fetching gemoji 3.0.1
Installing gemoji 3.0.1
Fetching mini_portile2 2.4.0
Installing mini_portile2 2.4.0
Fetching nokogiri 1.10.7 (x64-mingw32)
Installing nokogiri 1.10.7 (x64-mingw32)
Fetching html-pipeline 2.12.3
Installing html-pipeline 2.12.3
Fetching sassc 2.2.1 (x64-mingw32)
Installing sassc 2.2.1 (x64-mingw32)
Fetching jekyll-sass-converter 2.0.1
Installing jekyll-sass-converter 2.0.1
Fetching rb-fsevent 0.10.3
Installing rb-fsevent 0.10.3
Fetching rb-inotify 0.10.1
Installing rb-inotify 0.10.1
Fetching listen 3.2.1
Installing listen 3.2.1
Fetching jekyll-watch 2.2.1
Installing jekyll-watch 2.2.1
Fetching kramdown 2.1.0
Installing kramdown 2.1.0
Fetching kramdown-parser-gfm 1.1.0
Installing kramdown-parser-gfm 1.1.0
Fetching liquid 4.0.3
Installing liquid 4.0.3
Fetching mercenary 0.3.6
Installing mercenary 0.3.6
Fetching pathutil 0.16.2
Installing pathutil 0.16.2
Fetching rouge 3.14.0
Installing rouge 3.14.0
Fetching safe_yaml 1.0.5
Installing safe_yaml 1.0.5
Fetching unicode-display_width 1.6.0
Installing unicode-display_width 1.6.0
Fetching terminal-table 1.8.0
Installing terminal-table 1.8.0
Fetching jekyll 4.0.0
Installing jekyll 4.0.0
Fetching jektify 1.0.4
Installing jektify 1.0.4
Fetching jekyll-coffeescript 2.0.0
Installing jekyll-coffeescript 2.0.0
Fetching jekyll-email-protect 1.1.0
Installing jekyll-email-protect 1.1.0
Fetching jekyll-feed 0.12.1
Installing jekyll-feed 0.12.1
Fetching sawyer 0.8.2
Installing sawyer 0.8.2
Fetching octokit 4.15.0
Installing octokit 4.15.0
Fetching jekyll-gist 1.5.0
Installing jekyll-gist 1.5.0
Fetching jekyll-paginate-v2 1.5.2
Installing jekyll-paginate-v2 1.5.2
Fetching jekyll-sitemap 1.3.1
Installing jekyll-sitemap 1.3.1
Fetching nuggets 1.6.0
Installing nuggets 1.6.0
Fetching jekyll-tagging 1.1.0
Installing jekyll-tagging 1.1.0
Fetching jekyll-youtube 1.0.0
Installing jekyll-youtube 1.0.0
Fetching jemoji 0.11.1
Installing jemoji 0.11.1
Fetching json 2.2.0
Installing json 2.2.0 with native extensions
Bundle complete! 14 Gemfile dependencies, 57 gems now installed.
Bundled gems are installed into `./vendor/bundle`
Post-install message from i18n:

HEADS UP! i18n 1.1 changed fallbacks to exclude default locale.
But that may break your application.

Please check your Rails app for 'config.i18n.fallbacks = true'.
If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be
'config.i18n.fallbacks = [I18n.default_locale]'.
If not, fallbacks will be broken in your app by I18n 1.1.x.

For more info see:
https://github.com/svenfuchs/i18n/releases/tag/v1.1.0

Post-install message from nokogiri:
Nokogiri is built with the packaged libraries: libxml2-2.9.10, libxslt-1.1.34, zlib-1.2.11, libiconv-1.15.
Post-install message from html-pipeline:
-------------------------------------------------
Thank you for installing html-pipeline!
You must bundle Filter gem dependencies.
See html-pipeline README.md for more details.
https://github.com/jch/html-pipeline#dependencies
-------------------------------------------------
Post-install message from jekyll:
-------------------------------------------------------------------------------------
Jekyll 4.0 comes with some major changes, notably:

  * Our `link` tag now comes with the `relative_url` filter incorporated into it.
    You should no longer prepend `{{ site.baseurl }}` to `{% link foo.md %}`
    For further details: https://github.com/jekyll/jekyll/pull/6727

  * Our `post_url` tag now comes with the `relative_url` filter incorporated into it.
    You shouldn't prepend `{{ site.baseurl }}` to `{% post_url 2019-03-27-hello %}`
    For further details: https://github.com/jekyll/jekyll/pull/7589

  * Support for deprecated configuration options has been removed. We will no longer
    output a warning and gracefully assign their values to the newer counterparts
    internally.
-------------------------------------------------------------------------------------
Post-install message from nuggets:

nuggets-1.6.0 [2018-07-12]:

* Added <tt>JSON.*_{multi,canonical}</tt>.

Post-install message from jekyll-tagging:

jekyll-tagging-1.1.0 [2017-03-07]:

* Added ability to append extra data to all tag pages. (tfe)
* Provides compatibility to the current jekyll (3.4.1).
* A few fixes. (felipe)
* Some documentation improvements. (wsmoak, jonathanpberger)
* Prooves who is the worst open source maintainer. (pattex ^__^)

[1/4] Resolving packages...
warning simple-jekyll-search > cypress > request > [email protected]: This module moved to @hapi/hawk. Please make sure to switch over as this distri
bution is no longer supported and may contain bugs and critical security issues.
warning simple-jekyll-search > cypress > common-tags > babel-runtime > [email protected]: core-js@<3 is no longer maintained and not recommended 
for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
warning simple-jekyll-search > cypress > request > hawk > [email protected]: This version has been deprecated in accordance with the hapi support po
licy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to u
pgrade at this time, paid support is available for older versions (hapi.im/commercial).
warning simple-jekyll-search > cypress > request > hawk > [email protected]: This version has been deprecated in accordance with the hapi support po
licy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to u
pgrade at this time, paid support is available for older versions (hapi.im/commercial).
warning simple-jekyll-search > cypress > request > hawk > boom > [email protected]: This version has been deprecated in accordance with the hapi sup
port policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unab
le to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
warning simple-jekyll-search > cypress > request > hawk > [email protected]: This version has been deprecated in accordance with the hapi suppor
t policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable 
to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
warning simple-jekyll-search > cypress > request > hawk > cryptiles > [email protected]: This version has been deprecated in accordance with the hap
i support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are
 unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
warning simple-jekyll-search > cypress > request > hawk > [email protected]: This module moved to @hapi/sntp. Please make sure to switch over as this
 distribution is no longer supported and may contain bugs and critical security issues.
warning simple-jekyll-search > cypress > request > hawk > sntp > [email protected]: This version has been deprecated in accordance with the hapi sup
port policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unab
le to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
[2/4] Fetching packages...
info [email protected]: The platform "win32" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[###########---------------------------------------------------------------------------------------------------------------------] 1792/21428 [#################################-----------------------------------------------------------------------------------------------] 5492/21428 [####################################--------------------------------------------------------------------------------------------] 6104/21428 [########################################----------------------------------------------------------------------------------------] 6631/21428 [########################################----------------------------------------------------------------------------------------] 6704/21428 [#########################################---------------------------------------------------------------------------------------] 6928/21428 [###########################################-------------------------------------------------------------------------------------] 7229/21428 [##############################################----------------------------------------------------------------------------------] 7673/21428 [################################################--------------------------------------------------------------------------------] 8095/21428 [###################################################-----------------------------------------------------------------------------] 8542/21428 [####################################################----------------------------------------------------------------------------] 8712/21428 [#####################################################---------------------------------------------------------------------------] 8840/21428 [#########################################################-----------------------------------------------------------------------] 9509/21428 [##########################################################----------------------------------------------------------------------] 9626/21428 [##########################################################----------------------------------------------------------------------] 9754/21428 [############################################################-------------------------------------------------------------------] 10070/21428 [###############################################################----------------------------------------------------------------] 10568/21428 [#####################################################################----------------------------------------------------------] 11590/21428 [#####################################################################----------------------------------------------------------] 11694/21428 [########################################################################-------------------------------------------------------] 12114/21428 [#########################################################################------------------------------------------------------] 12281/21428 [##########################################################################-----------------------------------------------------] 12470/21428 [4/4] Building fresh packages...
[5/5] ⢀ cypress
[-/5] ⠠ waiting...
[-/5] ⠠ waiting...
[-/5] ⠠ waiting...
[-/5] ⠠ waiting...

It just ends there and does not finish building packages. I have made sure I have all the requirements as well

$ git --version
git version 2.24.0.windows.2
$ ruby -v
ruby 2.6.5p114 (2019-10-01 revision 67812) [x64-mingw32]
$ gem -v
3.1.2
$ bundler -v
Bundler version 2.1.4
$ yarn -v
1.21.1

Do you by chance know what I am missing or what I need to do to fix this?

Get 'The tag imager is not a recognized Liquid tag' when simply fork this repo

I simply fork this repo to my Github and I receive this error:

Your site is having problems building: The tag imager on line 59 in _posts/2018-02-03-welcome-to-jekyll.md is not a recognized Liquid tag. For more information, see https://help.github.com/articles/page-build-failed-unknown-tag-error/.

I thought it was easy to fork a Jekyll theme to use it. I have no experience in deploy a Jekyll website, can you show me how to fix that error in Github without run the code on the local machine? Maybe this question is stupid, but I want it's easier to use a good Jekyll theme without too much configurations.

I'm using Windows 10.

failure to build with `yarn build`

when I refer to readme, press yarn build, the error as following:

root@00a802ff6c5e:/blog# yarn build 
yarn run v1.21.1
$ bundle exec rake postinstall; JEKYLL_ENV=production bundle exec jekyll build; yarn run gulp
> File 'jquery/dist/jquery.min.js' copied to ./assets/vendor/js!
> File 'popper.js/dist/umd/popper.min.js' copied to ./assets/vendor/js!
> File 'popper.js/dist/umd/popper.min.js.map' copied to ./assets/vendor/js!
> File 'bootstrap/dist/js/bootstrap.min.js' copied to ./assets/vendor/js!
> File 'bootstrap/dist/js/bootstrap.min.js.map' copied to ./assets/vendor/js!
> File 'simple-jekyll-search/dest/simple-jekyll-search.min.js' copied to ./assets/vendor/js!
Configuration file: /blog/_config.yml
            Source: /blog
       Destination: /blog/public
 Incremental build: disabled. Enable with --incremental
      Generating... 
       Jekyll Feed: Generating feed for posts
        Pagination: found page: _pages/blogger/blog.md
  Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/vendor.scss':
                    Error: File to import not found or unreadable: vendor/vendor. on line 1:1 of vendor.scss >> @import "vendor/vendor"; ^ 
                    ------------------------------------------------
      Jekyll 4.0.0   Please append `--trace` to the `build` command 
                     for any additional information or backtrace. 
                    ------------------------------------------------
$ /blog/node_modules/.bin/gulp
[18:24:02] Using gulpfile /blog/gulpfile.js
[18:24:02] Starting 'default'...
[18:24:02] Starting 'html'...
[18:24:02] Starting 'js'...
[18:24:02] Starting 'images'...
[18:24:02] Finished 'html' after 180 ms
[18:24:02] Finished 'js' after 183 ms
[18:24:02] gulp-imagemin: Minified 0 images
[18:24:02] Finished 'images' after 186 ms
[18:24:02] Finished 'default' after 190 ms
Done in 4.96s.

It just ends there and does not finish building packages. I have made sure I have all the requirements as well

root@00a802ff6c5e:/blog# git --version
git version 2.17.1
root@00a802ff6c5e:/blog# ruby -v
ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-linux-gnu]
root@00a802ff6c5e:/blog# gem -v
3.0.6
root@00a802ff6c5e:/blog# yarn -v
1.21.1
root@00a802ff6c5e:/blog# bundle version
Bundler version 1.17.3 (2019-08-16 commit d7089abb6)

Does the typing template support UTF-8 encoding?

image

The tag özel-bitcoin-adresi points to https://calap.co/blog/etiketler/özel-bitcoin-adresi URL which is incorrect - 404 Not Found
The correct URL is https://calap.co/blog/etiketler/oezel-bitcoin-adresi

image

The tag güvenli-gezinme points to https://calap.co/blog/etiketler//güvenli-gezinme URL which is incorrect - 404 Not Found
The correct URL is https://calap.co/blog/etiketler//guevenli-gezinme

The such URLs like above are produced wrongly in the post page.

image
However such URLs like above are correct but not what I wanted. They are produced by the special tag page.

When the visitor click the tag they get a 404 Not Found error due to the wrong url structure. Therefore, I don't want ö character turns oe or ü turns ue in tag URLs. At least ö turns o, this is even OK but not that oe characters. I need your assistance about the problem.

edit: image links corrected.

Error in deploy command

Fix error in structure of rake deploy command. Current settings are not compatible with the level of source code folders and public folder.

Can not build the webpage on github pages.

I am facing some problems with the github deployment of the webpage. I have followed the instructions on readme page and can launch the page from my local computer however the github page is not rendering as expected. I am using V2.1.6

using Typing on Github pages without building locally

How about if I would want to use GitHub's jekyll builder for Typing? I mean I don't want to build my website locally. For example, I just want to change something about my website on my Jekyll folder and commit that changes to my Github repository so that Github build and serve my Jekyll site automatically. Is that possible? If yes how? Any suggestion would be great. Thank you for creating Typing.

ps: I know GitHub pages doesn't support all the plugins that Typing using. Supported plugins & themes and versions: https://pages.github.com/versions/

How to prevent a special file in _site directory from being deleted when compiling

I'm customizing my blog using your theme. Recently, I changed the domain name rather using default(xxxx.github.io). To use the custom domain, I have to add CNAME file in the repository. But after compiling the repository, CNAME file in it is removed, which results in redirecting wrong place.

My first attempt is to add CNAME in "exclude" field in _config.yml, and copy CNAME to _site every time I compile, but this solution is cumbersome because it needs to synchronize with the remote repository (fetch CNAME from there, change custom domain name in Github page).

I want to enforce CNAME not to be deleted. What should I do?

Thanks, in advance :)

Issue when creating new post.

I have an issue running yarn build

$ yarn build
yarn run v1.22.5
$ JEKYLL_ENV=production bundle exec jekyll build; gulp
Configuration file: /home/user/github_stuff/typing-jekyll-template/_config.yml
            Source: /home/user/github_stuff/typing-jekyll-template
       Destination: /home/user/github_stuff/typing-jekyll-template/public
 Incremental build: disabled. Enable with --incremental
      Generating... 
          Skipping: _posts/2021-08-12-test.md has a future date
       Jekyll Feed: Generating feed for posts
         AutoPages: Disabled/Not configured in site.config.
        Pagination: Complete, processed 1 pagination page(s)
          Conflict: The following destination is shared by multiple files.
                    The written file may end up with unexpected contents.

The line

          Skipping: _posts/2021-08-12-test.md has a future date

raised when running yarn build, so there is no new post created.

Deploy err

Hi,williamcanin.
I meet some err when deploy this to github.io.
Do you know what happened?

ps.It works well at localhost.

Create a postlist!

Hi William,

Does the template allow me to create a new post list?
If I wanna create another blog, which contains posts, can I also do that?

Thank you in advance!.

The tag `datelang` on line 13 in `/_layouts/post.html` is not a recognized Liquid tag

Hi! @williamcanin
I encountered another issue with deploying the site. I successfully run "bundle install" command, compiling project for deploy, and staring jekyll server locally. And I also configured "baseurl" and "url" field in _config file to "/_site" and "https://rupc.github.io" correspondingly. "remoteURL" field in deploy.conf is also configured.
But when I typed "bash init.sh deploy:source" and "bash init.sh deploy:site" afterwards, I got an email from Github, which it says that page build fails.

An error from Github consistently reports that "The tag datelang on line 13 in /_layouts/post.html is not a recognized Liquid tag"
Following code is first 20 lines of code from post.html .

---
layout: default
---

<!-- Include Data Base  -->
{% include dbase/dbase %}

<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
<!--  Next Version  <div class="readmode">
    <a id="btn-readmode" class="pull-right btn btn-default btn-readmode" href="">Read Mode</a>
  </div> -->
  <div class="row title">
    <h1>{{ page.title }}</h1>
  </div>
  <div class="row meta" datetime="{{ page.date | date:'%Y-%m-%d' }}">
    <time class="col-sm-6 datetime">
      {% if site.screen.icons.enable == true %}<i class="fa fa-calendar" aria-hidden="true"></i>{% endif %}<span class="text {% if site.screen.icons.enable == true %} tmargin {% endif %}">{% datelang page %}{% include datelang/page %}</span>
    </time>
    {% if page.comments and dbase.userdata.disqus.username %}
    <div class="col-sm-6 count-comments">

I think I successfully followed your instructions, but it seems that I miss something though.

Locale usage on blog post

Hi,

I believe there is an issue with which locale is being used on individual blog posts.

The /blog page shows the correct locale in this case en-US.
screenshot from 2018-03-31 22-16-57

However individual bog posts appear to be using the pt-BR locale.
screenshot from 2018-03-31 22-17-27

I've configured _data/data.yml to use en-US. Am I overlooking something stupid?
locale: "en-US"

Thanks

"blog" redirects incorrect location

Hi, I built the blog with this theme successfully here
But, Another issue bothers me because of the fact that clicking the blog link goes wrong place.
I know this is a default page when the blog is created initially in github.

image

In locally running server, blog link shows the contents of _post folders as expected.
How can I fix this issue?

Thanks in advance!

"bundle install" fails

Hi!, I like your theme and try to apply to my blog.
But when I try to install dependencies via "bundle install", an error saying "Bundler could not find compatible versions for gem "liquid":" occurs.
_015
I know this looks a silly question, but I can't find a way by simply installing required software such as gem, jekyll, liquid, jekyll-spotify-plugin.

To bypass installation process, I forked your repository and rename the repository to "rupc.github.io", but, Github send me an email which contains following. I hope this information would be helpful.

The page build failed for the `master` branch with the following error:

The tag `datelang` on line 13 in `/_layouts/post.html` is not a recognized Liquid tag. For more information, see https://help.github.com/articles/page-build-failed-unknown-tag-error/.

For information on troubleshooting Jekyll see:

  https://help.github.com/articles/troubleshooting-jekyll-builds

If you have any questions you can contact us by replying to this email.

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.