Coder Social home page Coder Social logo

apt-cyg's Introduction

apt-cyg

apt-cyg is a Cygwin package manager. It includes a command-line installer for Cygwin which cooperates with Cygwin Setup and uses the same repository.

github.com/transcode-open/apt-cyg

Operations

install
  Install package(s).

remove
  Remove package(s) from the system.

update
  Download a fresh copy of the master package list (setup.ini) from the
  server defined in setup.rc.

download
  Retrieve package(s) from the server, but do not install/upgrade anything.

show
  Display information on given package(s).

depends
  Produce a dependency tree for a package.

rdepends
  Produce a tree of packages that depend on the named package.

list
  Search each locally-installed package for names that match regexp. If no
  package names are provided in the command line, all installed packages will
  be queried.

listall
  This will search each package in the master package list (setup.ini) for
  names that match regexp.

category
  Display all packages that are members of a named category.

listfiles
  List all files owned by a given package. Multiple packages can be specified
  on the command line.

search
  Search for downloaded packages that own the specified file(s). The path can
  be relative or absolute, and one or more files can be specified.

searchall
  Search cygwin.com to retrieve file information about packages. The provided
  target is considered to be a filename and searchall will return the
  package(s) which contain this file.

Quick start

apt-cyg is a simple script. To install:

lynx -source rawgit.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyg
install apt-cyg /bin

Example use of apt-cyg:

apt-cyg install nano

apt-cyg's People

Contributors

aguynamedryan avatar alt-grr avatar ernierasta avatar lcorbasson avatar skl avatar transcode-open 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  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

apt-cyg's Issues

md5sum failure results in packages not being installed

Tried doing a fresh install in cygwin x64, I'm seeing this behavior:

[Jeff@Jeff-PC3 ~]$ apt-cyg install wget
Installing wget
md5sum: standard input: no properly formatted MD5 checksum lines found
wget is not installed, using lynx as fallback
md5sum: standard input: no properly formatted MD5 checksum lines found
[Jeff@Jeff-PC3 ~]$ which wget
which: no wget in (/home/Jeff/bin:/usr/local/bin:/usr/bin:/cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/sbin)
[Jeff@Jeff-PC3 ~]$

Will try playing around some more to get some more troubleshooting information.

Shell version management

By including this type of header

#!/bin/bash
#
# Install all tools from debian-server-tools.
#
# VERSION       :0.3
# DATE          :2014-08-01
# AUTHOR        :Viktor Szépe <[email protected]>
# LICENSE       :The MIT License (MIT)
# URL           :https://github.com/szepeviktor/debian-server-tools
# BASH-VERSION  :4.2+

You could use this function

Get_meta() {
    # defaults to self
    local FILE="${1:-$0}"
    # defaults to "VERSION"
    local META="${2:-VERSION}"
    local VALUE="$(head -n 30 "$FILE" | grep -m 1 "^# ${META}\s*:" | cut -d':' -f 2-)"

    if [ -z "$VALUE" ]; then
        VALUE="(unknown)"
    fi
    echo "$VALUE"
}

Get_meta to get the current version and Get_meta "$0" DATE to get the release date.

apt-cyg show says "No packages found"

When I use the version hosted in Google Code, apt-cyg show lists my packages, but when I use the version hosted here, I get the message:

No packages found

Any ideas?

Only one instance

Script should check if there any instances working in the background

can't remove or install package cannot open file /etc/setup/setup.rc

I can't remove or install package, file /etc/setup/setup.rc is exist and readable. here the log

$ apt-cyg install unzip
awk: cmd. line:2: warning: escape sequence `\<' treated as plain `<'
awk: cmd. line:3: fatal: cannot open file `/etc/setup/setup.rc' for reading (No such file or directory)
awk: cmd. line:6: fatal: cannot open file `/etc/setup/setup.rc' for reading (No such file or directory)
mkdir: cannot create directory '//x86': Read-only file system
/usr/bin/apt-cyg: line 158: cd: //x86: No such file or directory
Installing unzip
Unable to locate package unzip

errors due to duplicate root prefix

$ head -2 /etc/setup/setup.rc
last-cache
        C:\cygwin64

$ apt-cyg install wget
mkdir: cannot create directory ‘//http%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f’: Read-only file system
/usr/bin/apt-cyg: line 149: cd: //http%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64: No such file or directory
Installing wget
[..]

Failed to locate install directory

During installation in cygwin 1.7.32(0.274/5/3) Windows 7:
I have installed apt-cyg by
curl https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg -o apt-cyg
install apt-cyg /bin

