commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
aa5a0885bf85e6cdbc606769236b0c3269d78ed1
recipes/images/blackpole-image-feed.bb
recipes/images/blackpole-image-feed.bb
# Creates the "feed", packages not required for the image # but that should be built for the feed so that other # components may use them and install on demand. require blackpole-image.bb DEPENDS += "${OPTIONAL_PACKAGES}"
Use this to compile full image and produce extra-packages
Use this to compile full image and produce extra-packages
BitBake
mit
BlackPole/bp-openembedded,BlackPole/bp-openembedded,BlackPole/bp-openembedded,BlackPole/bp-openembedded,BlackPole/bp-openembedded,BlackPole/bp-openembedded,BlackPole/bp-openembedded
19309d37e1fc1b2b6f6f54c42e6424fd6381f691
recipes-duovero/images/duovero-debug-image.bb
recipes-duovero/images/duovero-debug-image.bb
DESCRIPTION = "A console kernel development image, no modules" LICENSE = "MIT" IMAGE_FEATURES += "package-management" IMAGE_LINGUAS = "en-us" inherit core-image CORE_OS = " \ busybox-hwclock \ task-core-ssh-openssh openssh-keygen \ term-prompt \ tzdata \ " DEV_SDK_INSTALL = " \ binutils \ b...
Add debug image with no modules for kernel dev work
Add debug image with no modules for kernel dev work
BitBake
mit
adhameed/meta-duovero,jumpnow/meta-duovero,jumpnow/meta-duovero,adhameed/meta-duovero,adhameed/meta-duovero,jumpnow/meta-duovero
c2626bcd2980854c6cddce5d2625ae22475732c5
packages/libao/libao_0.8.6.bb
packages/libao/libao_0.8.6.bb
LICENSE = "GPL" DESCRIPTION = "A cross platform audio library" HOMEPAGE = "http://www.xiph.org/ao/" SECTION = "libs" PRIORITY = "optional" PR = "r0" SRC_URI = "http://www.xiph.org/ao/src/libao-${PV}.tar.gz" inherit autotools pkgconfig EXTRA_OECONF = "--disable-esd --disable-esdtest \ --disable-alsa --disable-alsa0...
Update libao to latest version
Update libao to latest version
BitBake
mit
JamesAng/goe,giobauermeister/openembedded,scottellis/overo-oe,nvl1109/openembeded,SIFTeam/openembedded,demsey/openembedded,sutajiokousagi/openembedded,dave-billin/overo-ui-moos-auv,openembedded/openembedded,bticino/openembedded,JrCs/opendreambox,nzjrs/overo-openembedded,scottellis/overo-oe,yyli/overo-oe,openpli-arm/ope...
c3eee74c9beda17e171865890c3f47f1dedba2d1
recipes-debian/xapian-core/xapian-core_debian.bb
recipes-debian/xapian-core/xapian-core_debian.bb
SUMMARY = "This package contains the core Xapian runtime library" DESCRIPTION = "\ The Xapian search engine library is a highly adaptable toolkit which allows \ developers to easily add advanced indexing and search facilities to their own \ applications. It implements the probabilistic model of information retrieva...
Add recipe for xapian-core package
xapian-core: Add recipe for xapian-core package Create recipe to build xapian-core package from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,nghi...
7d4a87903f50a840aee3c2eb8634922fc9849678
packages/tapioca/tapiocaui_0.3.0.bb
packages/tapioca/tapiocaui_0.3.0.bb
MAINTAINER = "Koen Kooi <Koen@dominion.kabel.utwente.nl>" HOMEPAGE = "http://tapioca-voip.sourceforge.net/wiki/index.php/Tapioca" LICENSE = "LGPL" DEPENDS = "gtk+ glib-2.0 dbus gconf tapioca-xmpp tapioca farsight gst-plugins-farsight" inherit autotools pkgconfig SRC_URI = "${SOURCEFORGE_MIRROR}/tapioca-voip/${P}.tar....
MAINTAINER = "Koen Kooi <Koen@dominion.kabel.utwente.nl>" HOMEPAGE = "http://tapioca-voip.sourceforge.net/wiki/index.php/Tapioca" LICENSE = "LGPL" DEPENDS = "gtk+ glib-2.0 dbus gconf tapioca-xmpp tapioca farsight gst-plugins-farsight" RDEPENDS = "tapioca-xmpp" PR = "r1" inherit autotools pkgconfig SRC_URI = "${SOURCE...
Add missing RDEPENDS to tapioca-xmpp.
tapiocaui: Add missing RDEPENDS to tapioca-xmpp.
BitBake
mit
giobauermeister/openembedded,xifengchuo/openembedded,hulifox008/openembedded,popazerty/openembedded-cuberevo,yyli/overo-oe,anguslees/openembedded-android,KDAB/OpenEmbedded-Archos,mrchapp/arago-oe-dev,openembedded/openembedded,scottellis/overo-oe,openpli-arm/openembedded,nlebedenco/mini2440,nx111/openembeded_openpli2.1_...
9968f58f62436216e3558b998b9b3486152ea814
recipes-debian/insserv/insserv_debian.bb
recipes-debian/insserv/insserv_debian.bb
# # base recipe: http://cgit.openembedded.org/cgit.cgi/openembedded-core/tree/meta/\ # recipes-devtools/insserv/insserv_1.14.0.bb?h=fido # base branch: fido # base commit: f0873b83d693af4a103999160d67fcf25c7eedc1 # SUMMARY = "Boot sequence organizer using LSB init.d dependencies" DESCRIPTION = "This utility reo...
Add recipe for insserv package
insserv: Add recipe for insserv package Create recipe to build insserv from debian source package Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
nghiaht-tsdv/meta-debian,tienlee/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghia...
ceade91e6159efaffc926a3d41c9b4ffc49f3a82
recipes-debian/libyaml/libyaml_debian.bb
recipes-debian/libyaml/libyaml_debian.bb
SUMMARY = "Fast YAML 1.1 parser and emitter library" DESCRIPTION = "LibYAML is a C library for parsing and emitting data in YAML 1.1, a \ human-readable data serialization format." HOMEPAGE = "http://pyyaml.org/wiki/LibYAML" PR = "r0" inherit debian-package LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=6015...
Add recipe for libyaml package
libyaml: Add recipe for libyaml package Create recipe to build libyaml package from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com> Signed-off-by: Masahiro Yamada <76d6c03d331b29d77eaac66c3113243c4dd22703@toshiba.co.jp>
BitBake
mit
tienlee/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,tienlee/meta-debian
2de36718d8f655a6ddcfb6aeb1e7558aa9fcafb9
recipes-debian/dsh/dsh_debian.bb
recipes-debian/dsh/dsh_debian.bb
SUMMARY = "dancer's shell, or distributed shell" DESCRIPTION = "\ Executes specified command on a group of computers using remote shell \ methods such as rsh or ssh. \ dsh can parallelise job submission using several algorithms, such as using \ fan-out method or opening as much connections as possible, or using a w...
Add recipe for dsh package
dsh: Add recipe for dsh package Create recipe to build dsh from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
meta-debian/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-de...
0cfbd880f16314ee48841687a2c62a7d0aa5c470
packages/evince/evince_0.5.2.bb
packages/evince/evince_0.5.2.bb
DESCRIPTION = "Evince is simply a document viewer" LICENSE = "GPL" DEPENDS = "tiff espgs poppler gtk+ libgnomeui libgnomeprint libgnomeprintui" RDEPENDS = "espgs gconf" RRECOMMENDS = "gnome-vfs-plugin-file" PR = "r0" inherit gnome pkgconfig SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/evince/0.5/${PN}-${PV}.tar....
DESCRIPTION = "Evince is a document viewer for document formats like pdf, ps, djvu." LICENSE = "GPL" SECTION = "x11/office" DEPENDS = "tiff espgs poppler gtk+ libgnomeui libgnomeprint libgnomeprintui" RDEPENDS = "espgs gconf" RRECOMMENDS = "gnome-vfs-plugin-file" PR = "r1" inherit gnome pkgconfig SRC_URI = "http://ft...
Add SECTION. Make DESCRIPTION more useful.
evince: Add SECTION. Make DESCRIPTION more useful.
BitBake
mit
mrchapp/arago-oe-dev,dellysunnymtech/sakoman-oe,nlebedenco/mini2440,BlackPole/bp-openembedded,John-NY/overo-oe,xifengchuo/openembedded,openembedded/openembedded,hulifox008/openembedded,thebohemian/openembedded,JamesAng/oe,anguslees/openembedded-android,JrCs/opendreambox,nzjrs/overo-openembedded,dave-billin/overo-ui-moo...
a09e43e371261a50ee93a3d97eeac38cce3bfd88
meta-python/recipes-devtools/python/pamela_0.3.0.bb
meta-python/recipes-devtools/python/pamela_0.3.0.bb
DESCRIPTION = "Pamela: yet another Python wrapper for PAM" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://PKG-INFO;md5=bfb663f37eb99232bc8ccfa4ea8f1202" SRC_URI[md5sum] = "de6516118d51eb5fc97017f3b6d5c68b" SRC_URI[sha256sum] = "1e198446a6cdd87704aa0def7621d62e7c20b0e6068e2788b9a866a8355e5d6b" PYPI_PACKAGE = "pamela" inh...
Add python library pamela which supports PAM
PAM: Add python library pamela which supports PAM Pamela is a python wrapper for PAM. Compared to python-pam it has wrapper for account management apis in addition to authentication apis. Signed-off-by: Tom Joseph <cc5fa20ac174fe7c4296a71d4d8916f7f8b95633@gmail.com> Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d...
BitBake
mit
rehsack/meta-openembedded,kraj/meta-openembedded,rehsack/meta-openembedded,lgirdk/meta-openembedded,lgirdk/meta-openembedded,kraj/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-openembedded,moto-timo/meta-openembedded,mrchapp/meta-openembedded,openembedded/meta-openembedded...
4a24a07417e9adee40ce55482818542f45d9395e
meta-xilinx-standalone-experimental/recipes-drivers/clk-wiz_git.bb
meta-xilinx-standalone-experimental/recipes-drivers/clk-wiz_git.bb
inherit features_check REQUIRED_DISTRO_FEATURES = "clk-wiz" inherit esw python3native DEPENDS += "xilstandalone" ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/clk_wiz/src/" ESW_COMPONENT_NAME = "libclk_wiz.a" addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot do_prepare_recipe...
Add recipe for compiling clk_wiz driver
clk-wiz: Add recipe for compiling clk_wiz driver Signed-off-by: Appana Durga Kedareswara rao <9bacd21e47fc2ddea630100ed3197df31a57b144@xilinx.com>
BitBake
mit
Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx
b90e11c0501f443a14811399ed35e6f4b43fe37e
recipes-debian/psmisc/psmisc_debian.bb
recipes-debian/psmisc/psmisc_debian.bb
# # base recipe: /meta/recipes-extended/psmisc/psmisc_22.21.bb # base branch: master # base commit: e335d9519c883165e70cda5c1fde348391686e31 # SUMMARY = "Utilities for managing processes on your system" DESCRIPTION = "The psmisc package contains utilities for managing processes \ on your system: pstree, killall and fu...
Add recipe for psmisc package
psmisc: Add recipe for psmisc package Create recipe to build psmisc from debian source package Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,met...
75de65537e5e8f86983efbd12101f2da96547a94
recipes-debian/tftp-hpa/tftp-hpa_debian.bb
recipes-debian/tftp-hpa/tftp-hpa_debian.bb
# # base recipe: http://cgit.openembedded.org/cgit.cgi/meta-openembedded/tree/\ # meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb? # base branch: master # base commit: 98842e4e9f53f5f8614dd583dde9f5e898aadbb2 # SUMMARY = "Client for the Trivial File Transfer Protocol" DESCRIPTION = \ "The Trivial F...
Add recipe for tftp-hpa package
tftp-hpa: Add recipe for tftp-hpa package Create recipe to build tftp-hpa from Debian's source package Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
meta-debian/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-de...
aaf7af395d8b37b0f34018fc58ebbc2ad4a5dccf
recipes-debian/passwdqc/passwdqc_debian.bb
recipes-debian/passwdqc/passwdqc_debian.bb
DESCRIPTION = "password strength checking and policy enforcement toolset" PR="r0" inherit debian-package autotools-brokensep LICENSE = "BSD & PD" LIC_FILES_CHKSUM = "file://LICENSE;md5=1b4af6f3d4ee079a38107366e93b334d" DEPENDS += "libpam" do_compile_prepend_class-target() { sed -i -e "s/^CC = gcc/CC = ${TARGET_SY...
Add recipe for passwdqc package
passwdqc: Add recipe for passwdqc package Create recipe to build passwdqc from Debian's source package Signed-off-by: Hoang Trong Nghia <b874396fbdd8843df5170c2f0d7bd61e089f462b@toshiba-tsdv.com>
BitBake
mit
nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,me...
692020a6541492c51da17d0610759f9d5abc9b46
meta-arago-extras/recipes-multimedia/amsdk-av-files/amsdk-av-files_1.2.bb
meta-arago-extras/recipes-multimedia/amsdk-av-files/amsdk-av-files_1.2.bb
DESCRIPTION = "AMSDK multimedia support files" HOMEPAGE = "https://gforge.ti.com/gf/project/am_multimedia/" LICENSE = "CC-BY-NC-ND-3.0 & CC-BY-3.0" SECTION = "multimedia" LIC_FILES_CHKSUM = "file://Multimedia_Data_Files_Manifest.doc;md5=9254447a504d2179d83a6bc9e2c28142" PR = "r0" COMPATIBLE_MACHINE = "(omap3|ti33x|ti4...
Upgrade to latest version with HEVC content.
amsdk-av-files: Upgrade to latest version with HEVC content. Signed-off-by: Jacob Stiffler <0ec61db87821c27ca8ee6f3e24c6f93fdbb785d4@ti.com> Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
BitBake
mit
rcn-ee/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago
57d668060ff0a6db21398be5eaf5067fffe49b9b
meta-pod/recipes-devtools/go/logutils_git.bb
meta-pod/recipes-devtools/go/logutils_git.bb
SUMMARY = "Go package that augments the standard library "log" package" HOMEPAGE = "https://github.com/hashicorp/logutils" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=b278a92d2c1509760384428817710378" PKG_NAME = "github.com/hashicorp/logutils" SRC_URI = "git://${PKG_NAME}.git" SRCREV = "0dc08b1671f34c42...
Add a bitbake recipe to build logutils
logutils: Add a bitbake recipe to build logutils Logutils is a go library that augments the standard log package. This is done in attempt to make "log" more modern in design, while keeping the same functionallity. This package is part of the dependency chain needed to build consul. Signed-off-by: Christopher Braga <...
BitBake
mit
OverC/meta-overc,paw3142/meta-overc-1,WindRiver-OpenSourceLabs/meta-overc,OverC/meta-overc,masselstine/meta-overc,paw3142/meta-overc-1,masselstine/meta-overc,jwessel/meta-overc,masselstine/meta-overc,OverC/meta-overc,OverC/meta-overc,WindRiver-OpenSourceLabs/meta-overc,OverC/meta-overc,jwessel/meta-overc,WindRiver-Open...
e145d2d5412bde7b6f96b330a72ac8fc091cf199
recipes-debian/python/python-setuptools_debian.bb
recipes-debian/python/python-setuptools_debian.bb
# base recipe: meta/recipes-devtools/python/python-setuptools_40.8.0.bb # base branch: warrior DESCRITPION = "Python Distutils Enhancements" SUMMARY = "Extensions to the python-distutils for large or complex distributions." require recipes-devtools/python/python-setuptools.inc inherit debian-package require recipes-...
Add recipe for python-setuptools package.
python-setuptools: Add recipe for python-setuptools package. Signed-off-by: Nguyen Thi Huong <abd0688d291555087e4872869b7bb9c885585746@toshiba-tsdv.com>
BitBake
mit
meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian
f5460842ff42fa992fd8b299be96e725b4de888a
packages/gpe-mixer/gpe-mixer_0.42.bb
packages/gpe-mixer/gpe-mixer_0.42.bb
LICENSE = "GPL" PR = "r0" inherit gpe pkgconfig DESCRIPTION = "GPE audio mixer" DEPENDS = "gtk+ libgpewidget" SECTION = "gpe" PRIORITY = "optional"
Add new release if gpe-mixer.
Add new release if gpe-mixer.
BitBake
mit
giobauermeister/openembedded,trini/openembedded,dave-billin/overo-ui-moos-auv,demsey/openenigma2,SIFTeam/openembedded,bticino/openembedded,John-NY/overo-oe,demsey/openenigma2,JrCs/opendreambox,popazerty/openembedded-cuberevo,sledz/oe,KDAB/OpenEmbedded-Archos,JamesAng/oe,troth/oe-ts7xxx,YtvwlD/od-oe,mrchapp/arago-oe-dev...
23700787c96f84510951c4a284fc892d03abe9ad
recipes/opentyrian/opentyrian_hg.bb
recipes/opentyrian/opentyrian_hg.bb
DESCRIPTION = "OpenTyrian is a port of the DOS shoot-em-up Tyrian." HOMEPAGE = "https://code.google.com/p/opentyrian/" SECTION = "games" LICENSE = "GPLv2" DEPENDS = "virtual/libsdl libsdl-net" REV = "3f3819c0b2" PV = "2.1+hg${REV}" PR = "r0" SRC_URI = "hg://opentyrian.googlecode.com/hg;module=opentyrian;rev=${REV} \...
Add new recipe for opentyrian-hg
opentyrian: Add new recipe for opentyrian-hg Added a new recipe for opentyrian, a clone of the DOS shoot-em-up Tyrian. The game depends on SDL and SDL_net. Signed-off-by: Alex Ferguson <d3a3ee81b645c9e94ee2e6bbc2271c572ff35b4a@gmail.com> Signed-off-by: Kristoffer Ericson <aa612af59a96f3eb9dbe4c12cd763177da6414ff@gmai...
BitBake
mit
SIFTeam/openembedded,openembedded/openembedded,openembedded/openembedded,mrchapp/arago-oe-dev,openembedded/openembedded,yyli/overo-oe,nx111/openembeded_openpli2.1_nx111,sutajiokousagi/openembedded,rascalmicro/openembedded-rascal,mrchapp/arago-oe-dev,dellysunnymtech/sakoman-oe,SIFTeam/openembedded,BlackPole/bp-openembed...
a35f4b239dec42b976f790fff298817e02a6e90a
recipes-azure/python/python3-azure-iot-device_2.1.1.bb
recipes-azure/python/python3-azure-iot-device_2.1.1.bb
SUMMARY = "Microsoft Azure IoT Device Library" AUTHOR = "Microsoft Corporation" HOMEPAGE = "https://github.com/Azure/azure-iot-sdk-python/tree/master/azure-iot-device" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" inherit pypi setuptools3 RDEPENDS_$...
Add recipe for Azure IoT device python SDK
python-azure-iot-device: Add recipe for Azure IoT device python SDK Signed-off-by: Scott Ware <73d8c51564b4eae79a1225e2fb09ab1ef1f00b4b@intel.com>
BitBake
mit
intel-iot-devkit/meta-iot-cloud,intel-iot-devkit/meta-iot-cloud,intel-iot-devkit/meta-iot-cloud
ab6e21c546c0d7491c65ac0284b38bde5adf6dce
meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb
meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb
DESCRIPTION = "TI Cryptography Example Applications" HOMEPAGE = "http://arago-project.org/git/projects/?p=crypto-example-apps.git;a=summary" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://AES/aes_256.c;beginline=9;endline=35;md5=8edbb4dee965d2f2eb5ca2822addcae5" SECTION = "console" PR = "r0" BRANCH ?= "master" SRCREV = "...
Add cryptography example C applications
ti-crypto-examples: Add cryptography example C applications * Added recipe to build example C applications that use the openssl libraries for cryptographic operations. Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti.com> Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173a...
BitBake
mit
MentorEmbedded/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago
f00891fa43fafa7de1b625d0128d9271f33aa23e
meta-pod/recipes-connectivity/consul/consul_git.bb
meta-pod/recipes-connectivity/consul/consul_git.bb
DESCRIPTION = "A tool for discovering and configuring services in your infrastructure" HOMEPAGE = "https://www.consul.io/" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=b278a92d2c1509760384428817710378" DEPENDS += "golang-cross \ circbuf \ consul-migrate \ go-checkpoint \ go-msgpack \ ...
Add bitbake recipe to build consul
consul: Add bitbake recipe to build consul Consul is a distributed key/value store with built in service discovery capabilities. It is required for future resource management functionallity. Signed-off-by: Christopher Braga <ecd7259f54548716af2f59ce4d8c3af5ea2e9f00@windriver.com>
BitBake
mit
masselstine/meta-overc,masselstine/meta-overc,mufeng/meta-overc,OverC/meta-overc,WindRiver-OpenSourceLabs/meta-overc,mufeng/meta-overc,OverC/meta-overc,masselstine/meta-overc,OverC/meta-overc,OverC/meta-overc,paw3142/meta-overc-1,WindRiver-OpenSourceLabs/meta-overc,WindRiver-OpenSourceLabs/meta-overc,jwessel/meta-overc...
5e4a86776f37e16767d933f0026adda11e97e19f
packages/openmoko-projects/assassin_svn.bb
packages/openmoko-projects/assassin_svn.bb
DESCRIPTION = "Action GUI for Installer" HOMEPAGE = "http://assassin.projects.openmoko.org/" LICENSE = "GPL" DEPENDS = "dbus (>= 1.1.1) glib-2.0 e-wm packagekit etk edbus eet" RDEPENDS = "etk-theme-ninja" PV = "0.2+svnr${SRCREV}" PR = "r6.03" SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=assassin;proto=ht...
DESCRIPTION = "Action GUI for Installer" HOMEPAGE = "http://assassin.projects.openmoko.org/" LICENSE = "GPL" DEPENDS = "dbus (>= 1.1.1) glib-2.0 e-wm packagekit etk edbus eet curl" RDEPENDS = "etk-theme-ninja" PV = "0.2+svnr${SRCREV}" PR = "r6.02" SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=assassin;pro...
Revert "[assassin] Remove curl in DEPENDS of assassin"
Revert "[assassin] Remove curl in DEPENDS of assassin" This reverts commit 1e2f0fce00f10a07faa32ecdda9e70302ebca630.
BitBake
mit
nvl1109/openembeded,nlebedenco/mini2440,openpli-arm/openembedded,buglabs/oe-buglabs,xifengchuo/openembedded,rascalmicro/openembedded-rascal,demsey/openembedded,trini/openembedded,sampov2/audio-openembedded,xifengchuo/openembedded,SIFTeam/openembedded,thebohemian/openembedded,YtvwlD/od-oe,JamesAng/goe,sutajiokousagi/ope...
db87d7205c7acf70e4c096bb9e128c0b3d1c0fa2
packages/openmoko-projects/assassin_svn.bb
packages/openmoko-projects/assassin_svn.bb
DESCRIPTION = "Action GUI for Installer" HOMEPAGE = "http://assassin.projects.openmoko.org/" LICENSE = "GPL" DEPENDS = "dbus (>= 1.1.1) glib-2.0 e-wm packagekit etk edbus eet curl" RDEPENDS = "etk-theme-ninja" PV = "0.2+svnr${SRCREV}" PR = "r6.02" SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=assassin;pro...
DESCRIPTION = "Action GUI for Installer" HOMEPAGE = "http://assassin.projects.openmoko.org/" LICENSE = "GPL" DEPENDS = "dbus (>= 1.1.1) glib-2.0 e-wm packagekit etk edbus eet" RDEPENDS = "etk-theme-ninja" PV = "0.2+svnr${SRCREV}" PR = "r6.03" SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=assassin;proto=ht...
Remove curl in DEPENDS of assassin
assassin: Remove curl in DEPENDS of assassin
BitBake
mit
bticino/openembedded,BlackPole/bp-openembedded,scottellis/overo-oe,demsey/openenigma2,John-NY/overo-oe,openembedded/openembedded,nx111/openembeded_openpli2.1_nx111,openembedded/openembedded,dellysunnymtech/sakoman-oe,openembedded/openembedded,troth/oe-ts7xxx,openpli-arm/openembedded,philb/pbcl-oe-2010,openembedded/open...
735432bb4034826a1c22d996f96299756eaaeb0c
recipes-debian/libdshconfig/libdshconfig_debian.bb
recipes-debian/libdshconfig/libdshconfig_debian.bb
DESCRIPTION = "\ Runtime library for configuration file parser,required for running \ programs with dsh config file support. \ dsh uses this library to parse configuration files." PR = "r0" inherit debian-package LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" inherit a...
Add recipe for libdshconfig package
libdshconfig: Add recipe for libdshconfig package Create recipe to build libdshconfig from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,tienlee/meta-de...
2da422d1b343f3c2b63b8c6383dcce0be079ae3a
recipes-stef/xbmc/xbmc-nm-addon_12.bb
recipes-stef/xbmc/xbmc-nm-addon_12.bb
DESCRIPTION = "XBMC network manager addon" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7226e01ff2d738e2246d467214c409b9" DEPENDS += "xbmc" PR = "r0" SRC_URI = "http://mirrors.xbmc.org/addons/frodo/script.linux.nm/script.linux.nm-0.1.4.zip" SRC_URI[md5sum] = "918ffb412b571d3e0e00f1d8a7e9e4fb" S = "${WO...
Add network manager addon for XBMC
Add network manager addon for XBMC
BitBake
mit
wolfgar/meta-stef
9b97b01e14e672fd22269125df38218523e1236c
recipes-debian/libdatetime-perl/libdatetime-perl_debian.bb
recipes-debian/libdatetime-perl/libdatetime-perl_debian.bb
SUMMARY = "module for manipulating dates, times and timestamps" DESCRIPTION = "\ DateTime is a Perl module which aims to provide a complete, correct, and easy \ to use date/time object implementation. It provides an easy way to manipulate \ dates and times, including date calculations (even addition and subtraction) \ ...
Add recipe for libdatetime-perl package
libdatetime-perl: Add recipe for libdatetime-perl package Create recipe to build libdatetime-perl package from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,nghia...
18dbff79b2a0cad5c38165534868d35197b61a63
recipes-debian/libjson-perl/libjson-perl_debian.bb
recipes-debian/libjson-perl/libjson-perl_debian.bb
SUMMARY = "module for manipulating JSON-formatted data" PR = "r0" inherit debian-package LICENSE = "GPL-1+" LIC_FILES_CHKSUM = "file://README;md5=309aa8b91686700797df6e79ceb678f0" inherit cpan FILES_${PN} += "${datadir}" BBCLASSEXTEND = "native nativesdk"
Add recipe for libjson-perl package
libjson-perl: Add recipe for libjson-perl package Create recipe to build libjson-perl from Debian source package Signed-off-by: Hoang Trong Nghia <b874396fbdd8843df5170c2f0d7bd61e089f462b@toshiba-tsdv.com>
BitBake
mit
nghiaht-tsdv/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-de...
77aa9f6a7421a9077b7ed677c910760ef133f7b5
recipes/u-boot/u-boot_2010.06-psp04.00.00.10.bb
recipes/u-boot/u-boot_2010.06-psp04.00.00.10.bb
require u-boot-omap3.inc COMPATIBLE_MACHINE = "ti816x" BRANCH = "master" # Use literal tags in SRCREV, when available, instead of commit IDs SRCREV = "v2010.06_TI816XPSP_04.00.00.10" UVER = "2010.06" PSPREL = "04.00.00.10" PR = "r1"
Add PSP version for ti816x devices.
u-boot: Add PSP version for ti816x devices. * Add TI PSP u-boot version for dm816x/c6a816x/am389x devices. * Based on PSP release 4.00.00.10. Signed-off-by: Siddharth Heroor <1457302e24e895303aa4b06d008aa2447893910c@ti.com> Signed-off-by: Koen Kooi <42e3d96910f922bdd7dd1805fe3f8aff634f391d@openembedded.org>
BitBake
mit
openembedded/openembedded,JamesAng/oe,JamesAng/oe,dellysunnymtech/sakoman-oe,sentient-energy/emsw-oe-mirror,dellysunnymtech/sakoman-oe,giobauermeister/openembedded,xifengchuo/openembedded,dellysunnymtech/sakoman-oe,JamesAng/goe,JamesAng/oe,dellysunnymtech/sakoman-oe,xifengchuo/openembedded,JamesAng/oe,giobauermeister/o...
dc86c44b199885826c5e15c59cdb12eca682ab30
recipes-core/updatehub/uhu_git.bb
recipes-core/updatehub/uhu_git.bb
SUMMARY = "UpdateHub utilities for update package management and server" SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=d7d0c756730e640e1731676efa6782e9" SRC_URI = "git://github.com/UpdateHub/uhu.git;protocol=https" SRCREV = "fed71af14f79fdc8db8da90f63b8b3d59ea93174" PV = "1.0.0+${SRC...
Add recipe for target, native and nativesdk use
uhu: Add recipe for target, native and nativesdk use Signed-off-by: Otavio Salvador <1d31b11c1b92bf5d043d36edfe7174db39a6b891@ossystems.com.br>
BitBake
mit
fbertux/meta-updatehub,UpdateHub/meta-updatehub,fbertux/meta-updatehub,fbertux/meta-updatehub,UpdateHub/meta-updatehub,UpdateHub/meta-updatehub
eef4af6584b6c8897625ca30d5ff6d5a420b5cf0
recipes/xcalibrate/xcalibrate_git.bb
recipes/xcalibrate/xcalibrate_git.bb
LICENSE = "BSD-X" SECTION = "x11/libs" PRIORITY = "optional" DEPENDS = "virtual/libx11 xcalibrateext libxext" DESCRIPTION = "XCalibrate client-side library" PV = "0.0+git4be232e30cd33a44a1ce6d3ec429ee6101540c62" SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be232e30cd33a44a1ce6...
LICENSE = "BSD-X" SECTION = "x11/libs" PRIORITY = "optional" DEPENDS = "virtual/libx11 xcalibrateext libxext" DESCRIPTION = "XCalibrate client-side library" PR = "r0" PV = "0.0+${PR}+gitr4be232e30cd33a44a1ce6d3ec429ee6101540c62" SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be2...
Use increment-able PV format as other git version recipes do.
xcalibrate: Use increment-able PV format as other git version recipes do.
BitBake
mit
trini/openembedded,sledz/oe,scottellis/overo-oe,mrchapp/arago-oe-dev,dellysunnymtech/sakoman-oe,dellysunnymtech/sakoman-oe,JamesAng/oe,buglabs/oe-buglabs,dellysunnymtech/sakoman-oe,buglabs/oe-buglabs,libo/openembedded,hulifox008/openembedded,John-NY/overo-oe,sampov2/audio-openembedded,sentient-energy/emsw-oe-mirror,sen...
f11160b6348ccc3dd182d5348c27f193547520a5
meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
DESCRIPTION = "Test applications for OMAP DRM interface" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://viddec3test.c;beginline=1;endline=16;md5=c391f44e40a29096285e3121923041df" DEPENDS += "libdrm libdce libav" inherit autotools pkgconfig PR = "r3" SRCREV = "64e4e389dd8be4947c107a057f34556a4280281a" SRC_URI = "git:/...
Test application for OMAP DRM interface
omapdrmtest: Test application for OMAP DRM interface * Migrated from meta-arago-glsdk and preserved authorship for Mrinmayee * Updated for upstream: * Added DESCRIPTION value * Removed unneeded FILESEXTRAPATHS variable Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti.com> Signed-off-...
BitBake
mit
MentorEmbedded/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,MentorEmbedded/meta-arago
679c90c88802a0651613c842d1d89ae55f2b72d4
packages/gpe-filemanager/gpe-filemanager_0.23.bb
packages/gpe-filemanager/gpe-filemanager_0.23.bb
inherit gpe PR = "r0" LICENSE = "GPL" DESCRIPTION = "GPE file manager" DEPENDS = "libgpewidget gnome-vfs dbus" SECTION = "gpe" RDEPENDS = "gpe-icons" RRECOMMENDS = "gnome-vfs-plugin-file" FILES_${PN} += " ${datadir}/gpe"
Add new release of gpe-filemanager.
Add new release of gpe-filemanager.
BitBake
mit
Martix/Eonos,YtvwlD/od-oe,dellysunnymtech/sakoman-oe,nlebedenco/mini2440,openpli-arm/openembedded,sentient-energy/emsw-oe-mirror,JamesAng/goe,rascalmicro/openembedded-rascal,demsey/openembedded,giobauermeister/openembedded,sutajiokousagi/openembedded,crystalfontz/openembedded,giobauermeister/openembedded,dellysunnymtec...
7efaed23fdcc3aad7462e1473cc26717ed658871
gui/logger.bmx
gui/logger.bmx
Type mxLoggerObserverGUI Field m_output:Object Method Reset() If TGadget(m_output) SetGadgetText(TGadget(m_output), "") End If End Method Method SendMessage:Object(message:Object, context:Object) Local msg:String = String(message) If String(context) = "error" Notify(msg, True) Else If TGadget(m_...
Type mxLoggerObserverGUI Field m_output:Object Method Reset() If TGadget(m_output) SetGadgetText(TGadget(m_output), "") End If End Method Method SendMessage:Object(message:Object, context:Object) Local msg:String = String(message) If String(context) = "error" Notify(msg, True) Else If TGadget(m_...
Refresh the GUI when mxLoggerObserverGUI updates text of a TGadget
Refresh the GUI when mxLoggerObserverGUI updates text of a TGadget refs gh-17
BlitzMax
mit
maximos/maximus
d60140ff240a2404ba99f57f794d0a732112dd8f
NumConv.bsv
NumConv.bsv
function String toHex(Bit#(s) num); function String f(Bit#(s) n); String dig[16] = {"0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"}; return (n == 0) ? "" : f(n / 16) + dig[n % 16]; endfunction return (num == 0) ? "0" : f(num); endfunction
function Bit#(n) removeDontCares(Bit#(n) num); Bit#(n) res = 0; for(Integer i = 0; i < valueOf(n); i = i + 1) res[i] = (num[i] == 1'b1) ? 1'b1 : 1'b0; return res; endfunction function String toHex(Bit#(n) num) provisos ( Div#(n , 4, ndig), Mul#(ndig, 4, nadj), Add#(pad , n, nadj) ); ...
Implement toHex supporting don't-care bits
Implement toHex supporting don't-care bits Previously, don't-care bits would trigger an infinite loop during the elaboration phase.
Bluespec
mit
thotypous/altsourceprobe
09a43116c9922d0e5d572e1274e451aa4de01ac6
hw/bsv/DE5Pins.bsv
hw/bsv/DE5Pins.bsv
import Ethernet::*; (* always_ready, always_enabled *) interface DE5Pins; method Action osc_50(Bit#(1) b3d, Bit#(1) b4a, Bit#(1) b4d, Bit#(1) b7a, Bit#(1) b7d, Bit#(1) b8a, Bit#(1) b8d); method Action sfp(Bit#(1) refclk); method Action buttons(Bit#(4) v); // method Bit#(4) serial_tx_data; // method Action...
import Ethernet::*; (* always_ready, always_enabled *) interface DE5Pins; method Action osc_50(Bit#(1) b3d, Bit#(1) b4a, Bit#(1) b4d, Bit#(1) b7a, Bit#(1) b7d, Bit#(1) b8a, Bit#(1) b8d); method Action sfp(Bit#(1) refclk); method Action buttons(Bit#(4) v); // method Bit#(4) serial_tx_data; // method Action...
Fix "Attempt to use this undetermined clock" Error
Fix "Attempt to use this undetermined clock" Error
Bluespec
mit
hanw/sonic-lite,hanw/sonic-lite,hanw/sonic-lite,hanw/sonic-lite
c8a7656a3f5661a7aa41d5058ccbe19b8b926300
src/BooJs.Compiler/Steps/ProcessGoto.boo
src/BooJs.Compiler/Steps/ProcessGoto.boo
namespace BooJs.Compiler.Steps import Boo.Lang.Compiler.Ast import Boo.Lang.Compiler.Steps class ProcessGoto(AbstractTransformerCompilerStep): """ Process labels and goto statements The supported uses are very limited. It's only possible to jump to a label previously defined in the same function. No jump...
namespace BooJs.Compiler.Steps import Boo.Lang.Compiler.Ast import Boo.Lang.Compiler.Steps class ProcessGoto(AbstractTransformerCompilerStep): """ Process labels and goto statements The supported uses are very limited. It's only possible to jump to a label previously defined in the same function. No jump...
Make sure Goto is only processed once
Make sure Goto is only processed once
Boo
mit
drslump/BooJS,drslump/BooJS,drslump/BooJS,drslump/BooJS
be262a94a54dc130cac5d7e2710a5ab284a5b9d1
src/BooJs.Compiler/Steps/NormalizeGeneratorExpression.boo
src/BooJs.Compiler/Steps/NormalizeGeneratorExpression.boo
namespace BooJs.Compiler.Steps import Boo.Lang.Compiler.Ast import Boo.Lang.Compiler.Steps class NormalizeGeneratorExpression(AbstractTransformerCompilerStep): """ Converts generator expressions to a simpler format: ( i*2 for i in range(3) ) --- { __gen = []; for i in range(3): __gen.push...
namespace BooJs.Compiler.Steps import Boo.Lang.Compiler.Ast import Boo.Lang.Compiler.Steps class NormalizeGeneratorExpression(AbstractTransformerCompilerStep): """ Converts generator expressions to a simpler format: ( i*2 for i in range(3) ) --- { __gen = []; for i in range(3): __gen.push...
Use sequence instead of self execution functions
Use sequence instead of self execution functions
Boo
mit
drslump/BooJS,drslump/BooJS,drslump/BooJS,drslump/BooJS
cafc0e5b026b24e0a331cc71a86e7e47a493b6f4
PrelimNRSA/HyPhyMaterials/run.bf
PrelimNRSA/HyPhyMaterials/run.bf
global w; global t; global k; LIKELIHOOD_FUNCTION_OUTPUT = 1; RANDOM_STARTING_PERTURBATIONS = 1; /* Include relevant functions */ #include "matrices.mdl"; //rate matrices #include "GY94_Header.ibf"; /* Read in the data */ DataSet raw_data = ReadDataFile("temp.fasta"); /* Filter the data to find and remove any s...
global w; global t; global k; LIKELIHOOD_FUNCTION_OUTPUT = 1; RANDOM_STARTING_PERTURBATIONS = 1; /* Include relevant functions */ #include "matrices_fix_k.mdl"; //rate matrices #include "GY94_Header.ibf"; /* Read in the data */ DataSet raw_data = ReadDataFile("temp.fasta"); /* Filter the data to find and remove...
Save the correct hyphy materials
Save the correct hyphy materials
Brainfuck
bsd-2-clause
SimonGreenhill/pyvolve,SimonGreenhill/pyvolve
4e2b164c927dcb9b7f6f298b0d1c1e67f7e668a3
brainfuck/fizzbuzz.bf
brainfuck/fizzbuzz.bf
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ f >+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ i >+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++...
+++++++++++++++++++++++++++++++++++++++++++++ empty line sign >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ f >+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ i >++++++++++++++++++++++++++++++++++++++++++...
Add filling char to bf
Add filling char to bf
Brainfuck
apache-2.0
itarato/fizzbuzz,itarato/fizzbuzz,itarato/fizzbuzz,itarato/fizzbuzz,itarato/fizzbuzz,itarato/fizzbuzz,itarato/fizzbuzz,itarato/fizzbuzz,itarato/fizzbuzz
7c13d10966d8f1aa3fde9fb9fe1ff04ddaeb3165
rock.bro
rock.bro
# Copyright (C) 2016, Missouri Cyber Team # All Rights Reserved # See the file "LICENSE" in the main distribution directory for details module ROCK; export { const sensor_id = "sensor001-001" &redef; } # Load integration with Snort on ROCK @load ./frameworks/files/unified2-integration # Load integration with FSF ...
# Copyright (C) 2016, Missouri Cyber Team # All Rights Reserved # See the file "LICENSE" in the main distribution directory for details module ROCK; export { const sensor_id = "sensor001-001" &redef; } # Load integration with Snort on ROCK @load ./frameworks/files/unified2-integration # Load integration with FSF ...
Revert "Removes kafka from main config"
Revert "Removes kafka from main config"
Bro
bsd-3-clause
mocyber/rock-scripts
b2a547c6fb8a4f4351917512ebdb6e6170bc7a17
frameworks/files/extraction/plugins/extract-archive.bro
frameworks/files/extraction/plugins/extract-archive.bro
@load ../__load__.bro module FileExtraction; const archive_types: set[string] = { "application/x-rar-compressed", "application/x-bzip2", "application/gzip", "application/x-lzma", "application/x-lzip", "application/x-xz", "application/x-lzop", "application...
Add archive formats from upstream.
Add archive formats from upstream.
Bro
bsd-3-clause
mocyber/rock-scripts
ac84b4c3d5d94563fe79fb43d4cfccc751912aa7
scripts/init.bro
scripts/init.bro
##! Packet source using Napatech module Napatech; export { ## The size of the software deduplication lru cache const dedupe_lru_size = 1024 &redef; ## Because applications can share streams, the Host Buffer Allowance ## allows an application to consume a portion of the host buffer ## before the a...
##! Packet source using Napatech module Napatech; export { ## Should the plugin try to deduplicate packets with the color1 ## value of the DYN4 packet descriptor? const enable_software_deduplication = T &redef; ## The size of the software deduplication lru cache const dedupe_lru_size = 1024 &redef...
Add default value for enable_software_deduplication
Add default value for enable_software_deduplication
Bro
bsd-3-clause
hosom/bro-napatech,hosom/bro-napatech
9a3ea15d4b3af5994084fde9002cd969a2a76d78
Opserver.Core/OpserverCore.cs
Opserver.Core/OpserverCore.cs
using StackExchange.Elastic; namespace StackExchange.Opserver { public class OpserverCore { // Initializes various bits in OpserverCore like exception logging and such so that projects using the core need not load up all references to do so. public static void Init() { try ...
using StackExchange.Elastic; namespace StackExchange.Opserver { public class OpserverCore { // Initializes various bits in OpserverCore like exception logging and such so that projects using the core need not load up all references to do so. public static void Init() { try ...
Comment out per-error logging, now only needed for logging
Comment out per-error logging, now only needed for logging
C#
mit
VictoriaD/Opserver,wuanunet/Opserver,dteg/Opserver,mqbk/Opserver,baflynn/Opserver,agrath/Opserver,opserver/Opserver,vebin/Opserver,GABeech/Opserver,jeddytier4/Opserver,a9261/Opserver,opserver/Opserver,huoxudong125/Opserver,volkd/Opserver,18098924759/Opserver,rducom/Opserver,manesiotise/Opserver,manesiotise/Opserver,GAB...
3312617532ff01be4ad5de2e59e280e17d704a03
SQLitePCL.pretty/ResultSet.cs
SQLitePCL.pretty/ResultSet.cs
/* Copyright 2014 David Bordoley Copyright 2014 Zumero, LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by a...
/* Copyright 2014 David Bordoley Copyright 2014 Zumero, LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by a...
Change Columns static method to return IReadOnlyList.
Change Columns static method to return IReadOnlyList.
C#
apache-2.0
bordoley/SQLitePCL.pretty,matrostik/SQLitePCL.pretty
89013e65ca66f6e1c1180e7ecbc290acbf64c884
Contentful.Core/Models/File.cs
Contentful.Core/Models/File.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Contentful.Core.Models { /// <summary> /// Represents information about the actual binary file of an <see cref="Asset"/>. /// </summary> public class File { /// <summary> /// ...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Contentful.Core.Models { /// <summary> /// Represents information about the actual binary file of an <see cref="Asset"/>. /// </summary> public class File { ///...
Add upload property to file
Add upload property to file
C#
mit
contentful/contentful.net
4e3ea0a2b5e3b98435822788af14bac9534c95ef
ArcGIS.ServiceModel.Serializers.JsonDotNet/JsonDotNetSerializer.cs
ArcGIS.ServiceModel.Serializers.JsonDotNet/JsonDotNetSerializer.cs
using System; using System.Collections.Generic; using ArcGIS.ServiceModel; using ArcGIS.ServiceModel.Operation; namespace ArcGIS.Test { public class JsonDotNetSerializer : ISerializer { static ISerializer _serializer = null; public static void Init() { _serializer = new Js...
using System; using System.Collections.Generic; using ArcGIS.ServiceModel; using ArcGIS.ServiceModel.Operation; namespace ArcGIS.ServiceModel.Serializers { public class JsonDotNetSerializer : ISerializer { static ISerializer _serializer = null; public static void Init() { ...
Use same namespace for serializers
Use same namespace for serializers
C#
mit
davetimmins/ArcGIS.PCL,davetimmins/ArcGIS.PCL
73393ca52a0d3b0a4ed09d0da96e08a8d39f88af
XSerializer/Encryption/EncryptionMechanism.cs
XSerializer/Encryption/EncryptionMechanism.cs
namespace XSerializer.Encryption { /// <summary> /// Provides a mechanism for an application to specify an instance of /// <see cref="IEncryptionMechanism"/> to be used by XSerializer when /// encrypting or decrypting data. /// </summary> public static class EncryptionMechanism { //...
namespace XSerializer.Encryption { /// <summary> /// Provides a mechanism for an application to specify an instance of /// <see cref="IEncryptionMechanism"/> to be used by XSerializer when /// encrypting or decrypting data. /// </summary> public static class EncryptionMechanism { //...
Use correct casing on public static field.
Use correct casing on public static field.
C#
mit
QuickenLoans/XSerializer,rlyczynski/XSerializer
5d450018c36ddcba3d5f4db0903aaf9b7e52615c
osu.Framework/Graphics/UserInterface/BasicDirectorySelectorBreadcrumbDisplay.cs
osu.Framework/Graphics/UserInterface/BasicDirectorySelectorBreadcrumbDisplay.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.IO; using osu.Framework.Allocation; using osu.Framework.Graphics.Sprites; using osuTK; namespace osu.Framework.Graphics.UserInterface { public class Bas...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.IO; using osu.Framework.Allocation; using osu.Framework.Graphics.Sprites; using osuTK; namespace osu.Framework.Graphics.UserInterface { public class Bas...
Rename some more nested classes
Rename some more nested classes
C#
mit
ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework
a2b018e8ab206cbfae6a7288f345404fe23414d7
src/KGP.Core/Curves/ThresholdLinearCurve.cs
src/KGP.Core/Curves/ThresholdLinearCurve.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace KGP.Curves { public class ThresholdLinearCurve : ICurve { private float threshold; public float Threshold { get { return this.threshold; } ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace KGP { /// <summary> /// Linear threshold curve, clamp while absolute value is within threshold /// </summary> public class ThresholdLinearCurve : ICurve { private f...
Comment and fix on namespace
Comment and fix on namespace
C#
mit
mrvux/kgp
6d9dfe780fb3760158197ebb263797dc3699f126
Server/Dup.cs
Server/Dup.cs
namespace Server { using System; using System.IO; using System.Text; internal partial class Program { class Dup : Stream { string _name; private Dup() { } public Dup(string name) { _name = name; } public override bool CanRead { get...
namespace Server { using System; using System.IO; using System.Text; internal partial class Program { class Dup : Stream { string _name; private Dup() { } public Dup(string name) { _name = name; } public override bool CanRead { get...
Add quotes and length of JSON packets being sent.
Add quotes and length of JSON packets being sent.
C#
mit
kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX
6a48272e234de3792984310833416c51c1b71920
src/VisualStudio/Core/Def/Implementation/CodeModel/ICodeModelInstanceFactory.cs
src/VisualStudio/Core/Def/Implementation/CodeModel/ICodeModelInstanceFactory.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel { interface ICodeModelInstanceFactory { /// <summary> /// Requests the project system to create a <see ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel { interface ICodeModelInstanceFactory { /// <summary> /// Requests the project system to create a <see ...
Update documentation now that we can point to a concrete method
Update documentation now that we can point to a concrete method
C#
mit
dotnet/roslyn,cston/roslyn,VSadov/roslyn,brettfo/roslyn,reaction1989/roslyn,physhi/roslyn,diryboy/roslyn,dpoeschl/roslyn,panopticoncentral/roslyn,swaroop-sridhar/roslyn,xasx/roslyn,VSadov/roslyn,AlekseyTs/roslyn,eriawan/roslyn,jamesqo/roslyn,jasonmalinowski/roslyn,KirillOsenkov/roslyn,MichalStrehovsky/roslyn,wvdd007/ro...
fe1c33a55b9c78f9729e30cbd973ab0022cbde6d
test/Spk.Common.Tests.Helpers/Service/ServiceResultTests.cs
test/Spk.Common.Tests.Helpers/Service/ServiceResultTests.cs
using System; using Shouldly; using Spk.Common.Helpers.Service; using Xunit; namespace Spk.Common.Tests.Helpers.Service { public class ServiceResultTests { [Theory] [InlineData("test")] [InlineData("")] [InlineData(null)] public void SetData_SuccessShouldBeTrue(string va...
using System; using Shouldly; using Spk.Common.Helpers.Service; using Xunit; namespace Spk.Common.Tests.Helpers.Service { public class ServiceResultTests { [Theory] [InlineData("test")] [InlineData("")] [InlineData(null)] public void Success_ShouldBeTrue_WhenDataIsSet(st...
Test case renamed to be more accurate
Test case renamed to be more accurate
C#
mit
spektrumgeeks/Spk.Common
2686057fe3886e755f70eda5afae2253e80677b7
src/ResourceManager/DataLakeStore/Commands.DataLakeStore/DataPlaneModels/AdlsLoggerTarget.cs
src/ResourceManager/DataLakeStore/Commands.DataLakeStore/DataPlaneModels/AdlsLoggerTarget.cs
using System.Collections.Concurrent; using System.IO; using NLog; using NLog.Config; using NLog.Targets; namespace Microsoft.Azure.Commands.DataLakeStore.Models { /// <summary> /// NLog is used by the ADLS dataplane sdk to log debug messages. We can create a custom target /// which basically queues the de...
using System.Collections.Concurrent; using NLog; using NLog.Targets; namespace Microsoft.Azure.Commands.DataLakeStore.Models { /// <summary> /// NLog is used by the ADLS dataplane sdk to log debug messages. We can create a custom target /// which basically queues the debug data to the ConcurrentQueue for ...
Remove unused usings and make the target class internal
Remove unused usings and make the target class internal
C#
apache-2.0
AzureAutomationTeam/azure-powershell,ClogenyTechnologies/azure-powershell,ClogenyTechnologies/azure-powershell,ClogenyTechnologies/azure-powershell,AzureAutomationTeam/azure-powershell,AzureAutomationTeam/azure-powershell,AzureAutomationTeam/azure-powershell,ClogenyTechnologies/azure-powershell,ClogenyTechnologies/azur...
cb91786ea97f82299847556dc9149378ec882900
Schedules.API/Tasks/Sending/PostRemindersEmailSend.cs
Schedules.API/Tasks/Sending/PostRemindersEmailSend.cs
using Simpler; using System; using Schedules.API.Models; using Schedules.API.Tasks.Reminders; namespace Schedules.API.Tasks.Sending { public class PostRemindersEmailSend : InOutTask<PostRemindersEmailSend.Input, PostRemindersEmailSend.Output> { public class Input { public Send Send { get; set; } ...
using Simpler; using System; using Schedules.API.Models; using Schedules.API.Tasks.Reminders; namespace Schedules.API.Tasks.Sending { public class PostRemindersEmailSend : InOutTask<PostRemindersEmailSend.Input, PostRemindersEmailSend.Output> { public class Input { public Send Send { get; set; } ...
Return the given RemindOn date
Return the given RemindOn date
C#
mit
schlos/denver-schedules-api,codeforamerica/denver-schedules-api,codeforamerica/denver-schedules-api,schlos/denver-schedules-api
acfa4d478fa7ad5015fed8d6ff473e100c8f1f23
src/Essential.Templating.Razor.Email/Helpers/ResourceTemplateHelperExtensions.cs
src/Essential.Templating.Razor.Email/Helpers/ResourceTemplateHelperExtensions.cs
using System; using System.Diagnostics.Contracts; using System.Globalization; using System.Net.Mail; using System.Net.Mime; using RazorEngine.Text; namespace Essential.Templating.Razor.Email.Helpers { public static class ResourceTemplateHelperExtensions { public static IEncodedString Link(this Resourc...
using System; using System.Diagnostics.Contracts; using System.Globalization; using System.Net.Mail; using System.Net.Mime; using RazorEngine.Text; namespace Essential.Templating.Razor.Email.Helpers { public static class ResourceTemplateHelperExtensions { public static IEncodedString Link(this Resourc...
Store ContentId against the LinkedResource
Store ContentId against the LinkedResource ContentId is not being set for the LinkedResource so once rendered, the cid value in the HTML content can't be found as it isn't named.
C#
mit
smolyakoff/essential-templating,smolyakoff/essential-templating,petedavis/essential-templating
9b19050fafde5ebe051f7b2daa478805644552e1
osu.Game.Rulesets.Osu/Edit/Masks/SliderMasks/Components/SliderBodyPiece.cs
osu.Game.Rulesets.Osu/Edit/Masks/SliderMasks/Components/SliderBodyPiece.cs
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Game.Graphics; using osu.Game.Rulesets.Osu.Objects; using osu.Game.Rulesets.Osu.Object...
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Game.Graphics; using osu.Game.Rulesets.Osu.Objects; using osu.Game.Rulesets.Osu.Object...
Update with slider body changes
Update with slider body changes
C#
mit
peppy/osu,DrabWeb/osu,UselessToucan/osu,ppy/osu,DrabWeb/osu,2yangk23/osu,smoogipoo/osu,naoey/osu,naoey/osu,UselessToucan/osu,ZLima12/osu,EVAST9919/osu,NeoAdonis/osu,johnneijzen/osu,ppy/osu,johnneijzen/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,DrabWeb/osu,naoey/osu,peppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,...
2bd0b91e16e0e7e02d41cc0494f6e8cc669f8a6c
AlertRoster.Web/Models/Group.cs
AlertRoster.Web/Models/Group.cs
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace AlertRoster.Web.Models { public class Group { [Key] public int Id { get; private set; } [Required, StringLength(25)] public String DisplayName { get; set; } [StringL...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; namespace AlertRoster.Web.Models { public class Group { [Key] public int Id { get; private set; } [Required, StringLength(25)] public String DisplayName { get; set; ...
Add reply mode and a shortcut for getting admins
Add reply mode and a shortcut for getting admins
C#
mit
mattgwagner/alert-roster
0c30c80b826d85e13158c70cffe7b837b23d2feb
Cirrious/Color/Cirrious.MvvmCross.Plugins.Color.Touch/MvxColorExtensions.cs
Cirrious/Color/Cirrious.MvvmCross.Plugins.Color.Touch/MvxColorExtensions.cs
// MvxColorExtensions.cs // (c) Copyright Cirrious Ltd. http://www.cirrious.com // MvvmCross is licensed using Microsoft Public License (Ms-PL) // Contributions and inspirations noted in readme.md and license.txt // // Project Lead - Stuart Lodge, @slodge, me@slodge.com using Cirrious.CrossCore.UI; using MonoTouch.UI...
// MvxColorExtensions.cs // (c) Copyright Cirrious Ltd. http://www.cirrious.com // MvvmCross is licensed using Microsoft Public License (Ms-PL) // Contributions and inspirations noted in readme.md and license.txt // // Project Lead - Stuart Lodge, @slodge, me@slodge.com using Cirrious.CrossCore.UI; using MonoTouch.UI...
Fix for native extension method name (not Android!)
Fix for native extension method name (not Android!)
C#
mit
martijn00/MvvmCross-Plugins,MatthewSannes/MvvmCross-Plugins,Didux/MvvmCross-Plugins,lothrop/MvvmCross-Plugins
625d2696844fdd3838a1528f70e6c0e2268088c1
PS.Mothership.Core/PS.Mothership.Core.Common/Dto/Merchant/OpportunityDto.cs
PS.Mothership.Core/PS.Mothership.Core.Common/Dto/Merchant/OpportunityDto.cs
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; namespace PS.Mothership.Core.Common.Dto.Merchant { [DataContract] public class OpportunityDto { [DataMember] public Guid OpportunityGuid {...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; namespace PS.Mothership.Core.Common.Dto.Merchant { [DataContract] public class OpportunityDto { [DataMember] public Guid OpportunityGuid {...
Update user info on opportunity.
Update user info on opportunity.
C#
mit
Paymentsense/Dapper.SimpleSave
3f2e52542e2cc904c8e7a0602aa3cdad1c6fd95f
src/backend/SO115App.Persistence.MongoDB/Marker/DeleteChiamataInCorsoByIdUtente.cs
src/backend/SO115App.Persistence.MongoDB/Marker/DeleteChiamataInCorsoByIdUtente.cs
using MongoDB.Driver; using Persistence.MongoDB; using SO115App.Models.Classi.Marker; using SO115App.Models.Servizi.Infrastruttura.GestioneUtenti; using SO115App.Models.Servizi.Infrastruttura.Marker; namespace SO115App.Persistence.MongoDB.Marker { public class DeleteChiamataInCorsoByIdUtente : IDeleteChiamataInCo...
using MongoDB.Driver; using Persistence.MongoDB; using SO115App.Models.Classi.Marker; using SO115App.Models.Servizi.Infrastruttura.GestioneUtenti; using SO115App.Models.Servizi.Infrastruttura.Marker; namespace SO115App.Persistence.MongoDB.Marker { public class DeleteChiamataInCorsoByIdUtente : IDeleteChiamataInCo...
Fix - Cancellazione Chiamate In Corso al logout
Fix - Cancellazione Chiamate In Corso al logout
C#
agpl-3.0
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
5f5773b0c02e2190ac7d94b3ce84008c9a85a63c
src/Umbraco.Web/PropertyEditors/MediaPickerPropertyEditor.cs
src/Umbraco.Web/PropertyEditors/MediaPickerPropertyEditor.cs
using System.Collections.Generic; using Umbraco.Core; using Umbraco.Core.Logging; using Umbraco.Core.Models.Editors; using Umbraco.Core.PropertyEditors; namespace Umbraco.Web.PropertyEditors { /// <summary> /// Represents a media picker property editor. /// </summary> [DataEditor( Constants.Pr...
using System.Collections.Generic; using Umbraco.Core; using Umbraco.Core.Logging; using Umbraco.Core.Models.Editors; using Umbraco.Core.PropertyEditors; namespace Umbraco.Web.PropertyEditors { /// <summary> /// Represents a media picker property editor. /// </summary> [DataEditor( Constants.Pr...
Handle for multiple picked media relations
7879: Handle for multiple picked media relations (cherry picked from commit 9f7c44c64ebfb23acd1bb06aa22c5bc39ad5079a)
C#
mit
KevinJump/Umbraco-CMS,madsoulswe/Umbraco-CMS,NikRimington/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,arknu/Umbraco-CMS,leekelleher/Umbraco-CMS,arknu/Umbraco-CMS,robertjf/Umbraco-CMS,robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,madsoulswe/Umbraco-CMS,abjerner/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,hfloyd/U...
537583537c65a572a991c8b711b3e0d554685356
IShaderProgram.cs
IShaderProgram.cs
using System; namespace ChamberLib { public interface IShaderProgram { string Name { get; } void Apply(); void UnApply(); IShaderStage VertexShader { get; } IShaderStage FragmentShader { get; } void SetUniform(string name, bool value); void SetUniform...
using System; using System.Collections.Generic; namespace ChamberLib { public interface IShaderProgram { string Name { get; } void Apply(); void UnApply(); IShaderStage VertexShader { get; } IShaderStage FragmentShader { get; } IEnumerable<string> BindAttribu...
Add the bind attributes property and method to the interface.
Add the bind attributes property and method to the interface.
C#
lgpl-2.1
izrik/ChamberLib,izrik/ChamberLib,izrik/ChamberLib
dddf62c35eabcd01f45fa9673bdc667500667068
core/Piranha.Manager/Areas/Manager/Views/Shared/EditorTemplates/Block.cshtml
core/Piranha.Manager/Areas/Manager/Views/Shared/EditorTemplates/Block.cshtml
@using Piranha.Extend; @using Piranha.Manager.Manager; @model Block @foreach(var name in Model.GetFieldNames()) { <div class="form-group"> <label>@name</label> @Html.Editor(name) </div> }
@using Piranha.Extend; @using Piranha.Manager.Manager; @using System.Text.RegularExpressions; @model Block @foreach(var name in Model.GetFieldNames()) { var label = Regex.Replace(name, "(\\B[A-Z])", " $1"); <div class="form-group"> <label>@label</label> @Html.Editor(name) </div> ...
Split Pascal cased property names into words
Split Pascal cased property names into words
C#
mit
PiranhaCMS/piranha.core,PiranhaCMS/piranha.core,PiranhaCMS/piranha.core,PiranhaCMS/piranha.core
1df1794c2d6ca2c1190b6091c65160f3b645155a
source/Handlebars/Compiler/Lexer/Converter/ExpressionScopeConverter.cs
source/Handlebars/Compiler/Lexer/Converter/ExpressionScopeConverter.cs
using System; using System.Collections.Generic; using System.Linq; using HandlebarsDotNet.Compiler.Lexer; using System.Linq.Expressions; namespace HandlebarsDotNet.Compiler { internal class ExpressionScopeConverter : TokenConverter { public static IEnumerable<object> Convert(IEnumerable<object> sequen...
using System; using System.Collections.Generic; using System.Linq; using HandlebarsDotNet.Compiler.Lexer; using System.Linq.Expressions; namespace HandlebarsDotNet.Compiler { internal class ExpressionScopeConverter : TokenConverter { public static IEnumerable<object> Convert(IEnumerable<object> sequen...
Fix spelling mistake in error message
Fix spelling mistake in error message
C#
mit
esskar/handlebars-core,tsliang/Handlebars.Net,rexm/Handlebars.Net,mcintyre321/Handlebars.Net.Mvc,mcintyre321/Handlebars.Net.Mvc,sandorfr/Handlebars.Net,tsliang/Handlebars.Net,rexm/Handlebars.Net,mcintyre321/Handlebars.Net.Mvc,sandorfr/Handlebars.Net,kendallb/Handlebars.Net
558cc870397589757ee3233c7bd017dfabc065f9
TestObjectBuilderTests/Tests/TestObjectBuilderBuilderTests.cs
TestObjectBuilderTests/Tests/TestObjectBuilderBuilderTests.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using NUnit.Framework; using TestObjectBuilder; namespace TestObjectBuilderTests.Tests { public class TestObjectBuilderBuilderTests { [TestFixture] public class CreateNewObject { [Test] ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using NUnit.Framework; using TestObjectBuilder; namespace TestObjectBuilderTests.Tests { public class TestObjectBuilderBuilderTests { [TestFixture] public class CreateNewObject { [Test] ...
Replace first TestObjectBuilderBuilder unit test with two tests to make the tests less brittle.
Replace first TestObjectBuilderBuilder unit test with two tests to make the tests less brittle.
C#
mit
tdpreece/TestObjectBuilderCsharp
6034680b36b49c790ea70f987bc4ed1649555862
MonoGameUtils/UI/GameComponents/UIFPSCounter.cs
MonoGameUtils/UI/GameComponents/UIFPSCounter.cs
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using MonoGameUtils.Diagnostics; namespace PCGame.GameComponents { public class UIFPSCounter : DrawableGameComponent { private FPSCounter _fpsCounter = new FPSCounter(); private SpriteBatch _spriteBatch; private Spr...
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using MonoGameUtils.Diagnostics; namespace MonoGameUtils.UI.GameComponents { public class UIFPSCounter : DrawableGameComponent { private FPSCounter _fpsCounter = new FPSCounter(); private SpriteBatch _spriteBatch; p...
Fix incorrect namespace for UI component.
Fix incorrect namespace for UI component.
C#
mit
dneelyep/MonoGameUtils
b86712014151bb78d6e6adfd35b8499d78ff8f83
RebirthTracker/RebirthTracker/PacketHandlers/HolePunchPacketHandler.cs
RebirthTracker/RebirthTracker/PacketHandlers/HolePunchPacketHandler.cs
using Microsoft.EntityFrameworkCore; using System; using System.Linq; using System.Net.Sockets; using System.Threading.Tasks; namespace RebirthTracker.PacketHandlers { /// <summary> /// Request a game host try a hole punch /// </summary> [Opcode(26)] public class HolePunchPacketHandler : IPacketHa...
using Microsoft.EntityFrameworkCore; using System; using System.Linq; using System.Net.Sockets; using System.Threading.Tasks; namespace RebirthTracker.PacketHandlers { /// <summary> /// Request a game host try a hole punch /// </summary> [Opcode(26)] public class HolePunchPacketHandler : IPacketHa...
Add additional hole punch logging
Add additional hole punch logging
C#
mit
Mako88/dxx-tracker
2eda23d58b1b6343a62d2cf57932e61be6976c1b
Source/Tests/TraktApiSharp.Tests/Experimental/Requests/Calendars/TraktCalendarAllDVDMoviesRequestTests.cs
Source/Tests/TraktApiSharp.Tests/Experimental/Requests/Calendars/TraktCalendarAllDVDMoviesRequestTests.cs
namespace TraktApiSharp.Tests.Experimental.Requests.Calendars { using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using TraktApiSharp.Experimental.Requests.Calendars; using TraktApiSharp.Objects.Get.Calendars; [TestClass] public class TraktCalendarAllDVDMoviesRequestT...
namespace TraktApiSharp.Tests.Experimental.Requests.Calendars { using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using TraktApiSharp.Experimental.Requests.Calendars; using TraktApiSharp.Objects.Get.Calendars; using TraktApiSharp.Requests; [TestClass] public class...
Make sure that authorization of TraktCalendarAllDVDMoviesRequest is not required
Make sure that authorization of TraktCalendarAllDVDMoviesRequest is not required
C#
mit
henrikfroehling/TraktApiSharp
982843aff56d34f2bfb9f532a9b0465031f4172d
ForumScorer/Users.cshtml
ForumScorer/Users.cshtml
@using ForumModels; @{ string usersFile = Server.MapPath("~/App_Data/users.json"); var userList = new UserList(usersFile); } <table class="table"> <thead> <tr class="lead"> <th></th> <th>Name</th> <th>MSDN Name</th> <th>StackOverflow ID</th> ...
@using ForumModels; @{ string usersFile = Server.MapPath("~/App_Data/users.json"); var userList = new UserList(usersFile); } <table class="table"> <thead> <tr class="lead"> <th></th> <th></th> <th>Name</th> <th>MSDN Name</th> <th>StackO...
Add user photo to users list
Add user photo to users list
C#
apache-2.0
davidebbo/ForumScorer
1c578f285accf3f17168708ba5c6aa1fd402f6ec
osu.Game/Screens/OnlinePlay/Playlists/PlaylistsReadyButton.cs
osu.Game/Screens/OnlinePlay/Playlists/PlaylistsReadyButton.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Game.Beatmaps; using osu.Game.Graphics; using osu.Game.Online.Rooms; using osu.Game...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Game.Beatmaps; using osu.Game.Graphics; using osu.Game.Online.Rooms; using osu.Game...
Disable playlist start button when attempts have been exhausted
Disable playlist start button when attempts have been exhausted
C#
mit
smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,NeoAdonis/osu
1f7270482ce3fe7d69389c3de1ba4cd80ed3157f
osu.Framework/Extensions/ObjectExtensions/ObjectExtensions.cs
osu.Framework/Extensions/ObjectExtensions/ObjectExtensions.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. #nullable enable using System.Diagnostics; namespace osu.Framework.Extensions.ObjectExtensions { /// <summary> /// Extensions that apply to all objects. ///...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. #nullable enable using System.Diagnostics; using System.Diagnostics.CodeAnalysis; namespace osu.Framework.Extensions.ObjectExtensions { /// <summary> /// Extens...
Annotate return value for consumers
Annotate return value for consumers
C#
mit
smoogipooo/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework
5dd8dac192054ab39d7561f7d8223619ad531f1a
src/Marten.Testing/ConnectionSource.cs
src/Marten.Testing/ConnectionSource.cs
using System; using Baseline; namespace Marten.Testing { public class ConnectionSource : ConnectionFactory { public static readonly string ConnectionString = Environment.GetEnvironmentVariable("marten_testing_database"); static ConnectionSource() { if (ConnectionString.IsE...
using System; namespace Marten.Testing { public class ConnectionSource : ConnectionFactory { public static readonly string ConnectionString = Environment.GetEnvironmentVariable("marten_testing_database"); static ConnectionSource() { if (ConnectionString.IsEmpty()) ...
Correct error message for missing test connection string
Correct error message for missing test connection string
C#
mit
mysticmind/marten,ericgreenmix/marten,JasperFx/Marten,ericgreenmix/marten,jokokko/marten,jokokko/marten,mdissel/Marten,ericgreenmix/marten,mysticmind/marten,jokokko/marten,JasperFx/Marten,jokokko/marten,mdissel/Marten,jokokko/marten,JasperFx/Marten,ericgreenmix/marten,mysticmind/marten,mysticmind/marten
e52f6cf1ac322c4d898c4abbda62e0cf2eeefe44
Client/Harmony/ShipConstruction_FindVesselsLandedAt.cs
Client/Harmony/ShipConstruction_FindVesselsLandedAt.cs
using Harmony; using LunaClient.Systems.Lock; using LunaCommon.Enums; using System.Collections.Generic; // ReSharper disable All namespace LunaClient.Harmony { /// <summary> /// This harmony patch is intended to override the "FindVesselsLandedAt" that sometimes is called to check if there are vessels in a lau...
using Harmony; using LunaClient.Systems.Lock; using LunaCommon.Enums; using System.Collections.Generic; // ReSharper disable All namespace LunaClient.Harmony { /// <summary> /// This harmony patch is intended to override the "FindVesselsLandedAt" that sometimes is called to check if there are vessels in a lau...
Fix find vessels landed at
Fix find vessels landed at
C#
mit
gavazquez/LunaMultiPlayer,DaggerES/LunaMultiPlayer,gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer
1ec6be087fb3cccded34477f1386ca1d72492ab1
src/Draw2D.Core/ObservableObject.cs
src/Draw2D.Core/ObservableObject.cs
// Copyright (c) Wiesław Šoltés. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.ComponentModel; using System.Runtime.CompilerServices; namespace Draw2D.Core { public abstract class ObservableObject : INotifyPropertyChanged ...
// Copyright (c) Wiesław Šoltés. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.ComponentModel; using System.Runtime.CompilerServices; namespace Draw2D.Core { public abstract class ObservableObject : INotifyPropertyChanged ...
Mark IsDirty property as internal
Mark IsDirty property as internal
C#
mit
wieslawsoltes/Draw2D,wieslawsoltes/Draw2D,wieslawsoltes/Draw2D
a22912756784bae8b94d209ccabc30e908f765fa
food_tracker/TrackerContext.cs
food_tracker/TrackerContext.cs
using System.Data.Entity; namespace food_tracker { public class TrackerContext : DbContext { public TrackerContext() : base("name=NutritionTrackerContext") { Configuration.LazyLoadingEnabled = false; this.Database.Log = s => System.Diagnostics.Debug.WriteLine(s); } ...
using System.Data.Entity; namespace food_tracker { public class TrackerContext : DbContext { public TrackerContext() : base() { Configuration.LazyLoadingEnabled = false; this.Database.Log = s => System.Diagnostics.Debug.WriteLine(s); } public DbSet<WholeDay> Days...
Change back to use the default database name.
Change back to use the default database name.
C#
mit
lukecahill/NutritionTracker
16af37474f59acebad35de77099910f68ea36c17
test/Bakery.Processes.Tests/Bakery/Processes/SystemDiagnosticsProcessTests.cs
test/Bakery.Processes.Tests/Bakery/Processes/SystemDiagnosticsProcessTests.cs
namespace Bakery.Processes { using Specification.Builder; using System; using System.Text; using System.Threading.Tasks; using Xunit; public class SystemDiagnosticsProcessTests { [Fact] public async Task EchoWithCombinedOutput() { var processSpecification = ProcessSpecificationBuilde...
namespace Bakery.Processes { using System; using System.Text; using System.Threading.Tasks; using Xunit; public class SystemDiagnosticsProcessTests { [Fact] public async Task EchoWithCombinedOutput() { var process = await new ProcessFactory().RunAsync(builder => { return builder ...
Update tests re: process builder, etc.
Update tests re: process builder, etc.
C#
mit
brendanjbaker/Bakery
8cdb1c68ad25280e359e07d0ff68db3bfce4ce5a
src/Cake/Arguments/VerbosityParser.cs
src/Cake/Arguments/VerbosityParser.cs
using System; using System.Collections.Generic; using Cake.Core.Diagnostics; namespace Cake.Arguments { /// <summary> /// Responsible for parsing <see cref="Verbosity"/>. /// </summary> internal sealed class VerbosityParser { private readonly Dictionary<string, Verbosity> _lookup; ...
using System; using System.Collections.Generic; using System.Globalization; using Cake.Core.Diagnostics; namespace Cake.Arguments { /// <summary> /// Responsible for parsing <see cref="Verbosity"/>. /// </summary> internal sealed class VerbosityParser { private readonly Dictionary<string, ...
Add invariant IFormatterProvider to avoid issues based on user local
Add invariant IFormatterProvider to avoid issues based on user local
C#
mit
michael-wolfenden/cake,vlesierse/cake,phrusher/cake,cake-build/cake,gep13/cake,Julien-Mialon/cake,UnbelievablyRitchie/cake,Sam13/cake,robgha01/cake,robgha01/cake,thomaslevesque/cake,mholo65/cake,cake-build/cake,Julien-Mialon/cake,patriksvensson/cake,RehanSaeed/cake,ferventcoder/cake,RehanSaeed/cake,devlead/cake,patriks...
15858a9b19dca6e6d143f7201e241269c9ce84e2
Source/Lib/TraktApiSharp/Services/TraktSerializationService.cs
Source/Lib/TraktApiSharp/Services/TraktSerializationService.cs
namespace TraktApiSharp.Services { using Authentication; using System; /// <summary>Provides helper methods for serializing and deserializing Trakt objects.</summary> public static class TraktSerializationService { public static string Serialize(TraktAuthorization authorization) { ...
namespace TraktApiSharp.Services { using Authentication; using Extensions; using System; using Utils; /// <summary>Provides helper methods for serializing and deserializing Trakt objects.</summary> public static class TraktSerializationService { /// <summary>Serializes an <see cref...
Add implementation for serializing TraktAuthorization.
Add implementation for serializing TraktAuthorization.
C#
mit
henrikfroehling/TraktApiSharp
a21be62f1cff70f799918e5692612f067ca50215
IIUWr/IIUWr/ConfigureIoC.cs
IIUWr/IIUWr/ConfigureIoC.cs
using IIUWr.Fereol.Common; using IIUWr.Fereol.Interface; using IIUWr.ViewModels.Fereol; using LionCub.Patterns.DependencyInjection; using System; using HTMLParsing = IIUWr.Fereol.HTMLParsing; namespace IIUWr { public static class ConfigureIoC { public static void All() { #if DEBUG ...
using IIUWr.Fereol.Common; using IIUWr.Fereol.Interface; using IIUWr.ViewModels.Fereol; using LionCub.Patterns.DependencyInjection; using System; using HTMLParsing = IIUWr.Fereol.HTMLParsing; namespace IIUWr { public static class ConfigureIoC { public static void All() { #if DEBUG ...
Remove not needed IoC registrations
Remove not needed IoC registrations
C#
mit
lion92pl/IIUWr,lion92pl/IIUWr
81747f8a01d081757ac279fef09db6177d6db6c3
NBi.Testing/Integration/Core/Structure/StructureDiscoveryFactoryProviderTest.cs
NBi.Testing/Integration/Core/Structure/StructureDiscoveryFactoryProviderTest.cs
using NBi.Core.Structure; using NBi.Core.Structure.Olap; using NBi.Core.Structure.Relational; using NBi.Core.Structure.Tabular; using NUnit.Framework; using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml; name...
using NBi.Core.Structure; using NBi.Core.Structure.Olap; using NBi.Core.Structure.Relational; using NBi.Core.Structure.Tabular; using NUnit.Framework; using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml; name...
Fix category for a test about tabular structure
Fix category for a test about tabular structure Goal: Exclude them in the nightly build
C#
apache-2.0
Seddryck/NBi,Seddryck/NBi
d70dc5c0f9c55fc3410ef14745dacfae645cc3c8
src/SFA.DAS.EmployerApprenticeshipsService.Web/Models/UserAccountsViewModel.cs
src/SFA.DAS.EmployerApprenticeshipsService.Web/Models/UserAccountsViewModel.cs
using SFA.DAS.EmployerApprenticeshipsService.Domain.Entities.Account; namespace SFA.DAS.EmployerApprenticeshipsService.Web.Models { public class UserAccountsViewModel { public Accounts Accounts; public int Invitations; public string SuccessMessage; } }
using SFA.DAS.EmployerApprenticeshipsService.Domain.Entities.Account; namespace SFA.DAS.EmployerApprenticeshipsService.Web.Models { public class UserAccountsViewModel { public Accounts Accounts; public int Invitations; public SuccessMessageViewModel SuccessMessage; } }
Change user accounts view model to use the new viewmodel for displaying SuccessMessage
Change user accounts view model to use the new viewmodel for displaying SuccessMessage
C#
mit
SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice
833ff7291694d15d153a90234b83d98092af1f7e
Libraries/Sources/Converters/ImageConverter.cs
Libraries/Sources/Converters/ImageConverter.cs
/* ------------------------------------------------------------------------- */ // // Copyright (c) 2010 CubeSoft, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www....
/* ------------------------------------------------------------------------- */ // // Copyright (c) 2010 CubeSoft, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www....
Fix to dispose when the specified object is Icon.
Fix to dispose when the specified object is Icon.
C#
apache-2.0
cube-soft/Cube.Core,cube-soft/Cube.Core
3108bfd0500956740777db21190ee8bd9afa564e
MuffinFramework/MuffinClient.cs
MuffinFramework/MuffinClient.cs
using System; using System.ComponentModel.Composition.Hosting; using System.Reflection; using MuffinFramework.Muffin; using MuffinFramework.Platform; using MuffinFramework.Service; namespace MuffinFramework { public class MuffinClient : IDisposable { private readonly object _lockObj = new object(); ...
using System; using System.ComponentModel.Composition.Hosting; using System.Reflection; using MuffinFramework.Muffin; using MuffinFramework.Platform; using MuffinFramework.Service; namespace MuffinFramework { public class MuffinClient : IDisposable { private readonly object _lockObj = new object(); ...
Change the order Loaders are disposed
Change the order Loaders are disposed
C#
mit
Yonom/MuffinFramework
d5ed218488aac139909012bb0343a69edf357421
osu.Game/Screens/Edit/Components/Timelines/Summary/Parts/TimelinePart.cs
osu.Game/Screens/Edit/Components/Timelines/Summary/Parts/TimelinePart.cs
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; using OpenTK; using osu.Framework.Configuration; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Beatmaps; ...
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; using OpenTK; using osu.Framework.Configuration; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Beatmaps; ...
Fix timeline sizes being updated potentially before the track has a length
Fix timeline sizes being updated potentially before the track has a length
C#
mit
ZLima12/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,DrabWeb/osu,NeoAdonis/osu,DrabWeb/osu,peppy/osu-new,smoogipoo/osu,Frontear/osuKyzer,UselessToucan/osu,smoogipoo/osu,naoey/osu,NeoAdonis/osu,naoey/osu,UselessToucan/osu,2yangk23/osu,Nabile-Rahmani/osu,2yangk23/osu,ppy/osu,EVAST9919/osu,NeoAdonis/osu,peppy/osu,smoogi...
f81b692493ef0918b8089f3e57359d53a8ed459d
test/DnxFlash.Test/MessageTest.cs
test/DnxFlash.Test/MessageTest.cs
using System; using Xunit; namespace DnxFlash.Test { public class MessageTest { private Message sut; public class Constructor : MessageTest { [Fact] public void Should_set_message() { sut = new Message("test message"); ...
using System; using Xunit; namespace DnxFlash.Test { public class MessageTest { private Message sut; public class Constructor : MessageTest { [Fact] public void Should_set_message() { sut = new Message("test message"); ...
Fix failing test due to project rename
Fix failing test due to project rename Previous behavior was still using old-version of message-property. Former was `message` while current is `text`.
C#
mit
billboga/dnxflash,billboga/dnxflash
f7cd6e83aa81bc24ccce152e37028851e1af8ee0
osu.Game.Rulesets.Mania/Scoring/ManiaScoreProcessor.cs
osu.Game.Rulesets.Mania/Scoring/ManiaScoreProcessor.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Game.Rulesets.Scoring; namespace osu.Game.Rulesets.Mania.Scoring { internal class ManiaScoreProcessor : ScoreProcessor { protected override do...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Game.Rulesets.Scoring; namespace osu.Game.Rulesets.Mania.Scoring { internal class ManiaScoreProcessor : ScoreProcessor { protected override do...
Adjust mania scoring to be 95% based on accuracy
Adjust mania scoring to be 95% based on accuracy
C#
mit
smoogipooo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,NeoAdonis/osu
2b39857b8cec4b4a1d7777a7987bac9813f50d26
osu.Game.Rulesets.Mania/Scoring/ManiaScoreProcessor.cs
osu.Game.Rulesets.Mania/Scoring/ManiaScoreProcessor.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Game.Rulesets.Scoring; namespace osu.Game.Rulesets.Mania.Scoring { internal class ManiaScoreProcessor : ScoreProcessor { public override HitWi...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Game.Rulesets.Scoring; namespace osu.Game.Rulesets.Mania.Scoring { internal class ManiaScoreProcessor : ScoreProcessor { protected override do...
Make mania 80% acc 20% combo
Make mania 80% acc 20% combo
C#
mit
NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,peppy/osu
f6272a1e6ddc2a37630e789d2c9a18f6a408086f
SassSharp/Ast/SassSyntaxTree.cs
SassSharp/Ast/SassSyntaxTree.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SassSharp.Ast { public class SassSyntaxTree { public SassSyntaxTree(IEnumerable<Node> children) { this.Children = children; } public IEnume...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SassSharp.Ast { public class SassSyntaxTree { public SassSyntaxTree(IEnumerable<Node> children) { this.Children = children; } public IEnume...
Add a fluent create method ast
Add a fluent create method ast
C#
mit
akatakritos/SassSharp
3797dbb67ebe0945c5801e93911fd2e919813b61
NewAnalyzerTemplate/NewAnalyzerTemplate/NewAnalyzerTemplate/DiagnosticAnalyzer.cs
NewAnalyzerTemplate/NewAnalyzerTemplate/NewAnalyzerTemplate/DiagnosticAnalyzer.cs
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading; using Microsoft.CodeAnalysis; us...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. /*This tutorial is going to guide you to write a diagnostic analyzer that enforces the placement of one space between the if keyword of an if statement and th...
Add description at top of new template
Add description at top of new template
C#
mit
qinxgit/roslyn-analyzers,dotnet/roslyn-analyzers,genlu/roslyn-analyzers,srivatsn/roslyn-analyzers,tmeschter/roslyn-analyzers-1,natidea/roslyn-analyzers,modulexcite/roslyn-analyzers,dotnet/roslyn-analyzers,jaredpar/roslyn-analyzers,Anniepoh/roslyn-analyzers,jasonmalinowski/roslyn-analyzers,VitalyTVA/roslyn-analyzers,jin...
f7e5106175167c87426c7e7a4bacc7fcea91a1af
NLog.Web/Properties/AssemblyInfo.cs
NLog.Web/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. #if DNX [assembly: AssemblyTi...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. #if DNX [assembly: AssemblyTi...
Update assemblyinfo & strong name version to 4.0.0.0
Update assemblyinfo & strong name version to 4.0.0.0
C#
bsd-3-clause
304NotModified/NLog.Web,NLog/NLog.Web
d9c5a69c3711cdf6b7accaca15575da3a77aae6a
tests/Perspex.Markup.UnitTests/Binding/ExpressionObserverTests_PerspexProperty.cs
tests/Perspex.Markup.UnitTests/Binding/ExpressionObserverTests_PerspexProperty.cs
// Copyright (c) The Perspex Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Collections.Generic; using System.Reactive.Linq; using Perspex.Markup.Data; using Xunit; namespace Perspex.Markup.UnitTests.Bi...
// Copyright (c) The Perspex Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Collections.Generic; using System.Reactive.Linq; using Perspex.Markup.Data; using Xunit; namespace Perspex.Markup.UnitTests.Bi...
Fix test in Release mode.
Fix test in Release mode.
C#
mit
AvaloniaUI/Avalonia,SuperJMN/Avalonia,MrDaedra/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,susloparovdenis/Perspex,kekekeks/Perspex,OronDF343/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,OronDF343/Avalonia,grokys/Perspex,SuperJMN/Avalonia,susloparovdenis/Avalonia,susloparovdenis/Avalonia,Av...
658df31cb2387f82191c1b7357623e6a16b8d9b8
Assets/Microgames/_Bosses/YoumuSlash/Scripts/YoumuSlashTimingEffectsController.cs
Assets/Microgames/_Bosses/YoumuSlash/Scripts/YoumuSlashTimingEffectsController.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; using System.Linq; public class YoumuSlashTimingEffectsController : MonoBehaviour { [SerializeField] private AudioSource musicSource; [SerializeField] private float pitchMult = 1f; [SerializeField] private float tim...
using System.Collections; using System.Collections.Generic; using UnityEngine; using System.Linq; public class YoumuSlashTimingEffectsController : MonoBehaviour { [SerializeField] private AudioSource musicSource; [SerializeField] private float pitchMult = 1f; [SerializeField] private float tim...
Fix wrong timescale being forced on win/loss
Fix wrong timescale being forced on win/loss
C#
mit
NitorInc/NitoriWare,Barleytree/NitoriWare,Barleytree/NitoriWare,NitorInc/NitoriWare
0ddb0b505c350072fc5e705f1c04c30db06a6d4c
shared/AppSettingsHelper.csx
shared/AppSettingsHelper.csx
#load "LogHelper.csx" using System.Configuration; public static class AppSettingsHelper { public static string GetAppSetting(string SettingName, bool LogValue = true ) { string SettingValue = ""; try { SettingValue = ConfigurationManager.AppSettings[SettingName].ToString(...
#load "LogHelper.csx" using System.Configuration; public static class AppSettingsHelper { public static string GetAppSetting(string SettingName, bool LogValue = true ) { string SettingValue = ""; try { SettingValue = ConfigurationManager.AppSettings[SettingName].ToString(...
Change type in error from of to or
Change type in error from of to or
C#
mit
USDXStartups/CalendarHelper
607f1df9aa73a7bfe6ab790d9658175094ea6bfc
src/Common/src/System/Diagnostics/CodeAnalysis/ExcludeFromCodeCoverageAttribute.cs
src/Common/src/System/Diagnostics/CodeAnalysis/ExcludeFromCodeCoverageAttribute.cs
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace System.Diagnostics.CodeAnalysis { [AttributeUsage(AttributeTargets.All, Inherited = false, AllowMultiple = false)] internal sealed class ExcludeFromCo...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace System.Diagnostics.CodeAnalysis { [Conditional("DEBUG")] // don't bloat release assemblies [AttributeUsage(AttributeTargets.All, Inherited = false, Al...
Make ExcludeFromCodeCoverage conditional on DEBUG
Make ExcludeFromCodeCoverage conditional on DEBUG Some of our assemblies use ExcludeFromCodeCoverage to exclude from code coverage various members. Since we only do code coverage runs against debug builds, there's no need to bloat such assemblies with ExcludeFromCodeCoverage on these members in release builds.
C#
mit
weltkante/corefx,Priya91/corefx-1,weltkante/corefx,seanshpark/corefx,tijoytom/corefx,shmao/corefx,lggomez/corefx,nbarbettini/corefx,stone-li/corefx,Jiayili1/corefx,krk/corefx,alexperovich/corefx,gkhanna79/corefx,manu-silicon/corefx,the-dwyer/corefx,tstringer/corefx,dhoehna/corefx,manu-silicon/corefx,stone-li/corefx,nch...
212b307ba588d85b5c8da968eef8ed766fac22d0
ServerHost/Properties/AssemblyInfo.cs
ServerHost/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("ServerHost")] [assembly: AssemblyDescript...
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("ServerHost")] [assembly: AssemblyDescript...
Update copyright data and assembly description.
Update copyright data and assembly description.
C#
apache-2.0
jthelin/ServerHost,jthelin/ServerHost
72f39ed79461cc0616b9cdd78b864ba5cf9724d1
src/benchmarking/BrightstarDB.PerformanceBenchmarks/Models/IFoafPerson.cs
src/benchmarking/BrightstarDB.PerformanceBenchmarks/Models/IFoafPerson.cs
using System; using System.Collections.Generic; using System.Text; using BrightstarDB.EntityFramework; namespace BrightstarDB.PerformanceBenchmarks.Models { [Entity("http://xmlns.com/foaf/0.1/Person")] public interface IFoafPerson { string Id { get; } [PropertyType("http://xmlns.com/foaf/...
using System; using System.Collections.Generic; using System.Text; using BrightstarDB.EntityFramework; namespace BrightstarDB.PerformanceBenchmarks.Models { [Entity("http://xmlns.com/foaf/0.1/Person")] public interface IFoafPerson { [Identifier("http://www.brightstardb.com/people/")] strin...
Fix so that SPARQL query test works
Fix so that SPARQL query test works
C#
mit
kentcb/BrightstarDB,BrightstarDB/BrightstarDB,BrightstarDB/BrightstarDB,kentcb/BrightstarDB,dharmatech/BrightstarDB,dharmatech/BrightstarDB,dharmatech/BrightstarDB,kentcb/BrightstarDB,dharmatech/BrightstarDB,BrightstarDB/BrightstarDB,dharmatech/BrightstarDB,dharmatech/BrightstarDB,kentcb/BrightstarDB,BrightstarDB/Brigh...
f830c8da35ecd30145d57e3232bee0d5ae6ec886
src/Bakery/UuidTypeConverter.cs
src/Bakery/UuidTypeConverter.cs
namespace Bakery { using System; using System.ComponentModel; using System.Globalization; public class UuidTypeConverter : TypeConverter { public override Boolean CanConvertFrom(ITypeDescriptorContext context, Type sourceType) { return sourceType == typeof(String); } public override O...
namespace Bakery { using System; using System.ComponentModel; using System.Globalization; public class UuidTypeConverter : TypeConverter { public override Boolean CanConvertFrom(ITypeDescriptorContext context, Type sourceType) { return sourceType == typeof(String); } public override B...
Implement TypeConverter CanConvertTo() and ConvertTo() methods for Uuid.
Implement TypeConverter CanConvertTo() and ConvertTo() methods for Uuid.
C#
mit
brendanjbaker/Bakery
65bbc610bf212ac9b054fef1f7e760501869cf56
Models/Helpers.cs
Models/Helpers.cs
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ForumModels { public static class Helpers { public static DateTimeOffset GetStartOfWeek(string date) { var dt = DateTimeOffset.Now; ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ForumModels { public static class Helpers { public static DateTimeOffset GetStartOfWeek(string date) { var dt = DateTimeOffset.Now; ...
Fix start of week calculation
Fix start of week calculation
C#
apache-2.0
davidebbo/ForumScorer
b8ecfd744cb58338626e70185cb2c633b78c8e3a
PexelsNet/PexelsClient.cs
PexelsNet/PexelsClient.cs
using System; using System.Net.Http; using Newtonsoft.Json; namespace PexelsNet { public class PexelsClient { private readonly string _apiKey; private const string BaseUrl = "http://api.pexels.com/v1/"; public PexelsClient(string apiKey) { _apiKey = apiKey; ...
using System; using System.Net.Http; using Newtonsoft.Json; using System.Threading.Tasks; namespace PexelsNet { public class PexelsClient { private readonly string _apiKey; private const string BaseUrl = "http://api.pexels.com/v1/"; public PexelsClient(string apiKey) { ...
Make use of asynchronous methods
Make use of asynchronous methods Use await Task<T> istead of accessing Task<T>.Result property.
C#
mit
Selz/PexelsNet