text stringlengths 96 490k |
|---|
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE-CHROMIUM file.
#include "browser/network_delegate.h"
#include <string>
#include <vector>
#include "base/command_line.h"
#include "base/strings/string_spli... |
User:
ప్రవచనం – I : దత్తాంశంలో n రాశుల యొక్క మధ్యగతం n బేసిసంఖ్య అయిన (n+1/2)వ రాశి అవుతుంది.
ప్రవచనం – II : ఓజీవ్ వక్రం గీయుటలో X – అక్షంపై సంచిత పౌనఃపున్యమును, Y-అక్షం పై తరగతి హద్దులను తీసుకొంటాము.
A) I మాత్రమే సత్యం
B) II మాత్రమే సత్యం
C) I మరియు II లు రెండూ సత్యం
D) I మరియు II లు రెండూ అసత్యం
Assistant:
A) I మాత్... |
User:
Imagine you're a travel planner for a family of four visiting Tokyo for 5 days. They want a daily itinerary that includes a mix of cultural sites, kid-friendly activities, and good sushi restaurants, with approximate travel times between locations. Provide a concise schedule for each day.
Assistant:
<think>
1. ... |
/*
* Copyright (c) 2020 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "wasm_app.h"
#include "wa-inc/timer_wasm_app.h"
/* User global variable */
static int num;
/* Timer callback */
void timer1_update(user_timer_t timer)
{
printf("Timer update %d\n", num++);
}
void on_init(void)
{
user... |
* Create a job in TPA V2.00 1986 Tony Tebby QJUMP
* 2.01 make sure size & data space are even numbers (wl)
*
section sms
*
xdef sms_crjb
*
xref sms_ckid check job id
xref mem_atpa allocate in tpa
xref sms_rte
*
include dev8_keys_err
include dev8_keys_sys
include dev8_keys_jcbq
*
* d0 r 0, invalid job, out... |
using System;
using System.Collections.Generic;
using System.Linq;
namespace ConsoleApplication1
{
class CountNumbers
{
static void Main()
{
var numbers = Console.ReadLine().Split(' ').Select(int.Parse).ToList();
numbers.Sort();
int counter = 1;
... |
#include"arrays_dyn_ch.h"
//dynamic array allocation and deallocation
int main()
{
use_dyn_char_array();
return 0;
} |
/******************************************************************************
*
* Project: GDAL WMTS driver
* Purpose: Implement GDAL WMTS support
* Author: Even Rouault, <even dot rouault at spatialys dot com>
* Funded by Land Information New Zealand (LINZ)
*
**********************************************... |
/*-------------------------------------------------------------------------
*
* execTuples.c
* Routines dealing with TupleTableSlots. These are used for resource
* management associated with tuples (eg, releasing buffer pins for
* tuples in disk buffers, or freeing the memory occupied by transient
* tupl... |
SECTION code_driver
PUBLIC clock_gettime_callee
EXTERN asm_clock_gettime
; get the the system time
.clock_gettime_callee
pop af
pop hl
pop bc ; ignore the enum clock_id
push af
jp asm_clock_gettime |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using SharedModule;
using System.Windows.Forms;
namespace VisioAddIn1
{
public partial class ThisAddIn
{
public Microsoft.Office.Interop.Visio.Application VisioApp;
private void ThisAddIn_Startup(object sender... |
User:
Soalan : Bincangkan kebaikan dan keburukan menonton televisyen.
Assistant:
Televisyen merupakan alat ciptaan manusia hasil daripada perkembangan sains dan teknologi. Alat perhubungan ini amat popular pada masa kini.
Menonton televisyen mempunyai banyak kelebihan kerana televisyen menyiarkan pelbagai peristiwa y... |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 20