Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
3
181k
src
stringlengths
5
1.02k
# -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*- # # Copyright (C) 2016 Canonical Ltd # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License version 3 as # published by the Free Software Foundation. # # This program is distributed in the h...
rbreitenmoser/snapcraft-snapcraft/tests/test_libraries.py
(function (global, factory) { if (typeof define === "function" && define.amd) { define('element/locale/sr', ['module', 'exports'], factory); } else if (typeof exports !== "undefined") { factory(module, exports); } else { var mod = { exports: {} }; factory(mod, mod.exports); global.EL...
Qinjianbo/blog-node_modules/element-ui/lib/umd/locale/sr.js
module.exports = function(config) { config.set({ // base path, that will be used to resolve files and exclude basePath: '', // frameworks to use frameworks: ['jasmine'], preprocessors: { '*.ts': ['typescript'] }, typescriptPreprocessor: { typings: [ '../typings/jasmine/*.d.ts' ], optio...
andrislapsa/karma-typescript-preprocessor-test/karma.conf.js
/* ** This file is part of upas. ** ** upas is free software: you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by ** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** upas is distributed in the hope ...
yoones/upas-include/PortAudio.hpp
/* Image_def.h * * Copyright (C) 1992-2011,2017,2018 Paul Boersma * * This code is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or (at * your option) any later version. ...
YannickJadoul/Parselmouth-praat/fon/Image_def.h
package network import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" ) const ( ClusterNetworkDefault = "default" EgressNetworkPolicyMaxRules = 50 ) // +genclient=true type ClusterNetwork struct { metav1.TypeMeta metav1.ObjectMeta Network string HostSubnetLength uint32 ServiceNetwork stri...
smarterclayton/origin-pkg/sdn/apis/network/types.go
# DO NOT STRUGGLE ON THIS PROBLEM FOR MORE THAN 30 MINUTES! # This challenge is based off of Example 1 (session 3/2-examples/1_hashes) # modify it such that it also accepts in the hash, a color (whose values are red("#FF0000"), green("#00FF00"), and blue(#0000FF) ) # if the color is set, then it should show up in the ...
chn-challenger/ruby-kickstart-1-session3/3-challenge/7_hashes.rb
# -*- coding: utf-8 -*- from __future__ import unicode_literals import logging from rest_framework import permissions # initiate logger logging.getLogger(__name__) class CategoryPermissions(permissions.DjangoModelPermissions): """CategoryPermissions""" class PostPermissions(permissions.DjangoModelPermissions...
Diwaniya-Labs/django-rest-forum-discussion/permissions.py
package org.gradle.test.performance.mediummonolithicjavaproject.p266; public class Production5321 { private String property0; public String getProperty0() { return property0; } public void setProperty0(String value) { property0 = value; } private String property1; ...
oehme/analysing-gradle-performance-my-app/src/main/java/org/gradle/test/performance/mediummonolithicjavaproject/p266/Production5321.java
'use strict'; module.exports = function stringifyAndNormalize(contents) { return JSON.stringify(contents, null, 2) + '\n'; };
DanielJRaine/employee-forms-auth-node_modules/ember-cli/lib/utilities/stringify-and-normalize.js
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package cn.com.smartdevices.bracelet.model; public class implements { public int getDayStepGoal() { return 8000; } ...
vishnudevk/MiBandDecompiled-Original Files/source/src/cn/com/smartdevices/bracelet/model/DaySportData$SummaryEmpty.java
Dirwyn ymyrraeth i ben yn raddol yn Ynys Môn - BBC Cymru Fyw Mae Gweinidog Llywodraeth Leol Cymru wedi amlinellu cynlluniau i ddod ag ymyrraeth Llywodraeth Cymru yng Nghyngor Sir Ynys Môn i ben yn raddol.Mewn datganiad ysgrifenedig, esboniodd Carl Sargeant i Aelodau Cynulliad fod y cyngor, sydd ar hyn o bryd dan stiwar...
c4-cy
/* * © Crown Copyright 2013 * * 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 applicable law or agreed to in w...
health-and-care-developer-network/health-and-care-developer-network-source/common/common-parsers-json/uk/nhs/hdn/common/parsers/json/jsonParseEventHandlers/schemaViolationInvalidJsonExceptions/UnexpectedConstantStringValueForSchemaViolationInvalidJsonException.java
var textBase = require("ui/text-base"); var proxy = require("ui/core/proxy"); var dependencyObservable = require("ui/core/dependency-observable"); var enums = require("ui/enums"); var keyboardTypeProperty = new dependencyObservable.Property("keyboardType", "EditableTextBase", new proxy.PropertyMetadata(undefined, depen...
sflament/nativescript-drag-between-listviews-platforms/android/src/main/assets/app/tns_modules/ui/editable-text-base/editable-text-base-common.js
#! /usr/bin/env python3 # script to permute motif files # define functions def read_in_motif_file(infile): motifs = {} I = open(infile) header = '' for i in range(0, 9): header += I.readline() motif = '' counter = 0 for Line in I: if 'MOTIF' in Line: motif = Li...
dieterich-lab/FUCHS-FUCHS/permutate_motifs.py
actions [:create, :delete, :restore, :backup] default_action :create attribute :id , kind_of: String , name_attribute: true attribute :aws_access_key , kind_of: String attribute :aws_secret_access_key , kind_of: String attribute :allocated_storage ...
gosuri/aws-rds-cookbook-resources/default.rb
var nc1 = require('../lib/nats').connect(); var nc2 = require('../lib/nats').connect(); /////////////////////////////////////// // Publish/Subscribe Performance /////////////////////////////////////// var loop = 2000000; var hash = 2500; console.log('Publish/Subscribe Performance Test'); nc1.on('connect', function...
bigleuxenchef/Working-JSNatsSamples/node_modules/nats/benchmark/pub_sub_perf.js
////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2012, John Haddon. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributio...
chippey/gaffer-include/GafferSceneBindings/PathMatcherDataBinding.h
//! moment.js locale configuration //! locale : Talossan [tzl] //! author : Robin van der Vliet : https://github.com/robin0van0der0v //! author : Iustì Canun import moment from '../moment'; // After the year there should be a slash and the amount of years since December 26, 1979 in Roman numerals. // This is currentl...
ohmygodvt95/wevivu-vendor/assets/components/moment/src/locale/tzl.js
/* Package slackchannelrouter provides a router to be used with the flog package ( https://github.com/reiver/go-flog ). Recommended Usage The Slack channel router is blocking. And since it is making an API request to Slack's API servers (across the Internet) it can block for some time. To deal with this, it is reco...
reiver/go-slackchannelrouter-doc.go
// Copyright 2016 janobono. All rights reserved. // Use of this source code is governed by a Apache 2.0 // license that can be found in the LICENSE file. package sql // Update update type Update struct { criteriaManager CriteriaManager table Table columns []Column values []interface{} }...
janobono/r3n-sql/update.go
(function() { 'use strict'; angular .module('rainbowAngular') .service('webDevTec', webDevTec); /** @ngInject */ function webDevTec() { var data = [ { 'title': 'AngularJS', 'url': 'https://angularjs.org/', 'description': 'HTML enhanced for web apps!', 'log...
eduardiazf/rainbow-angular-src/app/components/webDevTec/webDevTec.service.js
/* * [origin: Linux kernel include/asm-arm/arch-at91/at91sam9261_matrix.h] * * Copyright (C) 2007 Atmel Corporation. * * Memory Controllers (MATRIX, EBI) - System peripherals registers. * Based on AT91SAM9261 datasheet revision D. * * This program is free software; you can redistribute it and/or modify * it un...
lxl1140989/dmsdk-uboot/u-boot-dm6291/arch/arm/include/asm/arch-at91/at91sam9261_matrix.h
/* ./gnu/conf.h. Generated from conf.h.in by configure. */ /* Define as 1 if this compiler supports long long. */ #define HAVE_LONG_LONG 1 /* Define as 1 if you have string.h */ #define HAVE_STRING_H 1 /* Define as 1 if you have stdlib.h */ #define HAVE_STDLIB_H 1 /* Define as 1 if you have malloc.h */ /* #unde...
SAOImageDS9/SAOImageDS9-funtools/gnu/conf.h
# frozen_string_literal: true # # deep_merge.rb # module Puppet::Parser::Functions newfunction(:deep_merge, type: :rvalue, doc: <<-'DOC') do |args| @summary Recursively merges two or more hashes together and returns the resulting hash. @example Example usage $hash1 = {'one' => 1, 'two' => 2, 't...
puppetlabs/puppetlabs-stdlib-lib/puppet/parser/functions/deep_merge.rb
'use strict'; const express = require('express'); const session = require('express-session'); const Auth = require('shopify-token'); const auth = new Auth({ 'apiKey': process.env.SHOPIFY_API_KEY, 'sharedSecret': process.env.SHOPIFY_SECRET, 'redirectUri': process.env.SHOPIFY_REDIRECT_URI, 'scopes': ['...
joyrexus/shopify-auth-demo-index.js
# frozen_string_literal: true # Copyright 2021 Google 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicabl...
googleads/google-ads-ruby-lib/google/ads/google_ads/v9/services/ad_group_criterion_label_service/paths.rb
/* * Copyright 1999-2000,2004 The Apache Software Foundation. * * 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 requir...
KrisDM/corinet-incl/xercesc/util/Platforms/Win32/Win32Defs.hpp
#ifndef FAILURE_H #define FAILURE_H #include <iosfwd> class Failure { public: Failure (const char* condition, const char* testName, const char* fileName, int lineNumber); const char* Condition() const; const char* TestName() const; private: friend std::ostream& opera...
Spicery/ginger-apps/CppUnitLite2/src/Failure.h
/********** This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. (See <http://www.gnu.org/copyleft/lesser.html>.) This libr...
hatboyzero/live456-liveMedia/src/BitVector.hh
The OEIS is supported by the many generous donors to the OEIS Foundation. Hints (Greetings from The On-Line Encyclopedia of Integer Sequences!) A119752 a(1)=2; a(n)=first even number greater than a(n-1) such that a(i)+a(n)+1 is prime for all i=1,2,...,n. 9 2, 8, 14, 44, 224, 638, 1274, 4004, 675404, 2203958, 307515...
finemath-3plus
Java Reference In-Depth Information 1. { 0 = 0 } x= 0; { x = 0 } 2. { x+1 = 0 } x= x+1; { x = 0 } 3. { x + n+1 = sum of 1..n } x= x + n+1; { x = sum of 1..n } 4. { x = sum of 1..n-1 } n= n-1; { x = sum of 1..n } 5. { b = z*x*x y } z= z*x; { b = z*x y } 6. { b = z*x*x y-1 } y= y-1; { b = z*x*x y } 7. { 0 = a*(2*y) 2 + b...
finemath-3plus
var Logger = require('js-logger'), extend = require('underscore').extend, clone = require('underscore').clone, without = require('underscore').without, intersection = require('underscore').intersection, pluck = require('underscore').pluck, EventEmitter = require('events').EventEmitter, AppD...
radiodan/magic-button-app/ui/static/js/stores/radio-settings.js
from db import SQLite3 from datetime import datetime class BaseDatabaseObject(object): def __init__(self): self.db = SQLite3() def insert(self, table, data): k = [i for i in data] v = [data[i] for i in data] try: self.db.execute("insert into %s (%s) values...
after12am/expecto-machine_learning/feed_classifier/src/core/db/mapper.py
/* * Copyright 2010-2012 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "lice...
tomandersen/aws-sdk-for-ios-src/include/SimpleDB/SimpleDBGetAttributesRequest.h
مؤسسة ينابيع الذهب تدشن توزيع السلال الغذائية الرمضانية بمديريتي رداع والعرش بمحافظة البيضاء | وكالة اليقين مؤسسة ينابيع الذهب تدشن توزيع السلال الغذائية الرمضانية بمديريتي رداع والعرش بمحافظة البيضاء Previous articleبنيان توزع 500 سلة غذائية بمديرية الصليف في الحديدة Next articleقابَلَ مسؤولين إسرائيليين.. الكشف عن مك...
c4-ar
/* Copyright (C) 2013-2014 Computer Sciences Corporation * * 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 ap...
infochimps-forks/ezbake-common-nodejs-thrift-utils/lib/constants.js
#!/usr/bin/env python2 # -*- coding: utf-8 -*- # # Mycroft documentation build configuration file # import sys import os sys.path.insert(0, os.path.abspath('../')) # General Configuration extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.viewcode', 'sphinx.ext.githubpages', '...
JarbasAI/JarbasAI-doc/conf.py
/* * * Copyright (C) 2011, The Locker Project * All rights reserved. * * Please see the LICENSE file for more information. * */ // present a single page listing all the services discovered in this locker, scanning the /Apps /Collections /Contexts and /SourceSinks dirs // enable start/stop on all (that you can) var ro...
maxogden/Locker-Ops/Dashboard/dashboard.js
Πρώτη Δημοσίευση: Πέμπτη, 17. 03. 2011 - 17:19 Σκοπός της επίσκεψης είναι η ενημέρωση για τις κινήσεις της ελληνικής πλευράς για την αποτελεσματικότερη διαχείριση των μεταναστευτικών ροών, αλλά και την αντιμετώπιση πιθανών κυμάτων προσφύγων από την Β. Αφρική, λόγω της τεταμένης κατάστασης που επικρατεί εκεί. Επιπλέον, ...
c4-el
/* * R.app : a Cocoa front end to: "R A Computer Language for Statistical Data Analysis" * * R.app Copyright notes: * Copyright (C) 2004-12 The R Foundation * written by Stefano M. Iacus and Simon Urbanek * * * R Copyright notes: * ...
RevolutionAnalytics/RRO-RRO-src/OSX/Mac-GUI/RScriptEditorTextStorage.h
const log = require('log'); const resources = require('resources'); module.exports = { connect (socket, details) { const { io, data, connections } = resources; const { userId, spaceCode, roomTag } = socket.handshake.query; log.sockets.debug(`${socket.id} ${socket.userId} is now connected.`); data...
calumet/realtime-app/events/users.js
/** * Copyright (C) 2015 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ /** * Conventions and templates to aid the construction of rate swaps. */ package com.opengamma.strata.product.swap.type;
ChinaQuants/Strata-modules/product/src/main/java/com/opengamma/strata/product/swap/type/package-info.java
var expect = require('chai').expect; (typeof window === 'undefined' ? describe : describe.skip)('proxy configuration vars', function () { var testrun; describe('lowercase', function () { var proxyHost, proxyPort, proxyUrlForHttpRequest; before(function (done) { ...
postmanlabs/postman-runtime-test/integration/sanity/proxy-http-vars.test.js
package cuina; /** * Ein Event für ein globales Ereignis in der Engine. * Globale Ereignisse betreffen die Engine selbst, wie auch die Session und die Szene. * @author TheWhiteShadow */ public final class GameEvent { /** Signalisiert das Starten der Engine. */ public static final int START_GAME = 1; /** Si...
TheWhiteShadow3/cuina-engine/src/cuina/GameEvent.java
// // DropboxErrors.h // Pods // // Created by Михаил Мотыженков on 14.04.16. // // #ifndef DropboxErrors_h #define DropboxErrors_h #import "DropboxError.h" #import "DropboxErrorBadInputParameter.h" #import "DropboxErrorBadOrExpiredToken.h" #import "DropboxErrorEndpointSpecific.h" #import "DropboxErrorTooManyReque...
zlib/ObjectiveDropbox-Pod/Classes/Entities/Errors/DropboxErrors.h
/* * Copyright (C) 2013-2022 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre ([email protected]) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, o...
b3dgs/lionengine-lionengine-game/src/main/java/com/b3dgs/lionengine/game/feature/tile/map/pathfinding/Node.java
/** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ // THIS CODE IS GENERATED - DO NOT MODIFY // See angular/tools/gulp-tasks/cldr/extract.js export default [ 'es-PR...
aboveyou00/angular-packages/common/locales/es-PR.ts
# Taken from http://pragprog.com/titles/fr_ltp/learn-to-program # # Write a Deaf Grandma program. Whatever you say to grandma (whatever # you type in), she should respond with HUH?! SPEAK UP, SONNY!, unless # you shout it (type in all capitals). If you shout, she can hear you # (or at least she thinks so) and yells b...
JonLz/ruby-kickstart-session2/challenge/9_input_output_logic_string.rb
import React from "react" import { stringify } from "querystring" import { SearchResultsSkeleton } from "v2/Apps/Search/Components/SearchResultsSkeleton" import { StitchWrapper } from "desktop/components/react/stitch_components/StitchWrapper" import { stitch } from "@artsy/stitch" import { getContextPageFromReq } from ...
eessex/force-src/desktop/apps/artsy-v2/apps/search/searchMiddleware.tsx
import pylab as pl def panelplot(numRows, numCols): """ draw a panel of (numRows, numCols) plots with axes in the right places """ subplots = [] # no space between the panels pl.rcParams.update({'figure.subplot.wspace':0,'figure.subplot.hspace':0}) for i in range(numRows*numCols): ax...
Lowingbn/iccpy-figures/panelplot.py
Randall (lungsod sa Tinipong Bansa, Minnesota) - Wikipedia Tiganos: 46°05′28″N 94°30′13″W / 46.09108°N 94.50362°V / 46.09108; -94.50362 Randall (lungsod sa Tinipong Bansa, Minnesota) Alang sa ubang mga dapit sa mao gihapon nga ngalan, tan-awa ang Randall. 46°05′28″N 94°30′13″W / 46.09108°N 94.50362°V / 46.09108; ...
c4-ceb
package patterns.other.reactor.example; interface EventHandler { void handle(Event event); }
codetplace/design-patterns-java-src/patterns/other/reactor/example/EventHandler.java
/* * A Key Implementation * Nana C++ Library(http://www.nanapro.org) * Copyright(C) 2003-2017 Jinhao([email protected]) * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) * * @file: nana/key_type.hpp */ #ifndef NA...
LiveAsynchronousVisualizedArchitecture/lava-Brandisher/include/nana/key_type.hpp
Holiday House Aurora (Cortona, Italien) - Pensionat - anmeldelser - TripAdvisor Nr. 38 af 42 B&B’er/kroer i Cortona Via Italo Scotoni 41/A, 52044, Cortona, Italien Hotelfaciliteter og 5 websteder mere! 16 billeder mere Værelse/suite (4)Se album Badeværelse (4)Se album Hotel og udendørsarealer (2)Se album Se alle billed...
c4-da
/* * AscEmu Framework based on ArcEmu MMORPG Server * Copyright (c) 2014-2021 AscEmu Team <http://www.ascemu.org> * Copyright (C) 2008-2012 ArcEmu Team <http://www.ArcEmu.org/> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as...
Appled/AscEmu-src/shared/FastQueue.h
# Showing that $S_{n}^{2}$ converges to $\sigma ^{2}$ in probability Let $x_{1},...,x_{n} \sim F$ where the expected value of $F$ is $\mu$ and the variance is $\sigma^{2}$. $S_{n}^{2}=\frac{1}{n-1}\sum_{i=1}^{n}\left(x_{i}-\overline{x}\right)^{2}$ converges in probability to the variance. What I have tried so far is...
finemath-3plus
exports.ACCESS_KEY = '<PLEASE APPLY YOUR ACCESS KEY>'; exports.SECRET_KEY = '<DONT SEND YOUR SECRET KEY TO ANYONE>'; exports.USER_AGENT = 'qiniu nodejs-sdk v6.1.3'; exports.UP_HOST = 'http://up.qbox.me'; exports.RS_HOST = 'http://rs.qbox.me'; exports.RSF_HOST = 'http://rsf.qbox.me'; exports.RPC_TIMEOUT = 3600000; //...
MichaelTsao/yanpei-web/js/node_modules/leancloud-storage/node_modules/qiniu/qiniu/conf.js
var TextHelper = { zeroPad: function(value, length) { value = value.toString(); if (value.length >= length) { return value; } else { return this.zeroPad('0' + value, length); } }, dateText: function(time) { var d = new Date(); if (typeof time != 'undefined') { d = new Da...
rwaldron/jschat-lib/jschat/http/public/javascripts/app/helpers/text_helper.js
# GraphCL: Contrastive Self-Supervised Learning of Graph Representations Hakim Hafidi Mounir Ghogho TICLab, College of Engineering and Architecture, Universite Internationale de Rabat, Morocco Philippe Ciblat LTCI, Communications and Electronics Department, Telecom ParisTech, Institut Polytechnique de Paris, Franc...
2007.08025v1.mmd
# What is the Excel formula for subtracting dates? ## What is the Excel formula for subtracting dates? Type =C2-B2, and then press RETURN . Excel displays the result as the number of days between the two dates (104). Select cell D2. Excel adjusts the cell references automatically to include the correct values for eac...
finemath-3plus
export import ACM = require('./acm'); export import APIGateway = require('./apigateway'); export import ApplicationAutoScaling = require('./applicationautoscaling'); export import AppStream = require('./appstream'); export import AutoScaling = require('./autoscaling'); export import Batch = require('./batch'); export i...
Mangahigh/quizbot-alexa-src/node_modules/aws-sdk/clients/all.d.ts
// Generated by desperion protocol_builder #ifndef core_paddock_item_hpp #define core_paddock_item_hpp namespace protocol { struct paddock_item : object_item_in_role_play { item_durability_ptr durability; int16_t id() const override { return 185; } paddock_i...
scalexm/desperion-src/core/protocol/types/game/paddock/paddock_item.hpp
በዉኃ የሚያድገዉን ተክል ለዉኃ ማጣሪያ | ጤና እና አካባቢ | DW | 03.01.2017 በዉኃ የሚያድገዉን ተክል ለዉኃ ማጣሪያ በመላዉ ዓለም 750 ሚሊየን የሚሆን ህዝብ ንፁሕ ዉኃ የማግኘት ዕድል እንደሌለዉ በጎርጎሪዮሳዊዉ 2014 ዓ,ም በተባበሩት መንግሥታት የዓለም የጤና ድርጅት አማካኝነት የተሠራ አንድ ጥናት ያመለክታል። በተቅማጥ፣ በቂ ዉኃ ባለመጠጣት እንዲሁም የእጅን ንፅሕና በአግባቡ ባለመጠበቅ ምክንያት ደግሞ በዓመት የ842 ሺህ ሰዎች ሕይወት ይቀጠፋል። ዉኃ ማጣሪያ ተክል Permalink htt...
c4-am
/* * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
arodchen/MaxSim-maxine/com.oracle.max.c1x/src/com/sun/c1x/ir/UnsafeCast.java
/** * 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 applicable law or agreed to in writing, softw...
flex-oss/flex-ui-flex-ui-core/src/main/java/org/cdlflex/ui/resource/BootstrapThemeResourceReference.java
from setuptools import setup setup( name='bdranalytics', version='0.3', license='Apache License 2.0', author='bigdatarepublic', author_email='[email protected]', url='http://www.bigdatarepublic.nl', long_description="README.md", packages=['bdranalytics', 'bdranalytic...
BigDataRepublic/bdr-analytics-py-setup.py
// Created file "Lib\src\sensorsapi\sensorsapi" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, ...
Frankie-PellesC/fSDK-Lib/src/sensorsapi/sensorsapi0000004C.c
var searchData= [ ['mqtt_20client_20library_20for_20c',['MQTT Client library for C',['../index.html',1,'']]] ];
t-moe/mqttblesensors-cli/paho-1.0.3-Linux/share/doc/MQTTClient/html/search/pages_1.js
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by MGenTest.rc // #define IDS_APP_TITLE 103 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 101 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_...
rualark/MGen-MGenTest/Resource.h
package Clases; import java.sql.Date; public class Prestamo { private int id; private int id_cuenta; private double importe; private Date fecha; private int cant_cuotas; public int getId() { return id; } public void setId(int id) { this.id = id; } public int getId_cuenta() { return id_cuenta; } pub...
AdrianPautasso/Java-TPFinal-2016-src/Clases/Prestamo.java
/* * dselect - Debian package maintenance user interface * helpmsgs.h - external definitions for the list of help messages * * Copyright © 1995 Ian Jackson <[email protected]> * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as ...
guillemj/dpkg-dselect/helpmsgs.h
#define MICROPY_HW_BOARD_NAME "keithp.com snekboard" #define MICROPY_HW_MCU_NAME "samd21g18" #define MICROPY_HW_LED_STATUS (&pin_PA02) #define MICROPY_HW_NEOPIXEL (&pin_PB11) #define SPI_FLASH_MOSI_PIN &pin_PB22 #define SPI_FLASH_MISO_PIN &pin_PB03 #define SPI_FLASH_SCK_PIN &pin_PB23 #d...
adafruit/micropython-ports/atmel-samd/boards/snekboard/mpconfigboard.h
// Generated by CoffeeScript 1.10.0 var Escaper, Pattern; Pattern = require('./Pattern'); Escaper = (function() { var ch; function Escaper() {} Escaper.LIST_ESCAPEES = ['\\', '\\\\', '\\"', '"', "\x00", "\x01", "\x02", "\x03", "\x04", "\x05", "\x06", "\x07", "\x08", "\x09", "\x0a", "\x0b", "\x0c", "\x0d", "\x...
UnnikrishnanBhargavakurup/behavedrupal-themes/semanticui/libs/node_modules/yamljs/lib/Escaper.js
// Copyright (c) 2012 Ecma International. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-array.prototype.lastindexof es5id: 15.4.4.15-8-b-i-15 description: > Array.prototype.lastIndexOf - element to be retrieved is inherited accessor property on an ...
sebastienros/jint-Jint.Tests.Test262/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-b-i-15.js
// Locale support -*- C++ -*- // Copyright (C) 2000-2013 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by the // Free Software Foundation; e...
iains/darwin-gcc-4-8-libstdc++-v3/config/os/bsd/netbsd/ctype_inline.h
// // DropletViewController.h // Digital Ocean Manager // // Created by Philip Heinser on 05.04.13. // Copyright (c) 2013 Philip Heinser. All rights reserved. // #import <UIKit/UIKit.h> #import <MapKit/MapKit.h> #import <CoreLocation/CoreLocation.h> @interface DODropletViewController : UIViewController <UIActionS...
philipheinser/DigitalOcean-Manager-DigitalOceanManager/DODropletViewController.h
var app = (function(document) { 'use strict'; var docElem = document.documentElement, _userAgentInit = function() { docElem.setAttribute('data-useragent', navigator.userAgent); }, _foundationInit = function() { // if we see .js-randomize class, we will randomize items for Orbit slider $('.js-randomiz...
wpioneer/wptemplate-hyperstarter-static/js/app.js
'use strict'; var ListViewDataSource = require('ListViewDataSource'); var SwipeableListViewDataSource = function () { function SwipeableListViewDataSource(params) { var _this = this; babelHelpers.classCallCheck(this, SwipeableListViewDataSource); this._dataSource = new ListViewDataSource({ getR...
hoffmannmatheus/ppg-spot-ui-react-native-packager-cache-P4da/eKYVDiIK1c0vpgPRrk8C9c=/05/97a880f5f8d65109f733d3e0c49e6dbbc3f085SwipeableListViewDataSource.js
/* * Copyright (c) 2008-2018, Hazelcast, Inc. All Rights Reserved. * * 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 ...
dsukhoroslov/hazelcast-hazelcast/src/main/java/com/hazelcast/util/collection/ArrayUtils.java
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ // THIS CODE IS GENERATED - DO NOT MODIFY // See angular/tools/gulp-tasks/cldr/extract.js const u = undefined; func...
mgechev/angular-packages/common/locales/tzm.ts
/* * Copyright (C) 2012-2015 DataStax 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.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
mike-tr-adamson/java-driver-driver-core/src/main/java/com/datastax/driver/core/policies/IdentityTranslater.java
/* ========================================================= * rewritten by Amr Bedair <[email protected]> * @since booster v4.0.0-beta-2 * * ========================================================= */ (function($){ var checkedItems = []; /** * Init events for Bulk Actions * @param id string the ...
DeadLockMk1/Yogurt-yogurt/protected/extensions/booster/assets/js/jquery.saveselection.gridview.js
var baseUrl = '/marked/quality'; function Quality(){}; Quality.prototype = { list : function(){ htmlobj=$.ajax({url:baseUrl+"?action=list&module_flag="+$("#module_flag").val()+"&func_flag="+$("#func_flag").val()+"&tac_name="+encodeURI($("#tac_name").val())+"&ajaxid="+Math.random(),async:false}); $("#quali...
Superjom/webp-webp/webp/static/js/marked/quality.js
// // ExyGraph.h // ExyGraph // // Created by Henry Popp on 5/5/15. // Copyright (c) 2015 Henry Popp. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for ExyGraph. FOUNDATION_EXPORT double ExyGraphVersionNumber; //! Project version string for ExyGraph. FOUNDATION_EXPORT const unsigned ...
hpopp/ExyGraph-ExyGraph/ExyGraph.h
#!/usr/bin/env python from distutils.core import setup description = "A wrapper around Kenneth Reitz' tablib to work with Django models." VERSION = '2.2.2' setup( name='django-tablib', version=VERSION, author='Joshua Ourisman', author_email='[email protected]', url='http://bitbucket.org/Jos...
dimagi/django-tablib-setup.py
import angular from 'angular'; import {loginComponent} from './login.component'; const loginConfig = ($stateProvider) => { 'use strict'; $stateProvider .state('app.login', { url: '/login', layout: 'mainMenu', component: 'login' }); }; loginConfig.$inject = [...
GinesOrtiz/angularES6seed-src/app/components/auth/login/index.js
// // THEPeerNetworking.h // ThaliMobile // // Created by Brian Lambert on 5/13/15. // // #import <Foundation/Foundation.h> #import "THEPeerNetworkingDelegate.h" // THEPeerNetworking interface. @interface THEPeerNetworking : NSObject // Properties. @property (nonatomic, weak) id<THEPeerNetworkingDelegate> delegat...
thaliproject/ThaliMobile-iOS-ThaliMobile/Classes/THEPeerNetworking.h
import IndexList from './src/index-list.vue'; module.exports = IndexList;
varrant/xdc-blog-src/plugin/mint-ui/packages/index-list/index.js
/* */ module.exports = require('./test/index');
bhayden1/GarrisonPush-web/jspm_packages/npm/[email protected]/test.js
(function ($, window) { }).call(this, jQuery, window); $(document).ready(function () { $('[data-toggle="tooltip"]').tooltip(); $('.my-dropdown').dropdown(); $('.my-dropdown').tooltip(); }); jQuery(document).ready(function($) { $('.clickable_row tr').click(function() { window.document.location...
quaintm/octopus-octopus/static/js/script.js
/** * Created by Wayne on 16/3/16. */ 'use strict'; var city = require('../controllers/city'), userFilter = require('../../../libraries/filters/user'); module.exports = function (app) { app.route('/city/get').get(userFilter.requireUser, city.getCities); app.route('/city/set').get(userFilter.requireUser, cit...
hardylake8020/youka-server-tender/app/routes/city.server.routes.js
--<<card 导表开始>> local super = require "script.card.water.card132001" ccard232001 = class("ccard232001",super,{ sid = 232001, race = 3, name = "秘教暗影祭司", type = 201, magic_immune = 0, assault = 0, sneer = 0, atkcnt = 1, shield = 0, warcry = 1, dieeffect = 0, sneak = 0, ...
sundream/gamesrv-script/card/water/card232001.lua
// // SDLFileWrapper.h // SmartDeviceLink-iOS // // Created by Joel Fischer on 5/11/16. // Copyright © 2016 smartdevicelink. All rights reserved. // #import <Foundation/Foundation.h> #import "SDLFileManagerConstants.h" @class SDLFile; NS_ASSUME_NONNULL_BEGIN @interface SDLFileWrapper : NSObject @property (s...
smartdevicelink/sdl_ios-SmartDeviceLink/private/SDLFileWrapper.h
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
16