GithubHelp home page GithubHelp logo

pages-themes / cayman Goto Github PK

View Code? Open in Web Editor NEW
1.2K 31.0 3.1K 210 KB

Cayman is a Jekyll theme for GitHub Pages

Home Page: https://pages-themes.github.io/cayman/

License: Creative Commons Zero v1.0 Universal

HTML 18.25% Ruby 10.31% Shell 7.54% SCSS 63.90%
jekyll github-pages jekyll-theme

cayman's People

Contributors

antibland avatar benbalter avatar braek avatar ethertyper avatar gebeto avatar ibug avatar ignatk avatar iksaku avatar jasonlong avatar jldec avatar konklone avatar msound avatar ogonkov avatar parkr avatar sethjackson avatar sjparkinson avatar theryangeary avatar thomas-hiron avatar tsusdere avatar vis-kid 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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

cayman's Issues

Color variables not working

I'm trying to override the color variables as described in the readme but it is not working. Anyone else having issues?

Here is my assets/css/style.scss

$header-bg-color: #6E4D9B;
$header-bg-color-secondary: #E82887;
$section-headings-color: #6E4D9B;

@import "{{ site.theme }}";

GH pages preview is using master-branch for the preview (not actual latest release)

It looks like if I am setting up GH pages with one of their default themes I do not get the latest HTML/CSS. What am I missing?

How come HTML structure looks like this?:

<body>
    <section class="page-header">
    </section>

    <section class="main-content">
    </section>
</body>

And not like this?:

<body cz-shortcut-listen="true">
    <a id="skip-to-content" href="#content">Skip to the content.</a>

    <header class="page-header" role="banner">
    </header>

    <main id="content" class="main-content" role="main">
    </main>
</body>

According to the latest default template of cayman it should use header, main and have a scip to content link.

I created this test repo to describe my issue: https://github.com/escapedcat/github-pages-test

This is not a specific problem of the cayman theme. I have the same problem with other default themes. I just didn't know where exactly to raise this issue/question.
Please let me know if I should move this to somewhere else.

Document how to override color variables

The README documentation mentions using assets/css/style.scss to add custom CSS. I've used this to successfully in a GitHub Pages organization site to override some theme styles, such as body font-family and .main-content padding.

It is not clear to me how to override the color variables defined in _sass/variables.scss though.

Please accept my apologies in advance as this is more a question and less an issue.

How can I remove the "view on GitHub" button?

I've tried a bunch of different _config.ymls but nothing's making it hide.

The button is pointless since the repo for my site is private as I occasionally throw files onto it to share but I don't want them on my profile.

Syntax highlighting for C++ code doesn't seem to be work

I recently published a repo of mine, BigInt, as a GitHub pages site using the Cayman theme, but the code blocks marked as 'C++', like:

```C++
// some C++ code here...
```

do not get syntax highlighted. On inspecting the generated HTML, I see that the class language-C++ is added on the <code> elements, but there's no syntax highlighting on them.

Can't change default.html or stylesheet.

Hey, I cloned this repo locally and opened it in webstorm. I wan't to change default.html, config.yml and the stylesheet, but everything just automatically resets to the original content (except config which just stays the same. Do I have to do things step-by-step in the readme to make things work?

skjermbilde 2018-12-10 kl 22 31 27

Accessibility errors found in your template

The user @carlsonsantana validate your site template "https://pages-themes.github.io/cayman/" and found these accessibility errors:

  • Page https://pages-themes.github.io/cayman/:
    • Issue af553241-1f9c-4ae5-bd6c-3b80074dc3bd:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.4:1. Recommendation: change background to #f6f9fd.
      • Selector: #content > div:nth-child(11) > div > pre > code > span:nth-child(4)
      • Context: <span class="no">Dependencies</span>
    • Issue 240eac22-70c2-4e7e-93ce-07e9031d875f:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.4:1. Recommendation: change background to #f6f9fd.
      • Selector: #content > div:nth-child(11) > div > pre > code > span:nth-child(2)
      • Context: <span class="no">GitHubPages</span>
    • Issue 1ba70f36-147b-43a4-a3af-b78dbbe6fd33:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.67:1. Recommendation: change text colour to #0b0b00.
      • Selector: #content > div:nth-child(11) > div > pre > code > span:nth-child(1)
      • Context: <span class="c1"># Ruby code with syntax highlig...</span>
    • Issue b9903939-83e4-4651-b780-80cc8eb27453:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.67:1. Recommendation: change text colour to #0b0b00.
      • Selector: #content > div:nth-child(10) > div > pre > code > span:nth-child(1)
      • Context: <span class="c1">// Javascript code with syntax ...</span>
    • Issue 139b93c2-2a6c-4d8f-9d8c-3fe20c7456c5:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #767676.
      • Selector: html > body > header > a:nth-child(5)
      • Context: <a href="https://github.com/pages-themes/cayman/tarball/master" class="btn">Download .tar.gz</a>
    • Issue 9145763a-bcf3-4614-8786-e6ec80f18880:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #767676.
      • Selector: html > body > header > a:nth-child(4)
      • Context: <a href="https://github.com/pages-themes/cayman/zipball/master" class="btn">Download .zip</a>
    • Issue 00a0f36a-ecd9-4d24-b3b3-154f61bb9aef:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #767676.
      • Selector: html > body > header > a:nth-child(3)
      • Context: <a href="https://github.com/pages-themes/cayman" class="btn">View on GitHub</a>