Error:

apt-cyg install unzip
Installing unzip
--2015-01-02 14:31:46-- ftp://mirrors-uk.go-parts.com/cygwin//x86_64/release/unzip/unzip-6.0-1.tar.bz2
Length: 206350 (202K) [octet/stream]
Saving to: ‘cygwin/x86_64/release/unzip/unzip-6.0-1.tar.bz2’

100%[=====================================================================================================================================================================================================================================>] 206,350 327KB/s in 0.6s

2015-01-02 14:31:47 (327 KB/s) - ‘cygwin/x86_64/release/unzip/unzip-6.0-1.tar.bz2’ saved [206350/206350]

FINISHED --2015-01-02 14:31:47--
Total wall clock time: 1.3s
Downloaded: 1 files, 202K in 0.6s (327 KB/s)
md5sum: x86_64/release/unzip/unzip-6.0-1.tar.bz2: No such file or directory
x86_64/release/unzip/unzip-6.0-1.tar.bz2: FAILED open or read
md5sum: WARNING: 1 listed file could not be read

Error message "Unary operator expected" with new version

I have the following error messages using the latest apt-cyg when installing packages :

apt-cyg: line 468: [: -v : opérateur unaire attendu
apt-cyg: line 495: [: -v : opérateur unaire attendu

Apart from those log lines, everything seems to work fine.

installation guide

Please put/update the installation guide as similar in the google code.

Install from list

An enhancement request: it would be awesome if we could install from a package list, so a cygwin install could be easily migrated or rebuilt with:

# dump list of installed packages
apt-cyg list > packages.list

On a new system:

apt-cyg install -f packages.list

does not handle multiple mirrors

I normally use a regular cygwin mirror as well as a cygports mirror. apt-cyg just looks at the first mirror listed as the last mirror, when my configuration in fact has two. This can cause a failure to find packages that are in whatever happens to not be the first mirror.

Please add support for multiple "last mirror"s

Permission denied Problem

I'm use the apt-cyg install,the terminal promopt "-bash: /usr/bin/apt-cyg: Permission denied",i can't use it,please tell me the method.thank you.

bug $cache=/ no work + fix pull 55

$ apt-cyg update
mkdir: cannot create directory ‘//http%3a%2f%2fcygwin.mirror.constant.com%2f’: Read-only file system
/usr/bin/apt-cyg: line 149: cd: //http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64: No such file or directory
--2015-07-01 19:36:55-- http://cygwin.mirror.constant.com//x86_64/setup.bz2
Resolving cygwin.mirror.constant.com (cygwin.mirror.constant.com)... 108.61.5.83
Connecting to cygwin.mirror.constant.com (cygwin.mirror.constant.com)|108.61.5.83|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1417604 (1.4M) [application/octet-stream]
Saving to: ‘setup.bz2’

setup.bz2 100%[=====================>] 1.35M 653KB/s in 2.1s

2015-07-01 19:36:57 (653 KB/s) - ‘setup.bz2’ saved [1417604/1417604]

Updated setup.ini

patch pull 55 #55

Package file lists archive

I have hit a motivational dead zone with Cygwin and apt-cyg. My issue is that
apt-cyg searchall feature relies on the site

http://cygwin.com/cgi-bin2/package-grep.cgi

which you could safely say is broken. This is a typical experience with the site

$ time cygcheck -p bin/aclocal
cygcheck: unable to contact cygwin.com site, InternetOpenUrl() failed: The
          operation timed out
 (win32 error 12002)

real    0m31.132s
user    0m0.016s
sys     0m0.031s

As a developer, I cannot deal with a package manager that times out to 50% of
the searches. So while I would love to fix #19 and make further improvements,
until searchall is fixed I am likely to only accept PRs and make no further
commits. If you wish to support this issue, you can send mail [email protected]

Here are the relevant threads

http://cygwin.com/ml/cygwin/2014-05/msg00462.html
http://cygwin.com/ml/cygwin/2014-06/msg00122.html

The download instruction is SUPER slow

I've run lynx -source rawgit.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyg a couple times now and it takes a long time to get back to the prompt(>3 minutes). I don't know if this is my environment, but I have a solution at least for my setup.

Running directly from Github seems to fix my issues lynx -source https://github.com/transcode-open/apt-cyg/raw/master/apt-cyg > apt-cyg

Future of apt-cyg

Hi, I see your last commit, regarding the message in README.

-STATUS UPDATE 1-24-2016:
 ------------------------
 +And now back to apt-cyg ;)

 -Over the weekend apt-cyg lost it's only active maintainer. Since I am working on other things now, 
 -this project is basically read-only. That means I won't be responding to bug reports or issues.
 -
 -If you have a problem with apt-cyg:
 -
 -1. You might be able to fork it and fix it yourself, if you enjoy BASH programming
 -2. Look for forks with an active maintainer, pick one that works for you, vote it up.
 -
 -And now back to apt-cyg...

Should we consider transcode-open/apt-cyg to be main repo of apt-cyg and continue to report issues/pull reqs here, or should we actively look for another home of apt-cyg?

Do you need volunteers?

What do you propose?

[Doc]: one line easy installation.

You can put this line on README for easy install on windows way (copy paste)

on cygwin terminal (copy-paste):

#  curl -L -o $(cygpath -w /bin/apt-cyg) https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg

no need chmod
Tested on portableapps.cygwin

apt-cyg install libsndfile-devel failure

I received the following error when trying to install libsndfile-devel with wget installed on Windows 7. It looks like the full path isn't being passed to md5sum.

(As an aside, what are the major drawbacks to using lynx compared to wget? Have you considered having the shell script automatically install wget if it is not installed already?)

$ apt-cyg install libsndfile-devel
Installing libsndfile-devel
--2014-12-30 06:17:46--  http://mirrors.kernel.org/sourceware/cygwin//x86_64/release/libsndfile/libsndfile-devel/libsndfile-devel-1.0.25-1.tar.bz2
Resolving mirrors.kernel.org (mirrors.kernel.org)... 198.145.20.143, 149.20.37.36, 2001:4f8:4:6f:0:1994:3:14, ...
Connecting to mirrors.kernel.org (mirrors.kernel.org)|198.145.20.143|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 17007 (17K) [application/octet-stream]
Saving to: ‘sourceware/cygwin/x86_64/release/libsndfile/libsndfile-devel/libsndfdevel-1.0.25-1.tar.bz2’

sourceware/cygwin/x 100%[=====================>]  16.61K  --.-KB/s   in 0.04s

2014-12-30 06:17:47 (406 KB/s) - ‘sourceware/cygwin/x86_64/release/libsndfile/libsndfile-devel/libsndfile-devel-1.0.25-1.tar.bz2’ saved [17007/17007]

FINISHED --2014-12-30 06:17:47--
Total wall clock time: 0.4s
Downloaded: 1 files, 17K in 0.04s (406 KB/s)
md5sum: x86_64/release/libsndfile/libsndfile-devel/libsndfile-devel-1.0.25-1.tar.bz2: No such file or directory
x86_64/release/libsndfile/libsndfile-devel/libsndfile-devel-1.0.25-1.tar.bz2: FAILED open or read
md5sum: WARNING: 1 listed file could not be read

Confirmation

apt-get will ask for confirmation in certain situations

apt-get sometimes asks for confirmation

however it appears apt-cyg does not do this. I feel that when apt-cyg
is going to install packages that you didn't specifically want to install, then it should ask for confirmation like apt-get.

Then this confirmation could be overridden by a command line switch, such as -y. I am happy to code this if it will be accepted.

HTTP Proxy Support and Installation directory

I have a company proxy that I need to use in order to dial out. I tried:

export http_proxy=http://proxy.com/ and the same for https_proxy, but no use. Also, can we change the binary directory of the installation of the packages we want to install?

List outdated

Thanks for writing this package manager... quite nifty.

Is there a way to list installed packages which are outdated and need upgrading? Thanks.

Cheers,
James

Handle spaces

Currently it looks like spaces mess up apt-cyg a little bit:

mkdir: cannot create directory `/cygdrive/c/Users/Kenzie': Permission denied
/usr/bin/apt-cyg: line 149: cd: /cygdrive/c/Users/Kenzie/ftp%3a%2f%2fftp.gtlib.gatech.edu%2fpub%2fcygwin%2f/x86_64: No such file or directory

lynx fallback broken

$ apt-cyg install wget
Installing wget
wget is not installed, using lynx as fallback
md5sum: standard input: no properly formatted MD5 checksum lines found

if no wget, do lynx download wget etc

Install won't complete

Having some strange issue here which I cannot find the reason for, when trying to install any package it dowloads OK but it won't install it.

`+ echo Installing zsh
Installing zsh

  • download zsh
  • local pkg digest digactual
  • pkg=zsh
  • awk '$1 == pc' 'RS=\n\n@ ' 'FS=\n' pc=zsh setup.ini
  • '[' '!' -s desc ']'
    ++ awk '$1 == "install:"' desc
  • set -- install: x86_64/release/zsh/zsh-5.1.1-1.tar.bz2 2360889 69c458619ba5c495c7b3ee3a9c30291c8d0374147c00f47f6b85ce5de90b8a6f3765647b63a86b251e760ec37b67b823008ad77cf12b6913d6f9ac38136bf507 install: x86_64/release/zsh/zsh-5.0.8-1.tar.bz2 2322572 92a228f5510a5b1d56269148e6ebc2820769bec26941d9ab569c4c894927796792ef21a4269834728001b4e39b8fa8d32d195d8c62a161871490a55c00d404a5
  • (( ! 8 ))
    ++ dirname x86_64/release/zsh/zsh-5.1.1-1.tar.bz2
  • dn=x86_64/release/zsh
    ++ basename x86_64/release/zsh/zsh-5.1.1-1.tar.bz2
  • bn=zsh-5.1.1-1.tar.bz2
  • digest=69c458619ba5c495c7b3ee3a9c30291c8d0374147c00f47f6b85ce5de90b8a6f3765647b63a86b251e760ec37b67b823008ad77cf12b6913d6f9ac38136bf507
  • case ${#digest} in
  • hash=sha512sum
  • mkdir -p 'C:\Users\cygwin\var\Packages/http%3a%2f%2fwww.gutscheinrausch.de%2fmirror%2fcygwin%2f/x86_64/release/zsh'
  • cd 'C:\Users\cygwin\var\Packages/http%3a%2f%2fwww.gutscheinrausch.de%2fmirror%2fcygwin%2f/x86_64/release/zsh'
  • test -e zsh-5.1.1-1.tar.bz2
  • sha512sum -c
    zsh-5.1.1-1.tar.bz2: OK
  • tar tf zsh-5.1.1-1.tar.bz2
  • gzip`

It simply stops here with no explanation why, this comes from line 394
tar tf $bn | gzip > /etc/setup/"$pkg".lst.gz

any ideas why or how to debug it further?

add user-agent to wget

I have noticed a significant increase in speed when using wget with a user-agent applied, for instance something like:

wget_user_agent="${wget_user_agent:-Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0}"
wget -U "$wget_user_agent"

HTTP Proxy Support and Installation directory

I have a company proxy that I need to use in order to dial out. I tried:

export http_proxy=http://proxy.com/ and the same for https_proxy, but no use. Also, can we change the binary directory of the installation of the packages we want to install?

Redirect Google Code users to GitHub

I first saw project in Google Code and installed that version. Then I found out the GitHub project (which seems to be more up-to-date). So I had to reinstall it. I think it would be much better if you removed the instructions in the Google Code page and simply redirected people to the GitHub project (at least for the installation instructions).

Thank you for the neat script, by the way.

Spurious line-ending issue

I downloaded and installed apt-cyg exactly according to the instructions ('lynx...' & 'install...') and got
/usr/bin/apt-cyg: rad 25: $'\r': command does not exist
/usr/bin/apt-cyg: rad 106: $'\r': command does not exist
/usr/bin/apt-cyg: rad 114: $'\r': command does not exist
/usr/bin/apt-cyg: rad 115: syntax error near unexpected synbol "$'{\r'"
'usr/bin/apt-cyg: rad 115: `function wget {

A dos2unix solved that problem. My mount says

C:/cygwin/bin on /usr/bin type ntfs (binary,auto)
C:/cygwin/lib on /usr/lib type ntfs (binary,auto)
C:/cygwin on / type ntfs (binary,auto)
C: on /cygdrive/c type ntfs (text,posix=0,user,noumount,auto)

Change mirror

Does this tool - or will it in the future - support the change of mirrors?

Please clean up the license.

Welcome a new maintainer of the transcode-open/apt-cyg.
I'm happy to get a chance to merge our code to the trunk line.
But, ...

The original apt-cyg has been licensed under the GPLv2.
In this repository, the apt-cyg was re-published under the MIT license by Stephen Jungels who is the original author of the apt-cyg.
But why do you re-introduce the GPLv2 code into this repository from the original apt-cyg?
It produces serious conflicts of the license.
You can merge our code, but we can't merge your's.

I think that the initial revision to merge forks must be fc54d5c, not the clone from the original apt-cyg on the Google Code (45de191).
And it must be merged back to the original apt-cyg on the Google Code.
It's clean way for the MIT license.
Maybe, any other way remains the affect of the GPLv2.

I'll be happy, if you clean up the license problem.
Thank you.

setup.ini issue with current Cygwin release

apt-cyg fails to work on the latest cygwin x86_64 (and probably x86) branches. This appears to be a repeat of:

https://code.google.com/p/apt-cyg/issues/detail?id=23

A quick Google search reveals this as a patch:

wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg
sed -e 's%wget -N $mirror/%&x86/%' -i apt-cyg #https://code.google.com/p/apt-cyg/issues/detail?id=23

Fix should be made permanently.

Steps to reproduce are as follows. Install Cygwin...

das@NEX ~
$ lynx -source rawgit.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyg

das@NEX ~
$ install apt-cyg /bin

das@NEX ~
$ rm apt-cyg

das@NEX ~
$ apt-cyg install nano
wget is not installed, using lynx as fallback
bunzip2: setup.bz2 is not a bzip2 file.
mv: cannot stat `setup': No such file or directory
Updated setup.ini
Installing nano
awk: fatal: cannot open file `setup.ini' for reading (No such file or directory)

Unable to locate package nano

Update --version and years

when typing apt-cyg --version I still see the same thing as was there in apt-cyg not developed for years:

apt-cyg version 0.59

The MIT License (MIT)

Copyright (c) 2005-9 Stephen Jungels

While the old one is indistinguishable from this:

apt-cyg version 0.59
Written by Stephen Jungels

Copyright (c) 2005-9 Stephen Jungels.  Released under the GPL.

Please at least update the years in copyright so users can quickly check whether their tool is something not touched since 2009 or maybe it's actively developed.

wget is not installed, using lynx as fallback

kk@x200 ~
$ apt-cyg update
wget is not installed, using lynx as fallback
Updated setup.ini

kk@x200 ~
$ apt-cyg install wget
Package wget is already installed, skipping

kk@x200 ~

wget less verbose please

Great tool I'm using it much
please add -q -nv to the searchall wget command on line 427

427     wget -q -nv -O matches cygwin.com/cgi-bin2/package-grep.cgi?"$qs"

$ apt-cyg searchall dig.exe
bind-utils
rtf2html-htdig

Support for package upgrade

Is there a way to upgrade packages?

e.g. apt-cyg upgrade bash or apt-cyg upgrade --all

[![Bountysource](http://bountysource.com/badge/issue?issue_id=4807368)](http://bountysource.com/issues/4807368-support-for-package-upgrade)

Cache Directory That Contains Space

My cache directory is D:\Program Files\cygwin64,when I use apt-cyg to install package, it download package cache to D:\Program. I've seen the code of apt-cyg. You use awk print $1, which can only obtain D:\Program before the space. That cause this problem, hope you can fix it. Thank you!

Tab Completion

It will be great if we can have tab completion feature in it

[![Bountysource](https://api.bountysource.com/badge/issue?issue_id=27772962)](https://www.bountysource.com/issues/27772962-tab-completion?utm_source=27772962&utm_medium=shield&utm_campaign=ISSUE_BADGE)

Don't work in 64-bit applications

I got the following error when I try to execute it

The program or feature "??\C:\cygwin64\bin\apt-cyg.exe" cannot start or run due to incompatibility with 64-bit version of Windows. Please contact the software vendor to ask if a 64-bit Windows compatible version is available

No such file setup.ini

Every time I run apt-cyg at the end I get an error no such file setup.ini error updating setup.ini, reverting.

Enhancement Request: Implement equivalent of yum list installed

This would allow me to query for whether a package is already installed within cygwin, without grepping the /etc/setup/installed.db repository myself.

Not only would it be a convenience, but it would allow developers to get back a zero return code for installed and a non-zero return code for not installed without knowing that /etc/setup/installed.db exists as an implementation detail.

It would also allow for a developer to write something like:

${pkgMgr} list installed ${pkgName}

This would provide the same exit code, regardless of whether ${pkgMgr} were set to "yum", for example, on CentOS or RHEL, or set to "apt-cyg" on Cygwin.

Thanks in advance for your consideration.

Example yum output for comparison:

[user@computer ~]# yum list installed wget
Installed Packages
wget.x86_64 1.12-1.4.el6 @anaconda-RedHatEnterpriseLinux-201206132210.x86_64/6.3
[user@computer ~]# echo $?
0
[user@computer ~]# yum list installed some_unheard_of_package
Error: No matching Packages to list
[user@computer ~]# echo $?
1

Regards,
Mike

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.