seed stringlengths 1 14k | source stringclasses 2
values |
|---|---|
"Parallel Aware": false,
"Startup Cost": 3.51,
"Total Cost": 3.53,
"Plan Rows": 9,
"Plan Width": 48,
"Sort Key": ["((ml.model ->> bookings.lang()))"],
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Outer",
"Parallel Aware": false,
"Relation Name": "aircrafts_data",
"Alias": "ml",
"Startup Cost": 0.00,
| ise-uiuc/Magicoder-OSS-Instruct-75K |
ind = 0#index of the image to synthesize
m = [1, 5, 10, 15, 20, 30]
| ise-uiuc/Magicoder-OSS-Instruct-75K |
# <ul>
# <li>Read the GeoJSON file `data/cod_mines_curated_all_opendata_p_ipis.geojson` using geopandas, and call the result `data_visits`.</li>
# <li>Inspect the first 5 rows, and check the number of observations</li>
# </ul>
#
# </div>
| ise-uiuc/Magicoder-OSS-Instruct-75K |
declare var Web3: any;
// SolidityCider is nothing but we3.eth.abi. See https://web3js.readthedocs.io/en/1.0/web3-eth-abi.html?highlight=decode#decodeparameters.
| ise-uiuc/Magicoder-OSS-Instruct-75K |
totalCount = 0;
for w, c in word_counts.items():
totalCount += 1
print(totalCount) | ise-uiuc/Magicoder-OSS-Instruct-75K |
#[derive(Debug)]
#[non_exhaustive]
pub enum Lang {
af,
| ise-uiuc/Magicoder-OSS-Instruct-75K |
rate,
payment,
extra,
contributions
])
]
, id=id_group, style=style, className='individual-loan w-100')
return individual_form
loan_input_card = dbc.Card(
[
dbc.CardHeader(
[
html.Div(
| ise-uiuc/Magicoder-OSS-Instruct-75K |
progress += labels.size(0)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
use Illuminate\Database\Eloquent\Model;
use Intervention\Image\ImageManagerStatic as Image;
| ise-uiuc/Magicoder-OSS-Instruct-75K |
write!(self.scratch, "Activate the emergency beacon!").unwrap()
}
}
if complete {
| ise-uiuc/Magicoder-OSS-Instruct-75K |
GSET_GNOME = 'gsettings set org.gnome.desktop.background picture-uri \
"file://%s"'
GSET_MATE = 'gsettings set org.mate.background picture-filename "%s"'
GSET_CINNAMON = 'gsettings set org.cinnamon.desktop.background picture-uri \
"file://%s"'
GSET_XFCE = 'xfconf-query -c xfce4-desktop -p \
/backdrop/screen0/monitorDisplayPort-1/workspace0/last-image --set "%s"'
if os.path.exists(comun.SELECTED_WALLPAPER):
params = PARAMS % os.getuid()
desktop_environment = get_desktop_environment()
| ise-uiuc/Magicoder-OSS-Instruct-75K |
pass # when new photo then we do nothing, normal case
super(Medicalcontrol, self).save(*args, **kwargs)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
* @return string?
*/
public function getSearchTerm(): ?string
{
return $this->searchTerm;
}
/**
* Sets search term
*
| ise-uiuc/Magicoder-OSS-Instruct-75K |
int GetKeySize();
string GetKeyValue();
}
} | ise-uiuc/Magicoder-OSS-Instruct-75K |
Base anonymization class for the detection and the semantic anonymization
"""
@abstractmethod
def blurring(self, image, response, degree=None, id=None, mask=None):
pass
@abstractmethod
def pixelating(self, image, response, degree=None, id=None, mask=None):
pass
@abstractmethod
def blackening(self, image, response, degree=None, id=None, mask=None):
| ise-uiuc/Magicoder-OSS-Instruct-75K |
void onAttach(@NonNull DataEntryView view);
@UiThread
void onDetach();
@NonNull
Observable<List<OrganisationUnitModel>> getOrgUnits();
Observable<List<OrganisationUnitLevel>> getLevels();
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
result_str = "Download speed: {}Mbps \nUpload speed: {}Mbps \nPing: {}ms"
print(result_str.format(result["download"], result["upload"],
result["ping"]))
| ise-uiuc/Magicoder-OSS-Instruct-75K |
from .image_assembly_config import *
from .package_manifest import *
| ise-uiuc/Magicoder-OSS-Instruct-75K |
const char *ptr1 = httpdate;
char *ptr2 = buf;
do
{
if (*ptr1 == ' ')
*ptr2++ = ';';
else
*ptr2++ = *ptr1;
}
while (*ptr1++ != '\0');
// In HTTP/1.0, there are three versions of an HTTP_date.
| ise-uiuc/Magicoder-OSS-Instruct-75K |
import CodeMetrics from '../metrics/codeMetrics'
import CodeMetricsData from '../metrics/codeMetricsData'
import CommentData from '../repos/interfaces/commentData'
import FileCommentData from '../repos/interfaces/fileCommentData'
import Inputs from '../metrics/inputs'
import Logger from '../utilities/logger'
import PullRequestComment from '../repos/interfaces/pullRequestCommentData'
import PullRequestCommentsData from './pullRequestCommentsData'
import ReposInvoker from '../repos/reposInvoker'
import TaskLibWrapper from '../wrappers/taskLibWrapper'
/**
* A class for managing pull requests comments.
*/
@injectable()
| ise-uiuc/Magicoder-OSS-Instruct-75K |
use App\Models\files as Modelfiles;
use Illuminate\Database\Seeder;
class files extends Seeder
{
/**
* Run the database seeds.
| ise-uiuc/Magicoder-OSS-Instruct-75K |
const customMediaQuery = (maxWidth: number) =>
`@media (max-width: ${maxWidth}px)`;
| ise-uiuc/Magicoder-OSS-Instruct-75K |
from View.Conexao import telaConAnalogAnalog, telaConAnalogDigit, telaConDigitAnalog, telaConDigitDigit
# Abre as telas da aba de seleção
| ise-uiuc/Magicoder-OSS-Instruct-75K |
route = ""
port = "COM3"
def __init__(self, gateId, route):
self.gateId=gateId
self.route=route
| ise-uiuc/Magicoder-OSS-Instruct-75K |
'defines': [
'HAVE_EXPAT_CONFIG_H',
],
}],
],
},
],
}],
],
}
# Local Variables:
# tab-width:2
| ise-uiuc/Magicoder-OSS-Instruct-75K |
generate_button.grid(padx=5, pady=2, row=1, column=2)
label = tk.Label(frame, text="M")
label.grid(padx=5, pady=2, row=2, column=0)
self.m_entry = tk.Entry(frame, width=10, justify=tk.RIGHT)
self.m_entry.grid(padx=5, pady=2, row=2, column=1)
self.m_entry.insert(0, "11")
| ise-uiuc/Magicoder-OSS-Instruct-75K |
enemies: mem1.getEnemyActors()});
expect(comSys.entities.hasOwnProperty(hunter2.getID())).to.equal(false);
hunter2.add(comComp);
| ise-uiuc/Magicoder-OSS-Instruct-75K |
assert_eq!(b"-1000000000000000000", num.to_amino_bytes().as_slice());
| ise-uiuc/Magicoder-OSS-Instruct-75K |
#n=int(input('Diga o valor'))
#print('O quadrado {}'.format(n**2))
#print('O Antecessor {} Sucessor {}'.format(n+1,n-1))
| ise-uiuc/Magicoder-OSS-Instruct-75K |
except AttributeError:
pass
# If the above fails, treat dataset as an ITK image.
try:
# Set up map between ITK ctype and Python type.
global _itkctype_to_python_types
if _itkctype_to_python_types is None:
import itkTypes
| ise-uiuc/Magicoder-OSS-Instruct-75K |
from angelos.portfolio.node.validate import ValidateNode
from test.fixture.generate import Generate
| ise-uiuc/Magicoder-OSS-Instruct-75K |
migrations.AddField(
model_name='customer',
name='created_user',
field=models.ForeignKey(blank=True, default=None, null=True, on_delete=django.db.models.deletion.CASCADE, related_name='customercreate', to=settings.AUTH_USER_MODEL, verbose_name='新建人'),
),
migrations.AlterField(
model_name='customer',
name='user',
field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='customer', to=settings.AUTH_USER_MODEL, verbose_name='创建人'),
| ise-uiuc/Magicoder-OSS-Instruct-75K |
extension AppDelegate: UNUserNotificationCenterDelegate {
func userNotificationCenter(_ center: UNUserNotificationCenter, willPresent notification: UNNotification, withCompletionHandler completionHandler: @escaping (UNNotificationPresentationOptions) -> Void) {
| ise-uiuc/Magicoder-OSS-Instruct-75K |
});
test('artistAlbums', async function() {
let item = await api.artistAlbums('123', 0, 1);
assert.equal(item.length > 0, true);
| ise-uiuc/Magicoder-OSS-Instruct-75K |
#!/bin/sh
docker_run="docker run"
docker_run="$docker_run -d -p 6379:6379 redislabs/redisearch:$INPUT_REDIS_VERSION"
sh -c "$docker_run"
| ise-uiuc/Magicoder-OSS-Instruct-75K |
<link rel="stylesheet" href="../assets/css/ace-part2.min.css" />
<![endif]-->
<link rel="stylesheet" href="{{{ asset('assets/css/ace-rtl.min.css') }}}" />
<link rel="stylesheet" href="{{{ asset('assets/css/ace-skins.min.css') }}}" />
<!--[if lte IE 9]>
<link rel="stylesheet" href="../assets/css/ace-ie.min.css" />
<![endif]-->
| ise-uiuc/Magicoder-OSS-Instruct-75K |
// Created by Brandon Maldonado Alonso on 19/12/17.
// Copyright © 2017 Brandon Maldonado Alonso. All rights reserved.
//
import UIKit
public extension DispatchQueue {
// DispatchLevel: Enum for easier access to DispatchQueues types
enum DispatchLevel {
| ise-uiuc/Magicoder-OSS-Instruct-75K |
PassToPlayer(self.game_state,
self.assigned_roles[Role.FIRST_ATTACK],
args=[self.assigned_roles[Role.SECOND_ATTACK].id]))
node_pass_to_middle = self.create_node(Role.FIRST_ATTACK,
PassToPlayer(self.game_state,
self.assigned_roles[Role.FIRST_ATTACK],
args=[self.assigned_roles[Role.MIDDLE].id]))
node_go_kick = self.create_node(Role.FIRST_ATTACK, GoKick(self.game_state,
self.assigned_roles[Role.FIRST_ATTACK],
their_goal))
| ise-uiuc/Magicoder-OSS-Instruct-75K |
zip -r npm.zip hxml src test docs extraParams.hxml haxelib.json LICENSE README.md -x "*/\.*"
haxelib submit npm.zip
./generate.sh
| ise-uiuc/Magicoder-OSS-Instruct-75K |
sns.set_style('darkgrid')
# 绘制散点图
sns.stripplot(data=salaries, x='rank', y='salary', jitter=True, alpha=0.5)
# 绘制箱线图
sns.boxplot(data=salaries, x='rank', y='salary')
| ise-uiuc/Magicoder-OSS-Instruct-75K |
from .map import get_map
from .util import *
| ise-uiuc/Magicoder-OSS-Instruct-75K |
const onCloseSpy = jest.fn();
render(<Base title="Modal title" onClose={onCloseSpy} open />);
await act(async () => {
const element = screen.getByRole('dialog').parentElement as HTMLElement;
fireEvent.mouseDown(element);
fireEvent.mouseUp(element);
element.click();
});
| ise-uiuc/Magicoder-OSS-Instruct-75K |
private static Guid _orgItem1Id, _orgItem2Id;
}
[Subject(typeof(ISession), "Update many")]
public class when_the_second_of_two_new_structures_does_get_a_new_identity_id : SpecificationBase
{
Establish context = () =>
{
var orgItem1 = new ItemForPropChange { Int1 = 142, String1 = "A" };
| ise-uiuc/Magicoder-OSS-Instruct-75K |
return math.sqrt(dx*dx+dy*dy)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
TEST_CASE("Confirming symlink babs_ecs -> ECSManager works")
{
babs_ecs::ECSManager ecs;
babs_ecs::Entity e = ecs.CreateEntity();
| ise-uiuc/Magicoder-OSS-Instruct-75K |
DELETE,
#[serde(rename = "ALTER")]
ALTER,
#[serde(rename = "DESCRIBE")]
DESCRIBE,
#[serde(rename = "DESCRIBE_CONFIGS")]
DESCRIBECONFIGS,
#[serde(rename = "ALTER_CONFIGS")]
ALTERCONFIGS,
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
)
except AssertionError: # pragma: no cover
expected = '--- first\n+++ second\n@@ -1 +1 @@\n-x\n+y'
self.assertEqual(
expected,
actual,
'\n%r\n!=\n%r' % (expected, actual)
)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
def setup():
size(640, 360)
background(0)
stroke(255)
noLoop()
| ise-uiuc/Magicoder-OSS-Instruct-75K |
if api_path is None:
logger.warning(f"State '{f.name}' is not mutable.")
| ise-uiuc/Magicoder-OSS-Instruct-75K |
# also adds some utility methods to cleanup the api access.
class _ec2:
def __init__(self, ec2_instance):
self.__instance__ = ec2_instance
def __enter__(self):
return self
def __exit__(self, type, value, tb):
return False
@property
def instance(self):
| ise-uiuc/Magicoder-OSS-Instruct-75K |
round_keys[i] = (Ci, Di)
# round_keys[1] for first round
# [16] for 16th round
# dont need round_keys[0] anymore, remove
| ise-uiuc/Magicoder-OSS-Instruct-75K |
writer = csv.writer(fo, lineterminator='\n')
writer.writerow(
["term", "id"])
while flg:
url = "http://iiif2.dl.itc.u-tokyo.ac.jp/api/properties?page=" + str(page)
print(url)
page += 1
response = urllib.request.urlopen(url)
response_body = response.read().decode("utf-8")
| ise-uiuc/Magicoder-OSS-Instruct-75K |
#!/bin/bash
echo
echo
echo In executeE2ETestsDocker.sh
echo UID is $UID
echo GROUPS is $GROUPS
| ise-uiuc/Magicoder-OSS-Instruct-75K |
public int getDegrees() {
return degrees;
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
"YSI": exp_mean if exp_mean else mean[0],
"YSI_err": exp_std if exp_mean else std[0],
| ise-uiuc/Magicoder-OSS-Instruct-75K |
second: 40,
third: 60,
fourth: 80,
};
const [values, setValues] = React.useState(initialValues);
React.useEffect(() => {
setTimeout(() => {
setValues({
| ise-uiuc/Magicoder-OSS-Instruct-75K |
class a<T:CollectionType{class B<T{class B<TT{{}class B:a
| ise-uiuc/Magicoder-OSS-Instruct-75K |
test.each(prices)('given %p as arguments, returns %p', (firstArg, expectedResult) => {
const result = getPriceFormatted(+firstArg)
expect(result).toEqual(expectedResult)
})
it('checkIfProductExistInFavorite', () => {
const mockProducts = [
{
id: '1',
},
{
id: '2',
},
]
| ise-uiuc/Magicoder-OSS-Instruct-75K |
set_float_cpu('float32')
if preproc_file is not None:
preproc = TransformList.load(preproc_file)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
jq -r '.default
| to_entries[]
| ise-uiuc/Magicoder-OSS-Instruct-75K |
Route::get('/show/{slug}', 'ArticleController@show')->name('show')->where('slug', '.+');
});
Route::group([
'prefix' => 'images',
| ise-uiuc/Magicoder-OSS-Instruct-75K |
* Created by pengyu.
*/
public class TicketException extends RuntimeException {
// public static final String UNSUPPORTED_TICKET_TYPE = "the ticket type is unsupported: {}";
// public static final String DUPLICATED_ID = "the id of the ticket to be added has already exists: {}";
public TicketException() {
}
public TicketException(String message) {
super(message);
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
print(kind)
# {'apple', 'banana', 'orange'} | ise-uiuc/Magicoder-OSS-Instruct-75K |
'width'=>339,
'autoplay'=>1,
'controlbar'=>1,
'playlistvisual'=>1,
);
$form->setDefaults($data);
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
}
private void checkLocalSlot3(string slot)
{
string slotPackage = System.IO.File.ReadAllText(@".modmanager/mods/local/" + slot + "/package.txt");
if (slotPackage == "0")
{
button9.Enabled = false;
}
else
{
button9.Enabled = true;
| ise-uiuc/Magicoder-OSS-Instruct-75K |
# Start from the page offset
try:
queryset = queryset[offset:offset+LEADERBOARD_MAX_PER_PAGE]
except IndexError:
try:
queryset = queryset[offset:]
| ise-uiuc/Magicoder-OSS-Instruct-75K |
import zmq
def main():
try:
context = zmq.Context(1)
# Socket facing clients
frontend = context.socket(zmq.PULL)
frontend.bind("tcp://*:5556")
# Socket facing services
backend = context.socket(zmq.PUSH)
backend.bind("tcp://*:5557")
| ise-uiuc/Magicoder-OSS-Instruct-75K |
from ee.clickhouse.sql.events import EVENTS_WITH_PROPS_TABLE_SQL
operations = [
migrations.RunSQL(EVENTS_WITH_PROPS_TABLE_SQL),
]
| ise-uiuc/Magicoder-OSS-Instruct-75K |
import { Schema as CURDOptions } from './schema';
export default function(options: CURDOptions): Rule {
const rules: Rule[] = [];
['list', 'edit', 'view'].forEach(name =>
rules.push(schematic(name, Object.assign({}, options, { name }))),
);
return chain(rules);
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
"https://telegra.ph/file/d6875213197a9d93ff181.jpg",
"https://telegra.ph/file/ec7da24872002e75e6af8.jpg",
"https://telegra.ph/file/468a2af386d10cd45df8f.jpg",
"https://telegra.ph/file/59c7ce59289d80f1fe830.jpg"
]
@borg.on(admin_cmd(pattern="thordp ?(.*)"))
async def autopic(event):
while True:
| ise-uiuc/Magicoder-OSS-Instruct-75K |
pub mod engine;
| ise-uiuc/Magicoder-OSS-Instruct-75K |
electPreferredLeadersRequestDataSerializers: Dict[int, ClassSerializer[ElectPreferredLeadersRequestData]] = {
version: ClassSerializer(ElectPreferredLeadersRequestData, schema)
for version, schema in electPreferredLeadersRequestDataSchemas.items()
}
electPreferredLeadersRequestDataSerializers[-1] = electPreferredLeadersRequestDataSerializers[0]
| ise-uiuc/Magicoder-OSS-Instruct-75K |
# ----------------------------------------------------------
# Let's see what the very few misclassified sounds get misclassified as. We
# will plot a confusion matrix which indicates in a 2D histogram how often
# one sample was mistaken for another (anything on the diagonal is correctly
# classified, anything off the diagonal is wrong).
predicted_categories = y_hat.cpu().numpy()
actual_categories = y_te.cpu().numpy()
| ise-uiuc/Magicoder-OSS-Instruct-75K |
double gamma1 = 1.0 - gamma2;
/*Eigen::VectorXi pos(6);
pos << xx,yy,zz, (alpha1*(double)x1 + alpha2*(double)x2),(beta1*(double)y1 + beta2*(double)y2),(gamma1*(double)z1 + gamma2*(double)z2);
| ise-uiuc/Magicoder-OSS-Instruct-75K |
using identity_t = T;
// AOP的辅助函数,简化调用
template<typename... AOP, typename Function, typename... Args>
void aopInvoke(Function&& func, Args&&... args)
{
Aspect<Function, Args...> asp(std::forward<Function>(func));
asp.invoke(std::forward<Args>(args)..., identity_t<AOP>()...);
}
#endif
| ise-uiuc/Magicoder-OSS-Instruct-75K |
ang_min = msg.twist.twist.angular.z
if ang_max < msg.twist.twist.angular.z:
ang_max = msg.twist.twist.angular.z
rospy.loginfo('linear: [%f, %f] angular: [%f, %f]', lin_min, lin_max,
ang_min, ang_max)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
#[derive(Component, Default)]
#[storage(NullStorage)]
pub struct ActiveCamera;
| ise-uiuc/Magicoder-OSS-Instruct-75K |
* for a specific element name, given the type of expected object.
* <p>
* @param expectedType the Class of the Java object expected for this element
* @param namespaceURI the namespace of the XML element
* @param localName the local name of the XML element
*/
public NodeParser getParser(
Class<?> expectedType,
String namespaceURI,
String localName);
| ise-uiuc/Magicoder-OSS-Instruct-75K |
for (int i=0;i<gt[cur].size();i++)
{
int a=gt[cur][i];
if (a!=prev)
{
if (cnt)
{
pathcnt++;
pathfather[pathcnt]={path[cur].fi,cur};
}
dfs(a,cur);
| ise-uiuc/Magicoder-OSS-Instruct-75K |
raise ValueError(f"Could not find ABI definition in: {abi_full_path}")
return abi_json
| ise-uiuc/Magicoder-OSS-Instruct-75K |
# README = open(os.path.join(os.path.dirname(__file__), 'README.md')).read()
README = """
| ise-uiuc/Magicoder-OSS-Instruct-75K |
Parameters
----------
inputs : array-like, shape = (n_inputs,)
inputs, e.g. current state of the system
"""
def get_outputs(self, outputs):
| ise-uiuc/Magicoder-OSS-Instruct-75K |
public ActorTaskSourceException() { }
public ActorTaskSourceException(string message) : base(message) { }
public ActorTaskSourceException(string message, Exception inner) : base(message, inner) { }
| ise-uiuc/Magicoder-OSS-Instruct-75K |
//
//
// Author: AsafS
| ise-uiuc/Magicoder-OSS-Instruct-75K |
return n
def check(self, other):
assert self is not other
for i in self.sub_nodes:
for j in other.sub_nodes:
assert i is not j
| ise-uiuc/Magicoder-OSS-Instruct-75K |
sys.stdout.flush()
time.sleep(0.03)
super_type('HEllo')
| ise-uiuc/Magicoder-OSS-Instruct-75K |
// In RTL locales wrap the page title with RTL embedding characters so that it
// matches the value returned by GetWindowTitle().
std::wstring LocaleWindowCaptionFromPageTitle(
const std::wstring& expected_title) {
std::wstring page_title = WindowCaptionFromPageTitle(expected_title);
#if defined(OS_WIN)
std::string locale = g_browser_process->GetApplicationLocale();
if (l10n_util::GetTextDirectionForLocale(locale.c_str()) ==
l10n_util::RIGHT_TO_LEFT) {
l10n_util::WrapStringWithLTRFormatting(&page_title);
}
| ise-uiuc/Magicoder-OSS-Instruct-75K |
handle_remove(self.client, {'fakesite1': ('time', 'matchtracker', '3')}, ['/matchpath'])
self.assertEqual([torrent.torrent_id for torrent in self.torrents], ['1', '2', '6', '7', '8'], 'Did not remove correct torrents')
| ise-uiuc/Magicoder-OSS-Instruct-75K |
name='created_on',
field=models.DateTimeField(auto_now=True),
),
]
| ise-uiuc/Magicoder-OSS-Instruct-75K |
super(_moduleRef, ClearinghouseFormEntityService.name)
| ise-uiuc/Magicoder-OSS-Instruct-75K |
// to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in all
// copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
// PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
import XCTest
| ise-uiuc/Magicoder-OSS-Instruct-75K |
// Created by Jeroen Houtzager on 09/11/15.
//
//
extension NSDate {
/// Returns `true` when the receiver date is within the period.
///
/// - Parameters:
/// - period: the period to evaluate the date against
///
/// - Returns: `true` if the date is within the period, `false` if it is before the start date or after the end date.
///
| ise-uiuc/Magicoder-OSS-Instruct-75K |
t_channel = '@r_gentlemanboners'
def send_post(submission, r2t):
return r2t.send_simple(submission,
text=False,
| ise-uiuc/Magicoder-OSS-Instruct-75K |
def update_domain_contact(self, DomainName: str, AdminContact: Dict = None, RegistrantContact: Dict = None, TechContact: Dict = None) -> Dict:
pass
def update_domain_contact_privacy(self, DomainName: str, AdminPrivacy: bool = None, RegistrantPrivacy: bool = None, TechPrivacy: bool = None) -> Dict:
pass
def update_domain_nameservers(self, DomainName: str, Nameservers: List, FIAuthKey: str = None) -> Dict:
pass
| ise-uiuc/Magicoder-OSS-Instruct-75K |
MAC="${REPO_PATH}/mac"
# Aliases
if [ -f "${MAC}/aliases.bash" ]; then
. "${MAC}/aliases.bash"
fi
| ise-uiuc/Magicoder-OSS-Instruct-75K |
result[String(item[0])] = item[1]
)
return result
}
// export function fromPairs<
// V extends object,
// K extends keyof V
| ise-uiuc/Magicoder-OSS-Instruct-75K |
<!-- single-blog End -->
</div>
<div class="col-lg-6 col-md-6">
<!-- single-blog Start -->
| ise-uiuc/Magicoder-OSS-Instruct-75K |
from home import views
urlpatterns = [
path('admin/', admin.site.urls),
path("", views.index, name='home'),
path("about", views.about, name='about'),
path("contact", views.contact, name='contact'),
path("jokes", views.jokes, name='jokes'),
path("ranting", views.ranting, name='ranting'),
path("quotes", views.quotes, name='quotes'),
| ise-uiuc/Magicoder-OSS-Instruct-75K |
public interface IUnitOfWork
{
void SaveChanges();
}
} | ise-uiuc/Magicoder-OSS-Instruct-75K |
"Enable Fog Layer parameter enabled",
"P1: Enable Fog Layer parameter was not enabled")
| 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.