You can check these accessibility errors using pa11y.
You can view the full validation results in our website.

style.css not found when hosting on Github Pages

Hi,

I'm new to Jekyll & Github Pages so I'm probably missing something obvious here but I cannot find what.
style.css is loaded in default.html via
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
So on Github Pages hosting, the url for this stylesheet is https://alexpoint.github.io/assets/css/style.css?v=33125130a4821c5cff85754a283fd242618965dd
and it's actual location is
https://alexpoint.github.io/remedes/assets/css/style.css?v=33125130a4821c5cff85754a283fd242618965dd
Any idea what I'm missing here to have the name of the repository included in the URL?

Thanks

Tables not rendering correctly?

Hi there, I'm using a table like this in my readme:

Flag | Code |Region
:---: | :---: | :---
![AD](png/EU.png)   | EU    | European Union
![AE](png/WW.png)   | WW    | World
![CNA](png/CNA.png) | CNA   | North America
![CSA](png/CSA.png) | CSA   | South America

In the repository it seems to render correctly, however, in the page it does not. Am I doing something wrong? ๐Ÿ˜•

No Download Button

Hi there!
So i have a problem where on my gitHub page there is no download buttons.
I tried changing the theme, and same thing happens. So this is not a specific theme issue, this is issue of all themes

undefined variable paginator in /_layouts/default.html

Hello and thanks for making this,

I like to run jekyll with:

liquid:
  error_mode        : strict
  strict_filters    : true
  strict_variables  : true

This is for some basic sanity, I'd rather that my site doesn't build than have unknown errors.

But it seems to be giving me trouble:

Configuration file: /home/luke/git/____/source/_config.yml
Invalid theme folder: _includes
            Source: .
       Destination: ../docs
 Incremental build: disabled. Enable with --incremental
      Generating... 
  Liquid Exception: Liquid error (line 6): undefined variable paginator in /_layouts/default.html
