Git Product home page Git Product logo

maggu2810-overlay's People

Contributors

aleon-albs avatar hrk avatar maggu2810 avatar np-hardass avatar vtimofeenko avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

maggu2810-overlay's Issues

Failed to compile evdi

The 'emerge --info' and 'emerge -pqv' are combined in the file attached.

Can you please help me figure out why this is not compiling? Let me know if you need any additional info.

Files wouldnt upload as .log, so i renamed to .txt

failed_evdi.txt

Here is the complete build.log file:

build.txt

Bump request for app-misc/mosquitto

Hello,

Is it possible to bump app-misc/mosquitto to the latest version (1.4.4 as time of writing) ?

I'm facing some memory corruption / crash and I suspect Mosquitto doesn't handle correctly incorrect requests.

Thanks

Laurent

fatal error: drm.h: No such file or directory #include <drm.h>

I am a noob to linux and i am trying to update my opengl drivers, anyway, when i use the "make" command this happens

make[4]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa'
Making all in main/tests
make[4]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/main/tests'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/main/tests'
Making all in drivers/dri
make[4]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri'
Making all in common
make[5]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri/common'
Making all in xmlpool
make[6]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri/common/xmlpool'
make  all-am
make[7]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri/common/xmlpool'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri/common/xmlpool'
make[6]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri/common/xmlpool'
make[6]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri/common'
  CC       utils.lo
In file included from utils.h:32:0,
                 from utils.c:41:
../../../../../include/GL/internal/dri_interface.h:44:17: fatal error: drm.h: No such file or directory
 #include <drm.h>
                 ^
