seed stringlengths 1 14k | source stringclasses 2
values |
|---|---|
[1, 4, 4, 3],
Float32(),
{'input': conv1}
)
s1 = Constant(
| ise-uiuc/Magicoder-OSS-Instruct-75K |
public const string URI = @"^(https|http|ftp|rtsp|mms)?://((([0-9a-z_!~*'().&=+$%-]+:)?[0-9a-z_!~*'().&=+$%-]+)@)?(([0-9]{1,3}\.){3}[0-9]{1,3}|[^`~!@#$%\^&*\\(\)=\+_\[\]{}\|;:\.'"",<>/\?]+|([0-9a-z_!~*'()-]+\.)*([0-9a-z][0-9a-z-]{0,61})?[0-9a-z]\.[a-z]{2,6})(:[0-9]{1,4})?((/?)|(/[0-9a-z_!~*'().;?:@&=+$,%#-/]+)+)$";
public const string URL = @"^(https|http)?://((([0-9a-z_!~*'().&=+$%-]+:)?[0-9a-z_!~*'().&=+$%-]+)@)?(([0-9]{1,3}\.){3}[0-9]{1,3}|[^`~!@#$%\^&*\\(\)=\+_\[\]{}\|;:\.'"",<>/\?]+|([0-9a-z_!~*'()-]+\.)*([0-9a-z][0-9a-z-]{0,61})?[0-9a-z]\.[a-z]{2,6})(:[0-9]{1,4})?((/?)|(/[0-9a-z_!~*'().;?:@&=+$,%#-/]+)+)$";
}
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
/// Formats the week header.
/// </summary>
/// <returns>The week header.</returns>
public string FormatWeekHeader()
{
string header = "";
foreach (int x in IterWeekDays())
{
header += $"{EthiopianLocalized.GetWeekDayName(x)}\t";
}
return header;
}
/// <summary>
/// Formats the month dates.
/// </summary>
| ise-uiuc/Magicoder-OSS-Instruct-75K |
subscription and device statuses extracted from the response.
"""
logger.debug('Sending request')
| ise-uiuc/Magicoder-OSS-Instruct-75K |
*
* This source code is licensed under the MIT license found in the
| ise-uiuc/Magicoder-OSS-Instruct-75K |
nome = input('Digite seu nome: ') # perguntando ao usuário
| ise-uiuc/Magicoder-OSS-Instruct-75K |
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
| ise-uiuc/Magicoder-OSS-Instruct-75K |
yf = yahoofinancials.YahooFinancials(ticker_symbol)
data = yf.get_historical_price_data(start_date, end_date, frequency)
return data
| ise-uiuc/Magicoder-OSS-Instruct-75K |
return envs | ise-uiuc/Magicoder-OSS-Instruct-75K |
t.challenge_bytes(b"HDKD-hard",&mut msk);
let mut chaincode = [0u8; 32];
t.challenge_bytes(b"HDKD-chaincode", &mut chaincode);
(MiniSecretKey(msk), ChainCode(chaincode))
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
| Routes
|--------------------------------------------------------------------------
|
| This file is dedicated for defining HTTP routes. A single file is enough
| for majority of projects, however you can define routes in different
| files and just make sure to import them inside this file. For example
|
| Define routes in following two files
| ├── start/routes/cart.ts
| ├── start/routes/customer.ts
|
| and then import them inside `start/routes.ts` as follows
|
| import './routes/cart'
| import './routes/customer'
| ise-uiuc/Magicoder-OSS-Instruct-75K |
VentStore(
entity_attributes["name"],
entity["id"],
entity_attributes["percent_open"],
| ise-uiuc/Magicoder-OSS-Instruct-75K |
import time
import subprocess
import commands
import rospy
import rostest
from rs_general.rs_general import get_camera_params_and_values, \
is_log_contains_keyword, LOGFILE
| ise-uiuc/Magicoder-OSS-Instruct-75K |
nativefier --icon ~/Pictures/icons/pandora.png --name 'Pandora' --maximize --single-instance --wildvine --inject no-scroll.css--verbose https://pandora.com
| ise-uiuc/Magicoder-OSS-Instruct-75K |
#include <boost/fusion/sequence/intrinsic/segments.hpp>
| ise-uiuc/Magicoder-OSS-Instruct-75K |
I32 => PaSampleFormat::paInt32,
I24 => PaSampleFormat::paInt24,
I16 => PaSampleFormat::paInt16,
I8 => PaSampleFormat::paInt8,
U8 => PaSampleFormat::paUInt8,
_ => return Err(Error::IncompatibleFormat(format)),
})
}
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
}
# test_url 'advert://advert.cct.lsu.edu:8080/'
# test_url ''
test_url 'sqlfastadvert://advert.cct.lsu.edu:8080/'
| ise-uiuc/Magicoder-OSS-Instruct-75K |
<h3>800 • 669 • 3474</h3>
</div>
</header>
<?php endif; ?>
| ise-uiuc/Magicoder-OSS-Instruct-75K |
return [
'totalBlogs' => $totalBlogs,
'totalVideos' => $totalVideos,
'totalMostViewBlogs' => $totalMostViewBlogs,
'totalTrendingBlogs' => $totalTrendingBlogs,
];
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
constructor();
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
public async setBearer(email: string): Promise<void> {
| ise-uiuc/Magicoder-OSS-Instruct-75K |
ConfiguredDecorator<?> bclib_getHeightmapSquare();
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
def __init__(__self__,
resource_name: str,/* Release 1.0.1 with new script. */
opts: Optional[pulumi.ResourceOptions] = None,/* Added v.0.3 changes */
| ise-uiuc/Magicoder-OSS-Instruct-75K |
def main():
try:
argc = len(sys.argv)
if argc == 2:
if sys.argv[1] == 'print':
print_log()
else:
| ise-uiuc/Magicoder-OSS-Instruct-75K |
disconnect_sql,
cache_breaker
)
from erigam.views import (
| ise-uiuc/Magicoder-OSS-Instruct-75K |
instances = None
if "app" in instancesJSON:
app_instances = instancesJSON["app"]
if "instances" in app_instances:
instances = app_instances["instances"]
if instances is not None:
log.debug(f"DN instances {instancesJSON['app']['instances']}")
return instancesJSON["app"]["instances"]
else:
log.warn("Incomplete or malformed JSON returned from DN node.")
| ise-uiuc/Magicoder-OSS-Instruct-75K |
//
// txtboxName
//
this.txtboxName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
this.txtboxName.Location = new System.Drawing.Point(62, 8);
this.txtboxName.Name = "txtboxName";
this.txtboxName.Size = new System.Drawing.Size(334, 24);
this.txtboxName.TabIndex = 1;
//
// label2
//
| ise-uiuc/Magicoder-OSS-Instruct-75K |
UdpOverTurnTransporter::<_, MessageEncoder<_>, MessageDecoder<_>>::new(turn_client);
// STUN client (over TURN)
let stun_channel = rustun::channel::Channel::new(StunUdpTransporter::new(transporter));
let stun_client = rustun::client::Client::new(&fibers_global::handle(), stun_channel);
// BINDING request
let request = Request::<rfc5389::Attribute>::new(rfc5389::methods::BINDING);
let response = track!(fibers_global::execute(
stun_client.call(stun_server_addr, request)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
return total
if __name__ == "__main__":
s = Solution()
assert s.trap([0,0,0,0]) == 0
assert s.trap([0,0,1,0,0]) == 0
assert s.trap([0,1,0,1,0]) == 1
assert s.trap([0,1,0,2,1,0,1,3,2,1,2,1]) == 6
| ise-uiuc/Magicoder-OSS-Instruct-75K |
revision = 1
sources = None
patches = tuple()
dependencies = tuple()
homepage = None
envvars = None
build_envvars = None
| ise-uiuc/Magicoder-OSS-Instruct-75K |
except ImportError:
from urllib import quote
class FreeMobileSMS(object):
def __init__(self, config=None):
self._URL = "https://smsapi.free-mobile.fr/sendmsg?user={0}&pass={1}&msg={2}"
| ise-uiuc/Magicoder-OSS-Instruct-75K |
# Create your models here.
| ise-uiuc/Magicoder-OSS-Instruct-75K |
from models.base import CustomBaseModel
| ise-uiuc/Magicoder-OSS-Instruct-75K |
return reverse_int
s = Solution()
print("Solution 1 : ", s.reverse(123))
print("Solution 2 : ", s.reverse(-123))
print("Solution 3 : ", s.reverse(120))
| ise-uiuc/Magicoder-OSS-Instruct-75K |
mle_path = build_rel_path("params/mle-params.yml")
baseline_params = base_params.update(default_path).update(mle_path, calibration_format=True)
all_scenario_dicts = get_all_scenario_dicts("LKA")
#scenario_params = [baseline_params.update(p) for p in scenario_paths]
scenario_params = [baseline_params.update(sc_dict) for sc_dict in all_scenario_dicts]
param_set = ParameterSet(baseline=baseline_params, scenarios=scenario_params)
ts_set = load_timeseries(build_rel_path("timeseries.json"))
notifications_ts = ts_set["notifications"].rolling(7).mean().loc[350::7]
death_ts = ts_set["infection_deaths"].loc[350:]
targets = [
NormalTarget(notifications_ts),
NormalTarget(death_ts),
| ise-uiuc/Magicoder-OSS-Instruct-75K |
ans = [(a[i], i) for i in range(len(a))]
A = sorted(ans, key = lambda x: (dg(x[0]), -x[1]))
return [c[0] for c in A]
| ise-uiuc/Magicoder-OSS-Instruct-75K |
import BaseRoute from './base';
import '../../css/card-pay/wallet.css';
import heroImageUrl from '@cardstack/web-client/images/dashboard/balances-hero.svg';
import summaryHeroImageUrl from '@cardstack/web-client/images/dashboard/balances-summary-hero.svg';
import { currentNetworkDisplayInfo as c } from '@cardstack/web-client/utils/web3-strategies/network-display-info';
| ise-uiuc/Magicoder-OSS-Instruct-75K |
'M1': {
'up': 4,
},
| ise-uiuc/Magicoder-OSS-Instruct-75K |
pendulum = packages[0]
pytzdata = packages[1]
requests = packages[2]
| ise-uiuc/Magicoder-OSS-Instruct-75K |
f.write('(context (opam (switch {0}) (name {0})))\n'.format(switch))
# Set up opam and the custom repository.
opam([
'init',
'--bare',
'--no-setup',
'--no-opamrc',
'--disable-sandboxing'
])
# Create all the switches.
| ise-uiuc/Magicoder-OSS-Instruct-75K |
def to_datetime(dict_date):
| ise-uiuc/Magicoder-OSS-Instruct-75K |
status_path = os.path.join(configuration.output_directory, "status", f"{user}.json")
exists = os.path.exists(status_path)
if not exists:
# Not an allocated user. Do nothing.
return {}
with open(annotations_path, "w+") as f:
json.dump({"annotations": json_annotations, "relations": json_relations}, f)
update_status_json(
status_path, sha, {"annotations": len(annotations), "relations": len(relations)}
)
return {}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
["text", "textarea", "email", "password", "tel", "number", "search", "file", "time", "date"],
"text"
)}"
| ise-uiuc/Magicoder-OSS-Instruct-75K |
BOOL r = ::FreeLibrary((HMODULE)handle);
return r ? RV() : BasicError::bad_system_call();
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
dout |= din
with pyrtl.otherwise:
dout |= 0
return dout[24-offset:32-offset]
# Test: collects only the 8 LSBs (after relu)
relu_in = pyrtl.Register(bitwidth=32, name='din')
relu_in.next <<= 300
offset = 24
dout = relu_nrml(relu_in, offset)
relu_out = pyrtl.Register(bitwidth=8, name='dout')
| ise-uiuc/Magicoder-OSS-Instruct-75K |
prNonBlank = mat[t, c] * last.entries[labeling].prBlank
else:
prNonBlank = mat[t, c] * last.entries[labeling].prTotal
# add beam at current time-step if needed
addBeam(curr, newLabeling)
# fill in data
| ise-uiuc/Magicoder-OSS-Instruct-75K |
completionHandler: @escaping (CheckNameAvailabilityResultProtocol?, Error?) -> Void) -> Void {
client.executeAsync(command: self) {
(result: CheckNameAvailabilityResultData?, error: Error?) in
completionHandler(result, error)
}
}
}
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
*
* (c) <NAME> <<EMAIL>>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Phlexible\Component\AccessControl\Model;
/**
| ise-uiuc/Magicoder-OSS-Instruct-75K |
net = build_network(opt)
return net
def get_fstrn():
opt = {'type': 'FSTRN', 'ks': 3, 'nf': 64}
net = build_network(opt)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
from colossalai.utils.cuda import get_current_device
from colossalai.utils.memory import colo_device_memory_capacity, colo_set_process_memory_fraction
from colossalai.zero.init_ctx import ZeroInitContext
from colossalai.zero.sharded_model import ShardedModelV2
| ise-uiuc/Magicoder-OSS-Instruct-75K |
if __name__ == "__main__":
management.execute_from_command_line()
| ise-uiuc/Magicoder-OSS-Instruct-75K |
ans = [0, 4, 6, 12, 11, 12, 7, 3, 4, 9]
G, n = build_graph(pairs)
res = list(solve(G, n, 0))
self.assertListEqual(ans, res)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
protected function _connect()
{
extract($this->_config, EXTR_SKIP);
$dsn = isset($unix_socket) ?
'mysql:unix_socket='.$unix_socket.';dbname='.$dbname :
'mysql:dbname='.$dbname.';host='.$host.(isset($port) ? ';port='.$port : '');
$options = isset($options) ? $options + $this->_options : $this->_options;
| ise-uiuc/Magicoder-OSS-Instruct-75K |
return $this->app[$controllerName];
}
}
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
| ise-uiuc/Magicoder-OSS-Instruct-75K |
x = read_file(cut_file)
return x,y
def write_file(filename, x, y):
with open(filename,'a', encoding='utf8') as f:
if isinstance(x, str) and isinstance(y, str):
| ise-uiuc/Magicoder-OSS-Instruct-75K |
from pylusat._version import __version__
| ise-uiuc/Magicoder-OSS-Instruct-75K |
}
}
println!("Checksum: {}", two_duplicates * three_duplicates);
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
for k in range(self.group):
if (math.fabs(OldMin[k]-LocalMin[k])<self.acc_err):
LocalLimitCount[k]=LocalLimitCount[k]+1
else:
LocalLimitCount[k]=0
# ========================== X X X ======================== #
# ================= Function: GlobalLearning() ================ #
def GlobalLearning(self):
| ise-uiuc/Magicoder-OSS-Instruct-75K |
number = Mod(3, 5)
modified = number
| ise-uiuc/Magicoder-OSS-Instruct-75K |
migrations.AlterUniqueTogether(
| ise-uiuc/Magicoder-OSS-Instruct-75K |
[
{
'constraint_id': 'ROLE',
| ise-uiuc/Magicoder-OSS-Instruct-75K |
data = json.load(f)
output_path = path.replace('convert', 'triplets').replace('json', 'txt')
| ise-uiuc/Magicoder-OSS-Instruct-75K |
for i in p:
j = ord(i) - 97
if 0 <= j < 26:
x[j] += 1
ans += len([k for k in x if k == q])
p = ""
q = 0
else:
p += line
q += 1
print(ans)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
print("Finished")
| ise-uiuc/Magicoder-OSS-Instruct-75K |
// success: function(data) {
// $('[name="perihal"]').val(data.perihal);
// $('[name="pembuka"]').val(data.pembuka);
// $('[name="ket1"]').val(data.ket1);
// $('[name="penutup"]').val(data.penutup);
// $('[name="pimpinan"]').val(data.pimpinan);
// $('[name="jabatan"]').val(data.jabatan);
| ise-uiuc/Magicoder-OSS-Instruct-75K |
#include "private/qv4functionobject_p.h"
#include "private/qv4errorobject_p.h"
#include "private/qv4globalobject_p.h"
#include "private/qv4codegen_p.h"
#include "private/qv4isel_moth_p.h"
#include "private/qv4vme_moth_p.h"
#include "private/qv4objectproto_p.h"
#include "private/qv4isel_p.h"
#include "private/qv4mm_p.h"
#include "private/qv4context_p.h"
#include "private/qv4script_p.h"
#include "private/qv4string_p.h"
| ise-uiuc/Magicoder-OSS-Instruct-75K |
# visited.add(node)
# ordering.append(node)
# # add the unvisited nbrs to the stack
# nodes = adjacency[node] - visited
# if nodes:
| ise-uiuc/Magicoder-OSS-Instruct-75K |
def test_rule_commonSupertermInListRepresentsSubtermsWithLessRepresentativePower():
tbsGsIDsList=[['term1', 'term2', 'term3', 'term4']]
termSummary=initializeTermSummary(tbsGsIDsList)
geneSetsDict={
'term1':{'A','B','C'},
'term2':{'G','H'},
'term3':{'A','B','C','D','G','H'},
'term4':{'A','B','D'}
}
termSummary=applyRule(termSummary, geneSetsDict, 2000, supertermRepresentsLessSignificantSubterm)
assert termSummary==[
['term1', ['term1'], 1],
['term2', ['term2'], 2],
['term3', ['term3','term4'], 3],
| ise-uiuc/Magicoder-OSS-Instruct-75K |
// In UI tests it is usually best to stop immediately when a failure occurs.
continueAfterFailure = false
// In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this.
}
override func tearDownWithError() throws {
// Put teardown code here. This method is called after the invocation of each test method in the class.
| ise-uiuc/Magicoder-OSS-Instruct-75K |
DATA_RELEASE_NOTES,
DATA_RELEASE_TITLE,
DEFAULT_HEADERS,
)
from .exceptions import OpVersionInputException
URL = "https://openpeerpower.io/version.json"
class OpVersionOpio(OpVersionBase):
"""Handle versions for the openpeerpower.io source."""
| ise-uiuc/Magicoder-OSS-Instruct-75K |
window.show()
sys.exit(app.exec()) | ise-uiuc/Magicoder-OSS-Instruct-75K |
CLD2::Language langs[3] = {CLD2::UNKNOWN_LANGUAGE, CLD2::UNKNOWN_LANGUAGE, CLD2::UNKNOWN_LANGUAGE};
int percents[3] = {0,0,0};
double scores[3] = {0.0, 0.0, 0.0};
bool reliable = false;
int text_bytes;
int valid_prefix_bytes;
CLD2::ResultChunkVector chunks;
CLD2::ExtDetectLanguageSummaryCheckUTF8(text.data(), text.size(), true, &NO_HINT, 0, &langs[0], &percents[0], &scores[0], &chunks, &text_bytes, &reliable, &valid_prefix_bytes);
| ise-uiuc/Magicoder-OSS-Instruct-75K |
)
setup(**setup_args)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
return time.strftime('%y-%m-%d %H:%M:%S', time_array)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
private function addProductToSlot(ProductInterface $product, ProductBundleSlotInterface $slot): void
{
| ise-uiuc/Magicoder-OSS-Instruct-75K |
struct S;
impl<'a> Trait for &'a mut S {}
fn foo<X>(_: X)
where
for<'b> &'b X: Trait,
{
}
fn main() {
let s = S;
foo::<S>(s); //~ ERROR the trait bound `for<'b> &'b S: Trait` is not satisfied
| ise-uiuc/Magicoder-OSS-Instruct-75K |
from cabot.cabotapp.alert import AlertPlugin, AlertPluginUserData
from os import environ as env
import requests
pushover_alert_url = "https://api.pushover.net/1/messages.json"
| ise-uiuc/Magicoder-OSS-Instruct-75K |
new_menuitem.assert_called_with(label='Stuff', parent='mockedmenu')
new_menuitem.return_value = "mockedmenuitem2"
nestedm = mm.create_menu('Nested Stuff', stuffm)
new_menuitem.assert_called_with(label='Nested Stuff', parent='mockedmenuitem1')
try:
mm.create_menu('Nested Stuff', stuffm)
except errors.MenuExistsError:
pass
else:
raise AssertionError('Creating the same menu twice should raise an exception!')
assert mm.menus['Jukebox'] is jm
| ise-uiuc/Magicoder-OSS-Instruct-75K |
"dropout": 0.5,
| ise-uiuc/Magicoder-OSS-Instruct-75K |
sieveOFEratosthenes[1] = 0
sieveOFEratosthenes[2] = 0
listOfPrimes = np.array([2])
currPrime = 2
sieveOFEratosthenes[currPrime::currPrime] = 0
primeCount = 1
while (primeCount < n):
currPrime = np.where(sieveOFEratosthenes==1)[0][0]
sieveOFEratosthenes[currPrime::currPrime] = 0
listOfPrimes = np.append(listOfPrimes,currPrime)
primeCount = primeCount + 1
return listOfPrimes[-1] | ise-uiuc/Magicoder-OSS-Instruct-75K |
other (Optional[int]): how many times all the other frames of a cycle repeats
default is 1.
| ise-uiuc/Magicoder-OSS-Instruct-75K |
"in_reply_to_id": "In-Reply-To",
"list_id": "List-Id",
"subject": "Subject",
| ise-uiuc/Magicoder-OSS-Instruct-75K |
OpenXmlValidator validator = new OpenXmlValidator();
var errors = validator.Validate(doc.WordprocessingDocument);
Assert.AreEqual(0, errors.Count());
}
}
[Test]
public void TestElement()
{
using (MemoryStream mem = new MemoryStream())
{
WordDocument doc = new WordDocument(mem);
doc.Process(new HtmlParser("<test>one</test>"));
| ise-uiuc/Magicoder-OSS-Instruct-75K |
#!/bin/bash
input=$1
while IFS= read -r line
do
word1=$(echo $line | awk '{print $1}')
echo mkdir /home/clusterhome/$word1
echo chown $word1:regular /home/clusterhome/$word1
mkdir /home/clusterhome/$word1
chown $word1:regular /home/clusterhome/$word1
done < "$input"
| ise-uiuc/Magicoder-OSS-Instruct-75K |
class Console:
"""Attributes:
screen,
height,
width,
"""
def refresh(self, screen, xy):
pass
def prepare(self):
pass
| ise-uiuc/Magicoder-OSS-Instruct-75K |
"echo {command} {version} is already installed".format(
command=command, version=version
)
)
return
tempdir = get_tempdir_fab(run_command=run)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
transforms.CenterCrop(84),
transforms.ToTensor(),
transforms.Normalize(mean=[0.485, 0.456, 0.406],
std=[0.229, 0.224, 0.225])
])
def _load_dataset(self):
path = self.root
| ise-uiuc/Magicoder-OSS-Instruct-75K |
from random import shuffle
import time
import pyqrcode
import png
| ise-uiuc/Magicoder-OSS-Instruct-75K |
@admin.register(Discount)
class DiscountAdmin(admin.ModelAdmin):
| ise-uiuc/Magicoder-OSS-Instruct-75K |
ui->bibliographyBLineEdit->insertPlainText(bibliography2);
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
__all__ = [s for s in dir() if not s.startswith('_')]
| ise-uiuc/Magicoder-OSS-Instruct-75K |
Arguments:
f: A grammar function - see efilter.parsers.common.grammar. Must
return TokenMatch or None.
args: Passed to 'f', if any.
Returns:
Instance of efilter.parsers.common.grammar.TokenMatch or None.
Comment:
| ise-uiuc/Magicoder-OSS-Instruct-75K |
m_alDevice = nullptr;
}
}
int ALAudioDevice::deviceSamplingRate()
{
return 44100;
}
void ALAudioDevice::updateProcess()
{
| ise-uiuc/Magicoder-OSS-Instruct-75K |
'totalSignals' => $totalSignals,
'page' => $page,
'perPage' => $perPage)); ?> | ise-uiuc/Magicoder-OSS-Instruct-75K |
scope_prefix = 'subscribe_data'
form_name = 'my_form'
class Meta:
model = SubscribeUser
fields = ['full_name', 'avatar', 'permit']
| ise-uiuc/Magicoder-OSS-Instruct-75K |
};
return dateObj.toLocaleDateString(undefined, options);
};
| ise-uiuc/Magicoder-OSS-Instruct-75K |
echo $(gitlab_all_subgroups $next)
done
done
}
function collect_all {
log "collecting for ${ROOT_IDS}:"
| ise-uiuc/Magicoder-OSS-Instruct-75K |
use DB;
class ClientExport implements FromCollection, WithHeadings
{
/**
* @return \Illuminate\Support\Collection
*/
public function collection()
{
$fields = "'inn','fullName','phoneNumber','organizationName','address','region','registration','initiator','date_added'";
| ise-uiuc/Magicoder-OSS-Instruct-75K |
import datetime
import logging
| ise-uiuc/Magicoder-OSS-Instruct-75K |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.