Giter Site home page Giter Site logo

>√∞Ω<'s Projects

community-data icon community-data

The canonical source of Mozilla community data including contributors and forums.

effective-happiness icon effective-happiness

READMEOfficial Creative Commons color palette. Designed to be bright and visible; it also compliments the [http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines Tango Project palette]. Palette files for various graphics packages are available, including Photoshop, Illustrator, Inkscape, and The GIMP. Palettes for Krita, Scribus, and OpenOffice.org are forthcoming. == Rationale == These colors may be tweaked in the future, depending on usage issues or public outcry. The need for the colors in the first place arose from the need for consistency, so the chosen set are a normalisation between all of our online and printed presence. The colors that are in use currently will be phased out and replaced with these. Contributions of palette files for applications, and further color selections are welcomed. == Application Swatch Files == * [http://mirrors.creativecommons.org/presskit/palettes/creative-commons.gpl Inkscape/GIMP] ** Place in ''/home/USERNAME/.inkscape/palettes'' or ''/home/USERNAME/.gimp-2.2/palettes'' for Inkscape or The GIMP respectively. * [http://mirrors.creativecommons.org/presskit/palettes/creative-commons.aco Adobe Photoshop] * [http://mirrors.creativecommons.org/presskit/palettes/creative-commons.ase Adobe Swatch Exchange] ** General Adobe swatch format, supported by Photoshop, Illustrator, and InDesign. (Note. Currently only RGB swatches; CMYK version to come soon.) * [http://mirrors.creativecommons.org/presskit/palettes/cc-ooo.soc OpenOffice.org] * [http://mirrors.creativecommons.org/presskit/palettes/cc-tango-ooo.soc OpenOffice.org (with Tango palette)] ** Open by going to '''Format''' -> '''Area''' -> '''Colors''' and clicking the ''open'' icon in OpenOffice.org Impress or Draw. == Color Table == {| style="width:375px;" cellspacing="3" |- style="height:75px;" | style="background-color:#f7b2cc" |#f7b2cc | style="background-color:#b62b6e; color:#fff" |#b62b6e | style="background-color:#7b1b53; color:#fff" |#7b1b53 | style="background-color:#4f1035; color:#fff" |#4f1035 || '''Magenta''' |- style="height:75px;" | style="background-color:#d6b4d6" | #d6b4d6 | style="background-color:#9628c6; color:#fff" | #9628c6 | style="background-color:#662978; color:#fff" | #662978 | style="background-color:#42194f; color:#fff" | #42194f || '''Purple''' |- style="height:75px;" | style="background-color:#bfceea;" | #bfceea | style="background-color:#4374b7; color:#fff" | #4374b7 | style="background-color:#214184; color:#fff" | #214184 | style="background-color:#102548; color:#fff" | #102548 || '''Blue''' |- style="height:75px;" | style="background-color:#e0e4e1;" | #e0e4e1 | style="background-color:#abb8af; color:#fff" | #abb8af | style="background-color:#43594a; color:#fff" | #43594a | style="background-color:#2a372f; color:#fff" | #2a372f || '''CC Green''' |- style="height:75px;" | style="background-color:#e4eba0;" | #e4eba0 | style="background-color:#98c807; color:#fff" | #98c807 | style="background-color:#627d0f; color:#fff" | #627d0f | style="background-color:#3d5024; color:#fff" | #3d5024 || '''Green''' |- style="height:75px;" | style="background-color:#ebe0b2;" | #ebe0b2 | style="background-color:#b1a24a; color:#fff" | #b1a24a | style="background-color:#6d6118; color:#fff" | #6d6118 | style="background-color:#44411f; color:#fff" | #44411f || '''Sand''' |- style="height:75px;" | style="background-color:#fff3a2;" | #fff3a2 | style="background-color:#edd812;" | #edd812 | style="background-color:#b09a11; color:#fff" | #b09a11 | style="background-color:#4e4917; color:#fff" | #4e4917 || '''Yellow''' |- style="height:75px;" | style="background-color:#ffd89e;" | #ffd89e | style="background-color:#ef9421; color:#fff" | #ef9421 | style="background-color:#a46810; color:#fff" | #a46810 | style="background-color:#543d03; color:#fff" | #543d03 || '''Orange''' |- style="height:75px;" | style="background-color:#fab499;" | #fab499 | style="background-color:#d13814; color:#fff" | #d13814 | style="background-color:#912b10; color:#fff" | #912b10 | style="background-color:#5a1c0e; color:#fff" | #5a1c0e || '''Red''' |- style="height:20px;" | colspan="5" | &nbsp; |- style="height:75px;" | style="background-color:#ededee;" | #ededee | style="background-color:#dcddde;" | #dcddde | style="background-color:#a7a9ac; color:#fff" | #a7a9ac | style="background-color:#636466; color:#fff" | #636466 |- style="height:75px;" | style="background-color:#393839; color:#fff" | #393839 | style="background-color:#121513; color:#fff" | #121513 |}

hubs icon hubs

Duck-themed multi-user virtual spaces in WebVR. Built with A-Frame.

intra icon intra

An experimental tool that allows you to test new DNS-over-HTTPS services on Android

node icon node

Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:

refactored-sniffle icon refactored-sniffle

wtfpl>>> class C: ... def __init__(self, extra): ... self._extra_attributes = extra ... def __getattr__(self, attr): ... try: ... return self._extra_attributes[attr] ... except KeyError: ... raise AttributeError(attr) ... >>> C({}).x Traceback (most recent call last): File "<stdin>", line 6, in __getattr__ KeyError: 'x' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "<stdin>", line 8, in __getattr__ AttributeError: x

retrofit icon retrofit

Type-safe HTTP client for Android and Java by Square, Inc.

stunning-couscous icon stunning-couscous

README{clear}<!-- == Package: cvss-v2 --><xsd:schema targetNamespace="http://scap.nist.gov/schema/cvss-v2/0.2" elementFormDefault="qualified" attributeFormDefault="unqualified" version="0.2"><!-- ================================================== --><!-- ===== Simple Type Definitions --><!-- ================================================== --><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><!-- Zero_To_Ten <<simpleType>> --><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><xsd:simpleType name="zeroToTenDecimalType"><xsd:annotation><xsd:documentation>Value restriction to single decimal values from 0.0 to 10.0, as used in CVSS scores</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:decimal"><xsd:minInclusive value="0"/><xsd:maxInclusive value="10"/><xsd:fractionDigits value="1"/></xsd:restriction></xsd:simpleType><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><!-- HML_Enumeration <<simpleType>> --><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><xsd:simpleType name="accessComplexityEnumType"><xsd:restriction base="xsd:token"><xsd:enumeration value="HIGH"/><xsd:enumeration value="MEDIUM"/><xsd:enumeration value="LOW"/></xsd:restriction></xsd:simpleType><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><!-- LAN_Enumerations <<simpleType>> --><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><xsd:simpleType name="accessVectorEnumType"><xsd:restriction base="xsd:token"><xsd:enumeration value="LOCAL"/><xsd:enumeration value="ADJACENT_NETWORK"/><xsd:enumeration value="NETWORK"/></xsd:restriction></xsd:simpleType><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><!-- LMHN_Enumeration <<simpleType>> --><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><xsd:simpleType name="ciaRequirementEnumType"><xsd:restriction base="xsd:token"><xsd:enumeration value="LOW"/><xsd:enumeration value="MEDIUM"/><xsd:enumeration value="HIGH"/><xsd:enumeration value="NOT_DEFINED"/></xsd:restriction></xsd:simpleType><!-- --><!-- NLLMMHHN_Enumeration <<simpleType>> --><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><xsd:simpleType name="collateralDamagePotentialEnumType"><xsd:restriction base="xsd:token"><xsd:enumeration value="NONE"/><xsd:enumeration value="LOW"/><xsd:enumeration value="LOW_MEDIUM"/><xsd:enumeration value="MEDIUM_HIGH"/><xsd:enumeration value="HIGH"/><xsd:enumeration value="NOT_DEFINED"/></xsd:restriction></xsd:simpleType><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><!-- NLMHN_Enumeration <<simpleType>> --><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><xsd:simpleType name="targetDistributionEnumType"><xsd:restriction base="xsd:token"><xsd:enumeration value="NONE"/><xsd:enumeration value="LOW"/><xsd:enumeration value="MEDIUM"/><xsd:enumeration value="HIGH"/><xsd:enumeration value="NOT_DEFINED"/></xsd:restriction></xsd:simpleType><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><!-- NPC_Enumeration <<simpleType>> --><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><xsd:simpleType name="ciaEnumType"><xsd:restriction base="xsd:token"><xsd:enumeration value="NONE"/><xsd:enumeration value="PARTIAL"/><xsd:enumeration value="COMPLETE"/></xsd:restriction></xsd:simpleType><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><!-- NSM_Enumeration <<simpleType>> --><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><xsd:simpleType name="authenticationEnumType"><xsd:restriction base="xsd:token"><xsd:enumeration value="MULTIPLE_INSTANCES"/><xsd:enumeration value="SINGLE_INSTANCE"/><xsd:enumeration value="NONE"/></xsd:restriction></xsd:simpleType><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><!-- OTWU_Enumeration <<simpleType>> --><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><xsd:simpleType name="remediationLevelEnumType"><xsd:restriction base="xsd:token"><xsd:enumeration value="OFFICIAL_FIX"/><xsd:enumeration value="TEMPORARY_FIX"/><xsd:enumeration value="WORKAROUND"/><xsd:enumeration value="UNAVAILABLE"/><xsd:enumeration value="NOT_DEFINED"/></xsd:restriction></xsd:simpleType><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><!-- UUCN_Enumeration <<simpleType>> --><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><xsd:simpleType name="confidenceEnumType"><xsd:restriction base="xsd:token"><xsd:enumeration value="UNCONFIRMED"/><xsd:enumeration value="UNCORROBORATED"/><xsd:enumeration value="CONFIRMED"/><xsd:enumeration value="NOT_DEFINED"/></xsd:restriction></xsd:simpleType><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><!-- UPFH_Enumeration <<simpleType>> --><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><xsd:simpleType name="exploitabilityEnumType"><xsd:restriction base="xsd:token"><xsd:enumeration value="UNPROVEN"/><xsd:enumeration value="PROOF_OF_CONCEPT"/><xsd:enumeration value="FUNCTIONAL"/><xsd:enumeration value="HIGH"/><xsd:enumeration value="NOT_DEFINED"/></xsd:restriction></xsd:simpleType><!-- ================================================== --><!-- ===== Group Definitions --><!-- ================================================== --><xsd:group name="baseVectorsGroup"><xsd:sequence><xsd:element minOccurs="0" name="access-vector" type="accessVectorType"/><xsd:element minOccurs="0" name="access-complexity" type="accessComplexityType"/><xsd:element minOccurs="0" name="authentication" type="authenticationType"/><xsd:element minOccurs="0" name="confidentiality-impact" type="ciaType"/><xsd:element minOccurs="0" name="integrity-impact" type="ciaType"/><xsd:element minOccurs="0" name="availability-impact" type="ciaType"/></xsd:sequence></xsd:group><xsd:group name="environmentalVectorsGroup"><xsd:sequence><xsd:element minOccurs="0" name="collateral-damage-potential" type="collateralDamagePotentialType"/><xsd:element minOccurs="0" name="target-distribution" type="targetDistributionType"/><xsd:element minOccurs="0" name="confidentiality-requirement" type="ciaRequirementType"/><xsd:element minOccurs="0" name="integrity-requirement" type="ciaRequirementType"/><xsd:element minOccurs="0" name="availability-requirement" type="ciaRequirementType"/></xsd:sequence></xsd:group><xsd:group name="temporalVectorsGroup"><xsd:sequence><xsd:element minOccurs="0" name="exploitability" type="exploitabilityType"/><xsd:element minOccurs="0" name="remediation-level" type="remediationLevelType"/><xsd:element minOccurs="0" name="report-confidence" type="confidenceType"/></xsd:sequence></xsd:group><xsd:group name="baseVectorsCriteriaGroup"><xsd:sequence><xsd:element minOccurs="0" name="access-vector" type="accessVectorEnumType"/><xsd:element minOccurs="0" name="access-complexity" type="accessComplexityEnumType"/><xsd:element minOccurs="0" name="authentication" type="authenticationEnumType"/><xsd:element minOccurs="0" name="confidentiality-impact" type="ciaEnumType"/><xsd:element minOccurs="0" name="integrity-impact" type="ciaEnumType"/><xsd:element minOccurs="0" name="availability-impact" type="ciaEnumType"/></xsd:sequence></xsd:group><xsd:group name="environmentalVectorsCriteriaGroup"><xsd:sequence><xsd:element minOccurs="0" name="collateral-damage-potential" type="collateralDamagePotentialEnumType"/><xsd:element minOccurs="0" name="target-distribution" type="targetDistributionEnumType"/><xsd:element minOccurs="0" name="confidentiality-requirement" type="ciaRequirementEnumType"/><xsd:element minOccurs="0" name="integrity-requirement" type="ciaRequirementEnumType"/><xsd:element minOccurs="0" name="availability-requirement" type="ciaRequirementEnumType"/></xsd:sequence></xsd:group><xsd:group name="temporalVectorsCriteriaGroup"><xsd:sequence><xsd:element minOccurs="0" name="exploitability" type="exploitabilityEnumType"/><xsd:element minOccurs="0" name="remediation-level" type="remediationLevelEnumType"/><xsd:element minOccurs="0" name="report-confidence" type="confidenceEnumType"/></xsd:sequence></xsd:group><xsd:attributeGroup name="vectorAttributeGroup"><xsd:attribute name="approximated" type="xsd:boolean" default="false"><xsd:annotation><xsd:documentation>Indicates if the vector has been approximated as the result of an upgrade from a previous CVSS version</xsd:documentation></xsd:annotation></xsd:attribute></xsd:attributeGroup><!-- ================================================== --><!-- ===== Complex Type Definitions --><!-- ================================================== --><xsd:complexType name="accessComplexityType"><xsd:simpleContent><xsd:extension base="accessComplexityEnumType"><xsd:attributeGroup ref="vectorAttributeGroup"/></xsd:extension></xsd:simpleContent></xsd:complexType><xsd:complexType name="accessVectorType"><xsd:simpleContent><xsd:extension base="accessVectorEnumType"><xsd:attributeGroup ref="vectorAttributeGroup"/></xsd:extension></xsd:simpleContent></xsd:complexType><xsd:complexType name="ciaRequirementType"><xsd:simpleContent><xsd:extension base="ciaRequirementEnumType"><xsd:attributeGroup ref="vectorAttributeGroup"/></xsd:extension></xsd:simpleContent></xsd:complexType><xsd:complexType name="collateralDamagePotentialType"><xsd:simpleContent><xsd:extension base="collateralDamagePotentialEnumType"><xsd:attributeGroup ref="vectorAttributeGroup"/></xsd:extension></xsd:simpleContent></xsd:complexType><xsd:complexType name="targetDistributionType"><xsd:simpleContent><xsd:extension base="targetDistributionEnumType"><xsd:attributeGroup ref="vectorAttributeGroup"/></xsd:extension></xsd:simpleContent></xsd:complexType><xsd:complexType name="ciaType"><xsd:simpleContent><xsd:extension base="ciaEnumType"><xsd:attributeGroup ref="vectorAttributeGroup"/></xsd:extension></xsd:simpleContent></xsd:complexType><xsd:complexType name="authenticationType"><xsd:simpleContent><xsd:extension base="authenticationEnumType"><xsd:attributeGroup ref="vectorAttributeGroup"/></xsd:extension></xsd:simpleContent></xsd:complexType><xsd:complexType name="remediationLevelType"><xsd:simpleContent><xsd:extension base="remediationLevelEnumType"><xsd:attributeGroup ref="vectorAttributeGroup"/></xsd:extension></xsd:simpleContent></xsd:complexType><xsd:complexType name="confidenceType"><xsd:simpleContent><xsd:extension base="confidenceEnumType"><xsd:attributeGroup ref="vectorAttributeGroup"/></xsd:extension></xsd:simpleContent></xsd:complexType><xsd:complexType name="exploitabilityType"><xsd:simpleContent><xsd:extension base="exploitabilityEnumType"><xsd:attributeGroup ref="vectorAttributeGroup"/></xsd:extension></xsd:simpleContent></xsd:complexType><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><!-- CVSS_V2 --><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><xsd:complexType name="cvssType"><xsd:annotation><xsd:documentation>"This schema was intentionally designed to avoid mixing classes and attributes between CVSS version 1, CVSS version 2, and future versions. Scores in the CVSS system are interdependent. The temporal score is a multiplier of the base score. The environmental score, in turn, is a multiplier of the temporal score. The ability to transfer these scores independently is provided on the assumption that the user understands the business logic. For any given metric, it is preferred that the score, as a minimum is provided, however the score can be re-created from the metrics or the multiplier and any scores they are dependent on."</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element minOccurs="0" maxOccurs="unbounded" name="base_metrics" type="baseMetricsType"/><xsd:element minOccurs="0" maxOccurs="unbounded" name="environmental_metrics" type="environmentalMetricsType"/><xsd:element minOccurs="0" maxOccurs="unbounded" name="temporal_metrics" type="temporalMetricsType"/></xsd:sequence></xsd:complexType><xsd:complexType name="cvssImpactType"><xsd:complexContent><xsd:restriction base="cvssType"><xsd:sequence><xsd:element minOccurs="1" maxOccurs="1" name="base_metrics" type="baseMetricsType"/><xsd:element minOccurs="0" maxOccurs="1" name="environmental_metrics" type="environmentalMetricsType"/><xsd:element minOccurs="0" maxOccurs="1" name="temporal_metrics" type="temporalMetricsType"/></xsd:sequence></xsd:restriction></xsd:complexContent></xsd:complexType><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><!-- Metrics --><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><xsd:complexType name="metricsType" abstract="true"><xsd:annotation><xsd:documentation>Base type for metrics that defines common attributes of all metrics.</xsd:documentation></xsd:annotation><xsd:attribute name="upgraded-from-version" type="xsd:decimal"><xsd:annotation><xsd:documentation>Indicates if the metrics have been upgraded from a previous version of CVSS. If fields that were approximated will have an approximated attribute set to 'true'.</xsd:documentation></xsd:annotation></xsd:attribute></xsd:complexType><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><!-- Base_Metrics --><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><xsd:complexType name="baseMetricsType"><xsd:complexContent><xsd:extension base="metricsType"><xsd:sequence><xsd:element minOccurs="0" name="score" type="zeroToTenDecimalType"><xsd:annotation><xsd:documentation>Base severity score assigned to a vulnerability by a source</xsd:documentation></xsd:annotation></xsd:element><xsd:element minOccurs="0" name="exploit-subscore" type="zeroToTenDecimalType"><xsd:annotation><xsd:documentation>Base exploit sub-score assigned to a vulnerability by a source</xsd:documentation></xsd:annotation></xsd:element><xsd:element minOccurs="0" name="impact-subscore" type="zeroToTenDecimalType"><xsd:annotation><xsd:documentation>Base impact sub-score assigned to a vulnerability by a source</xsd:documentation></xsd:annotation></xsd:element><xsd:group ref="baseVectorsGroup"/><xsd:element name="source" type="xsd:anyURI"><xsd:annotation><xsd:documentation>Data source the vector was obtained from. Example: http://nvd.nist.gov or com.symantec.deepsight</xsd:documentation></xsd:annotation></xsd:element><xsd:element minOccurs="0" name="generated-on-datetime" type="xsd:dateTime"/></xsd:sequence></xsd:extension></xsd:complexContent></xsd:complexType><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><!-- Environmental_Metrics --><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><xsd:complexType name="environmentalMetricsType"><xsd:complexContent><xsd:extension base="metricsType"><xsd:sequence><xsd:element minOccurs="0" name="score" type="zeroToTenDecimalType"/><xsd:group ref="environmentalVectorsGroup"/><xsd:element name="source" type="xsd:anyURI"><xsd:annotation><xsd:documentation>Data source the vector was obtained from. Example: gov.nist.nvd or com.symantec.deepsight</xsd:documentation></xsd:annotation></xsd:element><xsd:element minOccurs="0" name="generated-on-datetime" type="xsd:dateTime"/></xsd:sequence></xsd:extension></xsd:complexContent></xsd:complexType><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><!-- Temporal_Metrics --><!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --><xsd:complexType name="temporalMetricsType"></xsd:complexType></xsd:schema>

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.