compilation terminated.
Makefile:716: recipe for target 'utils.lo' failed
make[6]: *** [utils.lo] Error 1
make[6]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri/common'
Makefile:771: recipe for target 'all-recursive' failed
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri/common'
Makefile:753: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri'
Makefile:2983: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa'
Makefile:1838: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa'
Makefile:676: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src'
Makefile:621: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
root@Indiana:/home/bradley/Downloads/mesa-11.2.2# apt-get install libdrm-devel
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libdrm-devel
root@Indiana:/home/bradley/Downloads/mesa-11.2.2# apt-get install libdrm-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libdrm-dev is already the newest version.
The following packages were automatically installed and are no longer required:
  courier-authlib expect maildrop tcl-expect
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@Indiana:/home/bradley/Downloads/mesa-11.2.2# qfile /usr/include/drm/drm.h 
bash: qfile: command not found
root@Indiana:/home/bradley/Downloads/mesa-11.2.2# sys-kernel/linux-headers (/usr/include/drm/drm.h)
bash: syntax error near unexpected token `/usr/include/drm/drm.h'
root@Indiana:/home/bradley/Downloads/mesa-11.2.2# mkdir /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/drm
mkdir: cannot create directory ‘/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/drm’: No such file or directory
root@Indiana:/home/bradley/Downloads/mesa-11.2.2# cp /usr/include/libdrm/drm.h /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/drm/
cp: cannot create regular file ‘/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/drm/’: No such file or directory
root@Indiana:/home/bradley/Downloads/mesa-11.2.2# cp /usr/include/libdrm/drm_mode.h /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/drm/
cp: cannot create regular file ‘/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/drm/’: No such file or directory
root@Indiana:/home/bradley/Downloads/mesa-11.2.2# qlist linux-headers | grep drm
bash: qlist: command not found
root@Indiana:/home/bradley/Downloads/mesa-11.2.2# USE="-xorg" emerge -1 mesa
bash: emerge: command not found
root@Indiana:/home/bradley/Downloads/mesa-11.2.2# make && make install
Making all in src
make[1]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src'
Making all in .
make[2]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src'
Making all in gtest
make[2]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/gtest'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/gtest'
Making all in util
make[2]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/util'
make  all-recursive
make[3]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/util'
Making all in .
make[4]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/util'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/util'
Making all in tests/hash_table
make[4]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/util/tests/hash_table'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/util/tests/hash_table'
make[3]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/util'
make[2]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/util'
Making all in mapi/glapi/gen
make[2]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mapi/glapi/gen'
make  all-am
make[3]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mapi/glapi/gen'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mapi/glapi/gen'
make[2]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mapi/glapi/gen'
Making all in mapi
make[2]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mapi'
make  all-recursive
make[3]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mapi'
make[4]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mapi'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mapi'
make[3]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mapi'
make[2]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mapi'
Making all in compiler
make[2]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/compiler'
make  all-am
make[3]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/compiler'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/compiler'
make[2]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/compiler'
Making all in mesa
make[2]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa'
updating main/git_sha1.h
make  all-recursive
make[3]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa'
Making all in .
make[4]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa'
updating main/git_sha1.h
make[4]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa'
Making all in main/tests
make[4]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/main/tests'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/main/tests'
Making all in drivers/dri
make[4]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri'
Making all in common
make[5]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri/common'
Making all in xmlpool
make[6]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri/common/xmlpool'
make  all-am
make[7]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri/common/xmlpool'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri/common/xmlpool'
make[6]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri/common/xmlpool'
make[6]: Entering directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri/common'
  CC       utils.lo
In file included from utils.h:32:0,
                 from utils.c:41:
../../../../../include/GL/internal/dri_interface.h:44:17: fatal error: drm.h: No such file or directory
 #include <drm.h>
                 ^
compilation terminated.
Makefile:716: recipe for target 'utils.lo' failed
make[6]: *** [utils.lo] Error 1
make[6]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri/common'
Makefile:771: recipe for target 'all-recursive' failed
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri/common'
Makefile:753: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa/drivers/dri'
Makefile:2983: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa'
Makefile:1838: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src/mesa'
Makefile:676: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/bradley/Downloads/mesa-11.2.2/src'
Makefile:621: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

can i have some help please?

Manifest removals

Hey, just wondering why you removed all manifests... Makes it hard to run qa tools because distfiles manifests are expected, at a minimum. Thoughts on thin-manifests = true instead of use-manifests = false?

all libsdl deps broken

libsdl2 is in the tree now, without slotting, so you should adapt asap unless you want angry users...

Drop obsolete PYTHON_COMPAT values from some ebuilds

I get this errors when updating my system:

 *   No supported implementation in PYTHON_COMPAT.
 * 
 * Call stack:
 *                 ebuild.sh, line 609:  Called source '/hdd/portage/local/layman/maggu2810-overlay/app-i18n/ibus/ibus-1.5.15.ebuild'
 *        ibus-1.5.15.ebuild, line  12:  Called inherit 'autotools' 'bash-completion-r1' 'eutils' 'gnome2-utils' 'multilib' 'python-single-r1' 'readme.gentoo-r1' 'vala' 'virtualx'
 *                 ebuild.sh, line 314:  Called __qa_source '/usr/portage/eclass/python-single-r1.eclass'
 *                 ebuild.sh, line 112:  Called source '/usr/portage/eclass/python-single-r1.eclass'
 *   python-single-r1.eclass, line 269:  Called _python_single_set_globals
 *   python-single-r1.eclass, line 209:  Called _python_set_impls
 *    python-utils-r1.eclass, line 156:  Called die
 * The specific snippet of code:
 *   			die "No supported implementation in PYTHON_COMPAT."
 * 
 * If you need support, post the output of `emerge --info '=app-i18n/ibus-1.5.15::maggu2810-overlay'`,
 * the complete build log and the output of `emerge -pqv '=app-i18n/ibus-1.5.15::maggu2810-overlay'`.
 * Working directory: '/usr/lib/python3.8/site-packages'
 * S: '/var/tmp/portage/app-i18n/ibus-1.5.15/work/ibus-1.5.15'
 * ERROR: app-accessibility/caribou-0.4.21::maggu2810-overlay failed (depend phase):
 *   No supported implementation in PYTHON_COMPAT.
 * 
 * Call stack:
 *                ebuild.sh, line 609:  Called source '/hdd/portage/local/layman/maggu2810-overlay/app-accessibility/caribou/caribou-0.4.21.ebuild'
 *    caribou-0.4.21.ebuild, line   9:  Called inherit 'gnome2' 'python-r1'
 *                ebuild.sh, line 314:  Called __qa_source '/usr/portage/eclass/python-r1.eclass'
 *                ebuild.sh, line 112:  Called source '/usr/portage/eclass/python-r1.eclass'
 *         python-r1.eclass, line 260:  Called _python_set_globals
 *         python-r1.eclass, line 199:  Called _python_set_impls
 *   python-utils-r1.eclass, line 156:  Called die
 * The specific snippet of code:
 *   			die "No supported implementation in PYTHON_COMPAT."
 * 
 * If you need support, post the output of `emerge --info '=app-accessibility/caribou-0.4.21::maggu2810-overlay'`,
 * the complete build log and the output of `emerge -pqv '=app-accessibility/caribou-0.4.21::maggu2810-overlay'`.
 * Working directory: '/usr/lib/python3.8/site-packages'
 * S: '/var/tmp/portage/app-accessibility/caribou-0.4.21/work/caribou-0.4.21'

Thanks

build failed for app-mobilephone/heimdall

when merging the package for heimdall-9999.ebuild
error "Can't delete libusb sources"
from line 30, searched working directory and found references to libusbx-1.0 insetad of [exactly] libusb-1.0
altered the ebuild accordingly and generated manifests locally; resulting merge completed without error reports
(possibly a typo or change in dependency name?)

x11-drivers/evdi fails to build

x11-drivers/evdi fails to build for missing header <drm/drm.h>

Log below.

>>> Emerging (1 of 2) x11-drivers/evdi-2015.08.04.0::maggu2810-overlay
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found kernel object directory:
 *     /lib/modules/4.0.9-gentoo/build
 * Found sources for kernel version:
 *     4.0.9-gentoo
>>> Unpacking source...
 * Fetching git://github.com/DisplayLink/evdi.git ...
git fetch git://github.com/DisplayLink/evdi.git +HEAD:refs/git-r3/HEAD
git update-ref --no-deref refs/git-r3/x11-drivers/evdi/0/__main__ a378a15708bd1fe219aa35a6c4c0f80b5eca7d3c
 * Checking out git://github.com/DisplayLink/evdi.git to /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0 ...
git checkout --quiet a378a15708bd1fe219aa35a6c4c0f80b5eca7d3c
GIT update -->
   repository:               git://github.com/DisplayLink/evdi.git
   at the commit:            a378a15708bd1fe219aa35a6c4c0f80b5eca7d3c
>>> Source unpacked in /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work
>>> Preparing source in /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0 ...
 * Preparing evdi module
make -j5 HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- 'LDFLAGS=-m elf_x86_64' clean module 
rm -rf *.o *.ko .tmp* .*.*.cmd Module.symvers evdi.mod.c modules.order
make -C /lib/modules/4.0.9-gentoo/build M=$PWD
make[1]: Entering directory '/usr/src/linux-4.0.9-gentoo'
  LD      /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0/module/built-in.o
  CC [M]  /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0/module/evdi_drv.o
  CC [M]  /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0/module/evdi_modeset.o
  CC [M]  /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0/module/evdi_encoder.o
  CC [M]  /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0/module/evdi_connector.o
  CC [M]  /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0/module/evdi_main.o
  CC [M]  /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0/module/evdi_fb.o
  CC [M]  /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0/module/evdi_gem.o
  CC [M]  /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0/module/evdi_stats.o
  CC [M]  /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0/module/evdi_painter.o
  CC [M]  /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0/module/evdi_debug.o
/var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0/module/evdi_fb.c: In function ‘evdi_fbdev_init’:
/var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0/module/evdi_fb.c:388:23: warning: unused variable ‘evdi’ [-Wunused-variable]
   struct evdi_device *evdi = dev->dev_private;
                       ^
  LD [M]  /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0/module/evdi.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0/module/evdi.mod.o
  LD [M]  /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0/module/evdi.ko
make[1]: Leaving directory '/usr/src/linux-4.0.9-gentoo'
/var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0/library /var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0
make -j5 
cc -std=gnu99 -fPIC -I../module   -c -o evdi_lib.o evdi_lib.c
In file included from evdi_lib.c:4:0:
../module/evdi_ioctl.h:10:21: fatal error: drm/drm.h: No such file or directory
 #include <drm/drm.h>
                     ^
compilation terminated.
<builtin>: recipe for target 'evdi_lib.o' failed
make: *** [evdi_lib.o] Error 1
 * ERROR: x11-drivers/evdi-2015.08.04.0::maggu2810-overlay failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=x11-drivers/evdi-2015.08.04.0::maggu2810-overlay'`,
 * the complete build log and the output of `emerge -pqv '=x11-drivers/evdi-2015.08.04.0::maggu2810-overlay'`.
 * The complete build log is located at '/var/tmp/portage/x11-drivers/evdi-2015.08.04.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-drivers/evdi-2015.08.04.0/temp/environment'.
 * Working directory: '/var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0/library'
 * S: '/var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0'

>>> Failed to emerge x11-drivers/evdi-2015.08.04.0, Log file:

>>>  '/var/tmp/portage/x11-drivers/evdi-2015.08.04.0/temp/build.log'

 * Messages for package x11-drivers/evdi-2015.08.04.0:

 * ERROR: x11-drivers/evdi-2015.08.04.0::maggu2810-overlay failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=x11-drivers/evdi-2015.08.04.0::maggu2810-overlay'`,
 * the complete build log and the output of `emerge -pqv '=x11-drivers/evdi-2015.08.04.0::maggu2810-overlay'`.
 * The complete build log is located at '/var/tmp/portage/x11-drivers/evdi-2015.08.04.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-drivers/evdi-2015.08.04.0/temp/environment'.
 * Working directory: '/var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0/library'
 * S: '/var/tmp/portage/x11-drivers/evdi-2015.08.04.0/work/evdi-2015.08.04.0'

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.