seed stringlengths 1 14k | source stringclasses 2
values |
|---|---|
dependencies = [
('lowfat', '0133_auto_20180418_1630'),
| ise-uiuc/Magicoder-OSS-Instruct-75K |
let proto = self.base_mapper();
let mask = proto.prg_mask;
for slot in start_slot..=end_slot {
proto.prg_pages[slot as usize] = page_addr & mask;
page_addr += 0x100;
}
}
fn select_chr_page(&mut self, slot: u16, page: u16, chr_memory_type: ChrMemoryType) {
| ise-uiuc/Magicoder-OSS-Instruct-75K |
public abstract class Machine {
private Platform platform;
public Machine(Platform platform) {
this.platform = platform;
}
public void run() {
this.platform.info();
}
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
public void SetDefault<TType, TConverter>(Func<TypeInfo, PropertyInfo, TConverter> factory = null)
where TConverter : ValueConverter<TType>
=> SetDefault(typeof(TType), typeof(TConverter), factory);
public void SetDefault(Type type, Type converterType, Func<TypeInfo, PropertyInfo... | ise-uiuc/Magicoder-OSS-Instruct-75K |
}
}
}
}
}
static ENDPOINT: &str = "https://smartdevicemanagement.googleapis.com";
fn dump_list(list: &Vec<Value>, prefix: &str) {
for value in list {
| ise-uiuc/Magicoder-OSS-Instruct-75K |
fi
for key in "${!value_of[@]}"
do
value=${value_of[$key]}
if test -f $CONFFILE && grep -qE "^$key\s*=" $CONFFILE; then
sed -i "s/^${key}\s*=.*/${key}=${value}/" $CONFFILE
| ise-uiuc/Magicoder-OSS-Instruct-75K |
from unittest import TestCase
| ise-uiuc/Magicoder-OSS-Instruct-75K |
super.viewDidLoad()
// Do any additional setup after loading the view.
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
| ise-uiuc/Magicoder-OSS-Instruct-75K |
/**
* TorrentPier – Bull-powered BitTorrent tracker engine
*
* @copyright Copyright (c) 2005-2018 TorrentPier (https://torrentpier.com)
* @link https://github.com/torrentpier/torrentpier for the canonical source repository
* @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License... | ise-uiuc/Magicoder-OSS-Instruct-75K |
let cookies: Value = client
| ise-uiuc/Magicoder-OSS-Instruct-75K |
# self.assertEqual(enaa.AuthMethodFactory.getAuthMethod("google_auth").__class__,
# enag.GoogleAuthMethod)
def testGetTokenInJSON(self):
import emission.net.api.bottle as enab
import io
user_data = io.StringIO()
user_data.write(json.dumps({'user': "test_token"}... | ise-uiuc/Magicoder-OSS-Instruct-75K |
This is a new feature, so there is no impact on existing code.
----------
[Previous](@previous) | [Next](@next)
*/
| ise-uiuc/Magicoder-OSS-Instruct-75K |
#
# Indico is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see the
# LICENSE file for more details.
from datetime import datetime, timedelta
import pytest
from indico.modules.rb.models.reservations import RepeatFrequency
pytest_plugins = 'indico.modules.rb.testing.f... | ise-uiuc/Magicoder-OSS-Instruct-75K |
set_custom_attribute('course_import_failure_error_message', exc_message)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
while (n --> 0) {
cin >> t;
if (t == 1) {
cin >> pos >> val;
T.change(pos, val);
} else {
cin >> l >> r;
cout << T.get(l, r) << '\n';
}
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
import Foundation
enum WorkerStatus{
| ise-uiuc/Magicoder-OSS-Instruct-75K |
load_dotenv()
| ise-uiuc/Magicoder-OSS-Instruct-75K |
# # add colour bar
# cbaxes = fig.add_axes([0.65, 0.42, 0.01, 0.43]) # [left, bottom, width, height]
# colourbar_generator = colour_generator
# colourbar_generator.set_array([0,0]) # array here just needs to be something iterable – norm and cmap are inherited
# # from colour_ge... | ise-uiuc/Magicoder-OSS-Instruct-75K |
from bytepatches.ops import Opcode, sync_ops, LOAD_FAST, STORE_FAST, JumpOp, LOAD_NAME, STORE_NAME
from bytepatches.parser import Parser
from bytepatches.utils import patch_function, make_bytecode
class OpNotFound(Exception):
pass
| ise-uiuc/Magicoder-OSS-Instruct-75K |
container.bind<interfaces.Container>(Container).toConstantValue(layer.container);
container.bind<IConfig>(IConfigKey).to(Config).inSingletonScope();
container.load(loggingModule);
container.bind<ILoggerConfig>(ILoggerConfigKey).to(LoggerConfig);
container.bind<ILoggerFactory>(ILoggerFactoryKey).to(L... | ise-uiuc/Magicoder-OSS-Instruct-75K |
public void SetDifficultyLevel(int level)
{
difficultySetting.value = level;
}
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
{
provide: AgendaService,
useFactory: async (options) => {
| ise-uiuc/Magicoder-OSS-Instruct-75K |
from electrum_gui.common.provider.chains.btc.clients.blockbook import BlockBook
| ise-uiuc/Magicoder-OSS-Instruct-75K |
'widget' => 'single_text',
'attr' => [
'class' => 'datepicker',
'data-provide' => 'datepicker',
]
]
)
->add('motivo')
->add(
'tipoBaixa',
... | ise-uiuc/Magicoder-OSS-Instruct-75K |
///
/// [`wait`](#method.wait) will return
/// [`nb::Error::WouldBlock`](https://docs.rs/nb/0.1.2/nb/enum.Error.html#variant.WouldBlock)
/// until this amount of time has passed.
///
/// Calling this method before the time has fully ellapsed will reset the
/// timer.
fn start<T>(&mut sel... | ise-uiuc/Magicoder-OSS-Instruct-75K |
# @Copyright (c) 2019 MinghuiGroup, Soochow University
| ise-uiuc/Magicoder-OSS-Instruct-75K |
if len(sys.argv) < 4:
print("Usage: cryptolocker.py <SOURCE_FILE> <DESTINATION_FILE> <KEY>")
sys.exit(2)
if len(sys.argv[3]) < 7:
print("Key is too short!")
sys.exit(2)
if len(sys.argv[3]) > 11:
print("Key is too long!")
sys.exit(2)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
def push(self, change_type):
push_contact_change.delay(self.pk, change_type)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
let provided_address = path.into_inner();
for address in SETTING.get_dao().dao_addresses.iter() {
| ise-uiuc/Magicoder-OSS-Instruct-75K |
tmp += np.log(alpha) - ((j - i) / (beta * L))
else:
tmp += np.log(1 - alpha * np.exp((i - j) / (beta * L)))
return tmp
class CWGMetropolis(pm.Metropolis):
""" A PyMC Step Method that walks on connected Waxman Graphs by
choosing two distinct nodes at ... | ise-uiuc/Magicoder-OSS-Instruct-75K |
<meta name="keywords" content="New Mexico, NM, College, University, Transfer, Higher Ed, UNM, ENMU, NMSU, NM Tech, WNMU, NMHU, IAIA, Navajo Tech, NNMC, CNM, CCC, Dine, Roswell, Ruidoso, LCC, Mesalands, NM Junior College, NMMI, NMSU Alamogordo, NMSU Carlsbad, NMSU Dona Ana, NMSU Grants, SJC, SFCC, SIPI, UNM Gallup, UN... | ise-uiuc/Magicoder-OSS-Instruct-75K |
]
# Application definition
| ise-uiuc/Magicoder-OSS-Instruct-75K |
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may... | ise-uiuc/Magicoder-OSS-Instruct-75K |
#define MAX_BACKUP_ITEM_DATA_LEN 256
#endif
| ise-uiuc/Magicoder-OSS-Instruct-75K |
grid_size = int(np.sqrt(n))
fig, ax_array = plt.subplots(nrows=grid_size, ncols=grid_size, sharex=True, sharey=True, figsize=(8, 8))
for r in range(grid_size):
for c in range(grid_size):
ax_array[r, c].imshow(first_n_images[grid_size * r + c].astype(np.uint8))
plt.xticks(np.a... | ise-uiuc/Magicoder-OSS-Instruct-75K |
export default function InvalidSwarmHash(): ReactElement {
return (
<LayoutContent>
<AlertOctagon size={48} strokeWidth={0.5} />
<Typography variant="subtitle1">{text.invalidSwarmHash.header}</Typography>
| ise-uiuc/Magicoder-OSS-Instruct-75K |
public class ErrorMsg {
@JsonProperty(value = "errcode")
private long errCode;
@JsonProperty(value = "errmsg")
private String errMsg;
public ErrorMsg(OrderException e) {
errCode = e.getErrCode();
errMsg = e.getErrMsg();
}
public ErrorMsg(long errCode, String errMsg) {
| ise-uiuc/Magicoder-OSS-Instruct-75K |
catch {
print(error.localizedDescription)
}
}
}
}
struct AchievementsCardView: View {
@Binding var achievementViewModel: AchievementViewModel
var body: some View {
LazyVStack {
ZStack {
AsyncImage(url: achievementViewModel... | ise-uiuc/Magicoder-OSS-Instruct-75K |
)):
| ise-uiuc/Magicoder-OSS-Instruct-75K |
then
vw --compressed -d data/vw_input/dev.sentence.${WEIGHT}.vw_input.gz --early_terminate 100 -k --keep l --keep g --keep a -q ga -b 28 --loss_function logistic -f data/models/sentence.full.${WEIGHT}.la.vw
vw --compressed -t --keep l --keep g --keep a -q ga -d data/vw_input/test.sentence.${WEIGHT}.vw_input.gz ... | ise-uiuc/Magicoder-OSS-Instruct-75K |
"""
KinesisStreamEvent
https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html
Attributes:
----------
Records: List[:py:class:`KinesisStreamRecord`]
"""
Records: List[KinesisStreamRecord]
| ise-uiuc/Magicoder-OSS-Instruct-75K |
use Illuminate\Support\Facades\Validator;
| ise-uiuc/Magicoder-OSS-Instruct-75K |
<reponame>ajayiagbebaku/NFL-Model<gh_stars>10-100
# Copyright (c) 2010-2021 openpyxl
from .tokenizer import Tokenizer
| ise-uiuc/Magicoder-OSS-Instruct-75K |
// remove static offset
el.style.bottom = 'auto';
el.style.right = 'auto';
| ise-uiuc/Magicoder-OSS-Instruct-75K |
from selenium import webdriver
import time
driver = webdriver.PhantomJS(executable_path=r'E:\Documents\Apps\phantomjs-2.1.1-windows\bin\phantomjs.exe')
driver.get("https://movie.douban.com/typerank?type_name=剧情&type=11&interval_id=100:90&action=")
| ise-uiuc/Magicoder-OSS-Instruct-75K |
"Caribbean", "LatinAmerica", "Australia", "NorthAmerica", "Pacific", "Europe", };
//this.DateMin = DateTime.MinValue;
//this.DateMax = DateTime.MaxValue;
}
public override bool Filter(object item)
{
var wc = item as WorldCountry;
if... | ise-uiuc/Magicoder-OSS-Instruct-75K |
urlRequestCachePolicy: URLRequest.CachePolicy)
throws
-> BridgedUrlRequestCachePolicy
}
#endif
| ise-uiuc/Magicoder-OSS-Instruct-75K |
c = conn.cursor()
# enable foreign keys
c.execute('PRAGMA foreign_keys = ON')
c.execute(f'DROP TABLE IF EXISTS {images_table}')
c.execute(f'DROP TABLE IF EXISTS {faces_table}')
# create images table
c.execute(f'CREATE TABLE IF NOT EXISTS {images_table} ('
f'{image_id_col[0]} {image_id_col[1]} UNIQUE NOT NU... | ise-uiuc/Magicoder-OSS-Instruct-75K |
kafka-console-producer --topic xml-order-topic --broker-list localhost:9092
kafka-console-consumer --bootstrap-server localhost:9092 --topic india-orders --from-beginning --property print.key=true --property key.separator=":"
kafka-console-consumer --bootstrap-server localhost:9092 --topic abroad-orders --from-beginn... | ise-uiuc/Magicoder-OSS-Instruct-75K |
}
random = Random.Range(0, 100);
if (random <= spawnFrequency && !playerControllerScript.gameOver && Mathf.Abs(theCamera.transform.position.z - transform.position.z) < distance)
{
//int temp = Random.Range(0, preFabs.Length);
//Instantiate(preFabs[temp], spawnPoi... | ise-uiuc/Magicoder-OSS-Instruct-75K |
except splunklib.binding.HTTPError as e:
| ise-uiuc/Magicoder-OSS-Instruct-75K |
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Solution {
private:
TreeNode* buildTree(vector<int>& nums, int begin, int end) {
if (begin > end) return NULL;
int mid = (begin + end) / 2;
TreeNode* node = new TreeNode(nums[mid]);
| ise-uiuc/Magicoder-OSS-Instruct-75K |
void flushReady(ReplicatedLogImpl *rl, yaraft::Ready *rd) {
yaraft::pb::HardState *hs = nullptr;
std::unique_ptr<yaraft::Ready> g(rd);
// the leader can write to its disk in parallel with replicating to the followers and them
// writing to their disks.
// For more details, check raft thesis 10.2.... | ise-uiuc/Magicoder-OSS-Instruct-75K |
'8': 'eight',
'9': 'nine',
'.': 'and',
}
def number_to_str(number: Union[int, float]) -> str:
"""
>>> number_to_str(1969)
'one thousand nine hundred sixty nine'
>>> number_to_str(31337)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
def main(update_frequency=None):
global event_loop
try:
# initialize handler and set update frequency (or use the default)
agent = ax_interface.Agent(SonicMIB, update_frequency or DEFAULT_UPDATE_FREQUENCY, event_loop)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
Vector3<Real> movedV2 = mTriangle->V[2] + t*velocity1;
Segment3<Real> movedSeg(movedCenter, mSegment->Direction,
mSegment->Extent);
Triangle3<Real> movedTriangle(movedV0, movedV1, movedV2);
return DistSegment3Triangle3<Real>(movedSeg, movedTriangle).GetSquared();
}
//----------------------... | ise-uiuc/Magicoder-OSS-Instruct-75K |
data = {
| ise-uiuc/Magicoder-OSS-Instruct-75K |
super();
this.endDate = endDate;
this.startDate = startDate;
this.weekNumber = weekNumber;
}
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
newName: "IPv4Address");
migrationBuilder.CreateTable(
name: "DHCPv4LeaseEntries",
columns: table => new
{
Id = table.Column<Guid>(type: "TEXT", nullable: false),
LeaseId = table.Column<Guid>(type: "TEXT... | ise-uiuc/Magicoder-OSS-Instruct-75K |
from typing import List
from sqlalchemy import extract
from sqlalchemy.orm import Session
from app.models.invoice import Invoice
from app.schemas.invoice import InvoiceCreate
from sqlalchemy.sql.elements import and_
def get_invoices(db: Session, skip: int = 0, limit: int = 100) -> List[Invoice]:
| ise-uiuc/Magicoder-OSS-Instruct-75K |
#[error("fragment uses reserved name: {name:?}. Reserved names are {reserved:?}")]
FragmentUsesReservedName { name: String, reserved: String },
#[error("recursive dependency in name:({name:?}) fragment:{fragment:?}")]
RecursiveDependency { name: String, fragment: String },
#[error("expansion failed for name:({na... | ise-uiuc/Magicoder-OSS-Instruct-75K |
@staticmethod
def _count_failed_builds(build_list) -> Tuple[int, int]:
failed_builds = 0
failed_pr_builds = 0
| ise-uiuc/Magicoder-OSS-Instruct-75K |
base=`basename $i .ndl`
process $i > ${base}_ndr.c || {
echo "ndrgen error";
rm ${base}_ndr.c;
}
done
| ise-uiuc/Magicoder-OSS-Instruct-75K |
class Profile(object):
def __init__(self, data):
self.id = data.get("identifier")
self.store = Store(data.get("store"))
def __str__(self):
return f"{self.id} {self.store}"
| ise-uiuc/Magicoder-OSS-Instruct-75K |
if __name__ == "__main__":
ans = main()
print(ans)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
<filename>resources/views/store/index.blade.php
@extends('store.template')
@section('content')
@include('store.partials.slider')
<br>
<div id="prod-" class="container text-center">
<div id="products">
@foreach ($products as $product)
<div class="product white-panel">
<h3>{{ $... | ise-uiuc/Magicoder-OSS-Instruct-75K |
*
* @param int $id
* @return \Illuminate\Http\Response
*/
public function show($id)
{
//
}
/**
| ise-uiuc/Magicoder-OSS-Instruct-75K |
ListElement |
BulletedElement |
NumberedElement |
CheckboxElement;
| ise-uiuc/Magicoder-OSS-Instruct-75K |
} else {
return null;
}
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
X_IZZI_MD[-1]=X_arai[i]
Y_IZZI_MD[-1]=Y_arai[i]
| ise-uiuc/Magicoder-OSS-Instruct-75K |
Digest
}
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
device = broadlink.hysen((strHost,80),macbytes,strType)
print device.auth()
data = device.get_full_status()
print data
| ise-uiuc/Magicoder-OSS-Instruct-75K |
else:
cli_text = dev.execute(f'show cdp neighbors {ifname} detail')
if "Total cdp entries displayed : 0" in cli_text:
return None
device = first(re.findall('Device ID:(.*)$', cli_text, re.M))
if device and '.' in device:
device = first(device.split('.'))
platform = ... | ise-uiuc/Magicoder-OSS-Instruct-75K |
db_entries = (sunpings, sunservers)
for db_entry in db_entries:
await self.pool.execute(db_entry)
async def add_server(self, numip: str, owner_id: int, port: int = 25565):
"""
Добавляет в дата базу новый сервер
:param numip: цифровое айпи IPv4 сервера
... | ise-uiuc/Magicoder-OSS-Instruct-75K |
curl -L https://golang.org/dl/go1.16.6.linux-amd64.tar.gz | tar -C /usr/local -xzf -
ln -s /usr/local/go/bin/go /usr/local/bin/go
| ise-uiuc/Magicoder-OSS-Instruct-75K |
$EXEPATH/trustm_protected_update -k 0xe140 -m manifest_e140_p3_i.dat -f fragment_e140_p3_i.dat
echo "read out metadata for 0xE140"
$EXEPATH/trustm_metadata -r 0xe140 -X
#~ echo "Reset version tag for 0xE140(For testing Purpose)"
#~ echo "Write metadata for 0xE140"
#~ echo -e -n \\x20\\x04\\xC1\\x02\\x00\\x00 >version... | ise-uiuc/Magicoder-OSS-Instruct-75K |
def happyLadybugs(b):
for a in set(b):
if a != "_" and b.count(a) == 1:
return "NO"
if b.count("_") == 0:
for i in range(1,len(b)-1):
if b[i-1]!=b[i] and b[i+1]!=b[i]:
return "NO"
return "YES"
| ise-uiuc/Magicoder-OSS-Instruct-75K |
<gh_stars>1-10
"""Copyright <NAME> 2021, MIT License."""
| ise-uiuc/Magicoder-OSS-Instruct-75K |
df = pd.read_hdf(results)
scorer = 'reichler'
joints = list(np.unique(df.columns.get_level_values(1)))
cmap = plt.cm.get_cmap(cmap_name, len(joints))
| ise-uiuc/Magicoder-OSS-Instruct-75K |
import { Image } from '../../types';
import ShopCartList from './ShopCartList';
interface ShopCartProps {
cart: Image[];
total: number;
length: number;
removeFromCart: (item: Image) => void;
clearCart: () => void;
UseDiscountCode: (code: keyof Record<string, number>) => void;
}
function ShopCart({
cart,... | ise-uiuc/Magicoder-OSS-Instruct-75K |
from pymedphys._trf.manage.identify import identify_logfile as identify
| ise-uiuc/Magicoder-OSS-Instruct-75K |
#-- StepId : 127969
#-- StepName : Reco14c for MC - 2012
#-- ApplicationName : Brunel
#-- ApplicationVersion : v43r2p11
#-- OptionFiles : $APPCONFIGOPTS/Brunel/DataType-2012.py;$APPCONFIGOPTS/Brunel/MC-WithTruth.py;$APPCONFIGOPTS/Persistency/DST-multipleTCK-2012.py;$APPCONFIGOPTS/Persistency/Compression-ZLIB-1... | ise-uiuc/Magicoder-OSS-Instruct-75K |
field=models.CharField(help_text='Query for collection.', max_length=256, verbose_name='Query'),
),
]
| ise-uiuc/Magicoder-OSS-Instruct-75K |
crate = df.pivot(index='Date', columns='Country', values='CRates')
plt.style.use('fivethirtyeight')
plt.figure(num=1, dpi=200)
plot = covid19.plot(grid=False, fontsize=15, figsize=(12, 8),
linewidth=5, legend=False, ax=plt.gca())
plot.grid(b=True, which='major', axis='y', ls='--', lw=.5, c='k', alp... | ise-uiuc/Magicoder-OSS-Instruct-75K |
mPreferencesHelper.setLogged(isLogged);
}
public boolean isLogged() {
return mPreferencesHelper.isLogged();
}
public void setSavedUser(@Nullable final String userJson) {
mPreferencesHelper.setUser(userJson);
}
public String getSavedUser() {
| ise-uiuc/Magicoder-OSS-Instruct-75K |
"global_size",
"calc_count",
"write_duration",
"gpu_duration",
"read_duration",
];
let csv_writer = get_csv_writer(&bench_output, &csv_columns, use_stdout);
let stream = controller.bench_global_size(
opts.local_size,
opts.global_size_start,
op... | ise-uiuc/Magicoder-OSS-Instruct-75K |
Returns:
Updated global dev_list
| ise-uiuc/Magicoder-OSS-Instruct-75K |
return mypoly, mean, var, r2_score, False, None,False,None ###
else:
raise PreventUpdate
###################################################################
# Callback to plot Sobol' indices
###################################################################
@app.callback(
Output... | ise-uiuc/Magicoder-OSS-Instruct-75K |
<reponame>Arahain/FlyCasual<filename>Assets/Scripts/Model/Content/SecondEdition/Pilots/FangFighter/SkullSquadronPilot.cs<gh_stars>0
using Upgrade;
namespace Ship
{
namespace SecondEdition.FangFighter
{
public class SkullSquadronPilot : FangFighter
{
public SkullSquadronPilot() : ba... | ise-uiuc/Magicoder-OSS-Instruct-75K |
def test_s3_cached(self, mock_boto3):
self.clients.s3()
self.clients.s3()
self.assertEqual(1, mock_boto3.client.call_count)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
if (actionBuilder != null) {
| ise-uiuc/Magicoder-OSS-Instruct-75K |
for sub in subs:
url_to_check = f"http://{sub}.{sys.argv[1]}"
try:
| ise-uiuc/Magicoder-OSS-Instruct-75K |
return fs.existsSync(SDKMAN_CURRENT_JAVA) ? fs.readlinkSync(SDKMAN_CURRENT_JAVA) : undefined;
}
export function resetSDKmanJavaVersion(): void {
if (!isSDKmanPresent()){
return;}
_resetSDKmanJavaVersion();
}
function _resetSDKmanJavaVersion(): void {
setCurrent(SDKMAN_LOADED_JAVA_VERSION);
}
... | ise-uiuc/Magicoder-OSS-Instruct-75K |
references have a zone.
mesh_geo_reference is the geo_reference of the mesh to be created.
| ise-uiuc/Magicoder-OSS-Instruct-75K |
// UITextViewExtensions.swift
// EZSwiftExtensions
//
// Created by Goktug Yilmaz on 15/07/15.
// Copyright (c) 2015 Goktug Yilmaz. All rights reserved.
| ise-uiuc/Magicoder-OSS-Instruct-75K |
void OnDisonnect(IChannelHandlerContext context);
void OnReceiveTransmisstion(IChannelHandlerContext context, byte[] msg);
void Send(string channelId, byte[] data, out string remoteInfo);
| ise-uiuc/Magicoder-OSS-Instruct-75K |
<gh_stars>1-10
export interface QuizDataStats {
played: number;
totalPlayers: number;
totalCorrect: number;
totalQuestions: number;
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
Image image;
private Images(String imageLocation) {
try {
| ise-uiuc/Magicoder-OSS-Instruct-75K |
if num_condition is None:
self.assertEqual(x[:,:3], z[:,:3])
else:
self.assertEqual(x[:,:1], z[:,:1])
| ise-uiuc/Magicoder-OSS-Instruct-75K |
string result = JsonConvert.SerializeObject(animals, Formatting.Indented, new JsonSerializerSettings() { DateFormatString = "dd-MM-yyyy" });
return result;
}
public static string ExportAllProcedures(PetClinicContext context)
{
var procedures = context.Proce... | 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.