bundler: failed to load command: jekyll (/home/luke/gems/bin/jekyll)
Liquid::UndefinedVariable: Liquid error (line 6): undefined variable paginator
  /home/luke/gems/gems/liquid-4.0.0/lib/liquid/context.rb:192:in `lookup_and_evaluate'
  /home/luke/gems/gems/liquid-4.0.0/lib/liquid/context.rb:173:in `block in find_variable'
  /home/luke/gems/gems/liquid-4.0.0/lib/liquid/context.rb:172:in `each'
  /home/luke/gems/gems/liquid-4.0.0/lib/liquid/context.rb:172:in `find_variable'
  /home/luke/gems/gems/liquid-4.0.0/lib/liquid/variable_lookup.rb:36:in `evaluate'
  /home/luke/gems/gems/liquid-4.0.0/lib/liquid/context.rb:159:in `evaluate'
  /home/luke/gems/gems/liquid-4.0.0/lib/liquid/context.rb:151:in `[]'
  /home/luke/gems/gems/jekyll-seo-tag-2.5.0/lib/jekyll-seo-tag.rb:52:in `payload'
  /home/luke/gems/gems/jekyll-seo-tag-2.5.0/lib/jekyll-seo-tag.rb:36:in `render'
  /home/luke/gems/gems/liquid-4.0.0/lib/liquid/block_body.rb:109:in `render_node'
  /home/luke/gems/gems/liquid-4.0.0/lib/liquid/block_body.rb:88:in `block in render'
  /home/luke/gems/gems/liquid-4.0.0/lib/liquid/block_body.rb:75:in `each'
  /home/luke/gems/gems/liquid-4.0.0/lib/liquid/block_body.rb:75:in `render'
  /home/luke/gems/gems/liquid-4.0.0/lib/liquid/template.rb:208:in `block in render'
  /home/luke/gems/gems/liquid-4.0.0/lib/liquid/template.rb:242:in `with_profiling'
  /home/luke/gems/gems/liquid-4.0.0/lib/liquid/template.rb:207:in `render'
  /home/luke/gems/gems/liquid-4.0.0/lib/liquid/template.rb:220:in `render!'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/liquid_renderer/file.rb:30:in `block (2 levels) in render!'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/liquid_renderer/file.rb:42:in `measure_bytes'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/liquid_renderer/file.rb:29:in `block in render!'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/liquid_renderer/file.rb:49:in `measure_time'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/liquid_renderer/file.rb:28:in `render!'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/renderer.rb:126:in `render_liquid'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/renderer.rb:195:in `render_layout'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/renderer.rb:158:in `place_in_layouts'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/renderer.rb:88:in `render_document'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/renderer.rb:62:in `run'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/site.rb:479:in `render_regenerated'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/site.rb:472:in `block in render_pages'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/site.rb:471:in `each'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/site.rb:471:in `render_pages'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/site.rb:192:in `render'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/site.rb:71:in `process'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/command.rb:28:in `process_site'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/commands/build.rb:65:in `build'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/commands/build.rb:36:in `process'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/commands/serve.rb:93:in `block in start'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/commands/serve.rb:93:in `each'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/commands/serve.rb:93:in `start'
  /home/luke/gems/gems/jekyll-3.8.5/lib/jekyll/commands/serve.rb:75:in `block (2 levels) in init_with_program'
  /home/luke/gems/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `block in execute'
  /home/luke/gems/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `each'
  /home/luke/gems/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `execute'
  /home/luke/gems/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in `go'
  /home/luke/gems/gems/mercenary-0.3.6/lib/mercenary.rb:19:in `program'
  /home/luke/gems/gems/jekyll-3.8.5/exe/jekyll:15:in `<top (required)>'
  /home/luke/gems/bin/jekyll:23:in `load'
  /home/luke/gems/bin/jekyll:23:in `<top (required)>'
The terminal process terminated with exit code: 1

Relevant _config:

# theme vars
lang: en
paginator: 10

At first it complained about lang undefined, and adding it to _config fixed that, but the paginator error doesn't seem to want to go away.

Am I doing something wrong?

How do I change the title of index page

When I use this theme via settings>GitHub pages themes for a repo, default title is taken as the repo name and description as repo description.

I have created an index.md file with front matter including 'title' and 'description'. But it doesn't seem to work. Is there a workaround or is it normal behavior?

Disabling the "View on GitHub" button?

I want to disable the "View on GitHub" button from my site, as the source code is currently in a private repository. Is there a setting for _config.yml that the it will do it?

[Feature request] replace hard-coded tag "theme-color" with variable

Hi :)

It would be nice if the hard-coded meta tag "theme-color" is changed with a variable, I'd love to do it myself and send my PR, but I'm learning Ruby and I don't know if what I'm asking is even possible, but it would be nice since I've been looking for that value like 10 times on each CSS file.

Thanks

How to deep-link to an item on a Cayman-themed page?

I work with another team that publishes a Cayman-themed "releases" page that now has hundreds of items (of several lines each) in 5 general categories.

tl;dr: Deep-linking is essential for us.

When I want to send a reader to a particular item, adding the normal #fragment to the page URL has no effect (in Chrome, Fifefox, Safari).

The id tags are there in the page, but the sections don't open up when the fragment is supplied. (In case there's any doubt, once I manually open the correct section, browsers will position appropriately after I add the #fragment in the address bar.)

This means I have to add text โ€” around each link โ€” telling readers which section to click on, and then what to search for.

This makes every mention unnecessarily long, and looks like one of us (me or the team publishing the page) doesn't know how to do HTML right.

I scanned thru the repo, but couldn't see any way to have the target of the #fragment be opened without user action. I hope it's there (a query param?) and I'm just not seeing it.

Configure "View on GitHub" to link to organisation page

In my GitHub organization (https://github.com/open-dis), I've got a repository dedicated to hosting the content for our website (https://github.com/open-dis/open-dis.org) and we're using this Jekyll Cayman theme. The problem is the "View on GitHub" link that is generated directs people to the repository for the website content, which is not really useful. Instead if the button linked to the top level GitHub organisation page (e.g. https://github.com/open-dis) it'd be more useful so that the user could browse the repos the organisation offers.

I get that the current behaviour works if someone were publishing their web site under the gh-pages branch. But for standalone website repositories I think the behaviour of the button could be better as mentioned above.

License laundering

The original theme is licensed under CC-BY 4.0. You don't have the authority to release it into the public domain. Please change it back. ๐Ÿ˜ž

Also, without attribution to the original author (Jason Long), this is copyright infringement.

How to change layout (safely)?

The official guide says that to change the layout, copy https://github.com/pages-themes/cayman/blob/master/_layouts/default.html and save it locally. However this way, user has to keep all future changes up to date. For example, if I get the current master of this file, there is a "skip-to-content" link from #43, which is visible because the CSS is not updated (it is still 0.1.1). If I got the 0.1.1 version of the default layout, I won't benefit future updates, like this skip-to-content link.

Is there a better way to "extend" a layout? Or maybe make it more extensible. E.g. with the current layout, there's no way to change to site-footer-credits section without forking the layout.

[Idea] Cards interface

I really love this theme and thinking how to take it to the next level I had an idea:

Would be great if in large layout (maybe no needed for the mobile one) big sections (# in markdown) could be load as a cards. I think is a nice mode of make this theme more "natural" and useful in big screens.

In mobile it just load 1sr #, then 2nd and so on (like now). On large mode instead of loading normal it will create something like this:
photo5940694929154092493

I think it could be just an option and I don't know if it is difficult to implement.

I not an expert, for this reason I upload this, but I can contribute if more people try to do this

Logo

is there any way to place a logo instead of the title? would be great, thanks;)

New release

The theme was made compatible with Jekyll 4.0 a while ago, but no release has been made since then, so it's not available through RubyGems. Could that be rectified?

adding image

I can't add an image to my GitHub page, I am using the following markdown command:

![](https://github.com/amir-saadat/link/to/my/image.png)

The image is replaced with question marks. please see the page

please help. thanks.

Tables are not rendering in page

Hello there, I'm facing a problem with tables rendering, this is my code:

| Flag                | Code | Region         |
|:--------------------|:-----|:---------------|
| ![AD](png/EU.png)   | EU   | European Union |
| ![AE](png/WW.png)   | WW   | World          |
| ![CNA](png/CNA.png) | CNA  | North America  |
| ![CSA](png/CSA.png) | CSA  | South America  |
| ![CEU](png/CEU.png) | CEU  | Europe         |
| ![CAF](png/CAF.png) | CAF  | Africa         |
| ![CAS](png/CAS.png) | CAS  | Asia           |
| ![COC](png/COC.png) | COC  | Oceania        |

and it looks like:

image

However in readme.md is rendering correctly:

image

This is my live site to check it out.

How to reduce the height of the header?

I have a live website using cayman theme.

I wanted to know if its possible to reduce the height of the default theme header that has the green gradient header(in original theme). If yes then how do I go about doing it?

Description meta tag is included twice in the head tag

In the default layout the description meta tag is included twice.

First through the SEO plugin:

{% seo %}

Second hard coded in the head tag itself:

<meta name="description" content="{{ page.description | default: site.description | default: site.github.project_tagline }}"/>

This is duplicate information and causes the W3C HTML validator to generate a warning about it.

List not rendering inside <details> tag

Hi guys, I have an issue rendering the table of content of the readme which is wrapped inside a collapasble panel (<details></details>). The readme contains:

<details>
  <summary>Table of contents</summary>
- [Introduction](#introduction)
- [Cloud Computing Reference Model](#cloud-computing-reference-model)
- [Data centers](#data-centers)
...
</details>

Which in the readme is displayed as

Table of contents

But in the theme is shown as:

screenshot 2019-01-14 at 13 55 12

Other lists outside details tag are properly converted to <ol> and <li> elements. Any suggestions on how to fix this? Thanks!

Overwriting CSS with custom CSS not working.

Code in /assets/css/style.scss

@import "{{ site.theme }}";
.page-header {
  background-image: linear-gradient(135deg, #6C67E7, #6FB4E6);
}

Code in '_layouts/default.html`

<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
  <head>
    <meta charset="UTF-8">

{% seo %}
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#157878">
    <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
  </head>
  <body>
    <section class="page-header">
      <h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1>
      <h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
    </section>

    <section class="main-content">
      {{ content }}
    </section>
  </body>
</html>

I'm expecting the color of the linear-gradient in .page-header to change color but it isn't.

Issues adding Google-Analytics to the page

Hey there,
I am quite confused by having to ask this here, but: I don't seem able to enable the Google Analytics tag of the Cayman theme. ๐Ÿ˜•
According to the read me, the only thing to do is setting google_analytics in the _config.yml and even the if-clause in the layout file looks like this should be working.
However, after adding the tracking ID, the corresponding GH-page still does not render the analytics tag ๐Ÿค”
Here is the link to the repository: https://github.com/jeakfrw/jeakfrw.github.io

Thank you in advance

google-analytics

I'm kinda new to github, I'm trying to make a webpage at rastamanjohn.github.io. I saw in the README.md i can add a analytics tracking ID in the _config.yml, but I imagine that I shouldn't push the file with my ID. So how do I have it on my page without making it available to everyone?

Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.

I got this warning from bundle install (I am not a ruby dev)

Post-install message from sass:

Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.

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.