text
stringlengths
1
1.04M
language
stringclasses
25 values
#ifndef MERLION_NETWORK_HPP__ #define MERLION_NETWORK_HPP__ #include <merlion/MerlionDefines.hpp> #include <string> #include <vector> #include <map> #include <cassert> // forward declarations class Link; class Node; // structure for comparisons in a map of std::strings struct ltstdstr { bool operator()(const std::string& s1, const std::string& s2) const { return s1 < s2; } }; // typedefs typedef std::map<const std::string, Link*, ltstdstr> Link_map; typedef std::map<const std::string, Node*, ltstdstr> Node_map; typedef std::vector<Link*> Link_vector; typedef std::vector<Node*> Node_vector; typedef std::vector<const Link*> Link_vector_const; typedef std::vector<const Node*> Node_vector_const; class Node { public: Node(std::string name, int unique_idx, NodeType type, double initial_volume_m3 = 0.0) : name_(name), unique_idx_(unique_idx), type_(type), initial_volume_m3_(initial_volume_m3) { } ~Node() { }; const std::string& Name() const { return name_; } const int& UniqueIDX() const { return unique_idx_; } const NodeType& Type() const { return type_; } const double& InitialVolume_m3() const { assert(type_ == NodeType_Tank); return initial_volume_m3_; } void AddInlet(const Link* inlet) { assert(inlet != NULL); inlets_.push_back(inlet); } void AddOutlet(const Link* outlet) { assert(outlet != NULL); outlets_.push_back(outlet); } const Link_vector_const& Inlets() const { return inlets_; } const Link_vector_const& Outlets() const { return outlets_; } private: const std::string name_; const int unique_idx_; const NodeType type_; const double initial_volume_m3_; Link_vector_const inlets_; Link_vector_const outlets_; }; class Link { public: Link( std::string name, int unique_idx, const Node* inlet, const Node* outlet, LinkType type, double length_m, double area_m2) : name_(name), unique_idx_(unique_idx), inlet_(inlet), outlet_(outlet), type_(type), length_m_(length_m), area_m2_(area_m2) { } ~Link() { } const std::string& Name() const { return name_; } const int& UniqueIDX() const { return unique_idx_; } const LinkType& Type() const { return type_; } const double& Length_m() const { return length_m_; } const double& Area_m2() const { return area_m2_; } const Node* Inlet() const { return inlet_; } const Node* Outlet() const { return outlet_; } private: const std::string name_; const int unique_idx_; const Node* const inlet_; const Node* const outlet_; const LinkType type_; const double length_m_; const double area_m2_; }; class Network { public: Network(std::string name); ~Network(); const Node* AddNode(std::string& name, NodeType type, double initial_volume_m3 = 0.0); // Add link to the network (Note: default values assume that all pumps are 8in in diameter with zero length) const Link* AddLink( std::string& name, std::string& inlet_name, std::string& outlet_name, LinkType type, double area_m2 = 0.03242927866, double length_m = 0.0); const Link_map& LinksMap() const { return links_map_; } const Node_map& NodesMap() const { return nodes_map_; } const Link_vector& LinksVector() const { return links_vector_; } const Node_vector& NodesVector() const { return nodes_vector_; } std::string Name() { return name_;} void PushLinkConnectionsToNodes(); private: const std::string name_; Link_map links_map_; Node_map nodes_map_; Link_vector links_vector_; Node_vector nodes_vector_; }; #endif
cpp
Match 1, at West End Park International Cricket Stadium, (Qatar) Afghanistan won by 36 runs. Match 2, at West End Park International Cricket Stadium, (Qatar) Afghanistan won by 48 runs. Match 3, at West End Park International Cricket Stadium, (Qatar) Afghanistan won by 75 runs. Highest Strike Rates (Innings) Most Sixes (Innings) Most Fours (Innings) Best Economy Rates (Innings) Best Strike Rates (Innings) © 2017-23 Sportzwiki Media Pvt Ltd (OPC). All Rights reserved.
english
New York, May 27: In order to help you identify between habitual and goal-directed action, your brain's circuits compete for control and make a fine balance between the two actions, an international team of researchers has identified. They found brain chemicals and neural pathway involved in switching between habitual behaviour and deliberate decision-making -- providing the strongest evidence to date that the brain's circuits for habitual and goal-directed action compete for control. "We need a balance between habitual and goal-directed actions. For everyday function, we need to be able to make routine actions quickly and efficiently, and habits serve this purpose," said lead author Christina Gremel from the University of California-San Diego. "However, we also encounter changing circumstances, and need the capacity to 'break habits' and perform a goal-directed action based on updated information. When we can't, there can be devastating consequences," she added. The study, published recently in the journal Neuron, worked with a mouse model to demonstrate what happens in the brain for habits to control behaviour. Gremel said the brain's circuits for habitual and goal-directed action compete for control -- in the orbitofrontal cortex (OFC), a decision-making area of the brain -- and that neurochemicals called endocannabinoids allow for habit to take over, by acting as a sort of brake on the goal-directed circuit. "Habit takes over when the OFC is quieted," Gremel said. In the study, since endocannabinoids are known to reduce the activity of neurons in general, the researchers hypothesised that endocannabinoids may be quieting or reducing activity in the OFC and, with it, the ability to shift to goal-directed action. They trained mice to perform the same lever-pressing action for the same food reward but in two different environments that differentially bias the development of goal-directed versus habitual actions. Like humans who don't suffer from neuropsychiatric disorders, healthy mice readily shifted between performing the same action using a goal-directed versus habitual action strategy. To test their hypothesis on the role played by endocannabinoids, the researchers then deleted a particular endocannabinoid receptor. Mice missing these receptors did not form habits -- showing the critical role played by the neurochemicals as well as that particular pathway.
english
<filename>node_modules/.cache/babel-loader/cafac27a51fa3bbff0ea3add8aef0264.json<gh_stars>0 {"ast":null,"code":"import React from\"react\";var FoodPost=function FoodPost(props){return/*#__PURE__*/React.createElement(\"div\",null,/*#__PURE__*/React.createElement(\"h2\",null,\" \",props.foodName,\" \"),/*#__PURE__*/React.createElement(\"p\",null,\" \",props.ingredients,\" \"),/*#__PURE__*/React.createElement(\"img\",{src:props.image}));};export default FoodPost;","map":{"version":3,"sources":["/Users/alexandergf/Documents/jobb/falafel/falafelmaster/src/components/foodPost/index.js"],"names":["React","FoodPost","props","foodName","ingredients","image"],"mappings":"AAAA,MAAOA,CAAAA,KAAP,KAAkB,OAAlB,CAEA,GAAMC,CAAAA,QAAQ,CAAG,QAAXA,CAAAA,QAAW,CAACC,KAAD,CAAW,CAC1B,mBACE,4CACE,kCAAMA,KAAK,CAACC,QAAZ,KADF,cAEE,iCAAKD,KAAK,CAACE,WAAX,KAFF,cAGE,2BAAK,GAAG,CAAEF,KAAK,CAACG,KAAhB,EAHF,CADF,CAOD,CARD,CAUA,cAAeJ,CAAAA,QAAf","sourcesContent":["import React from \"react\";\n\nconst FoodPost = (props) => {\n return (\n <div>\n <h2> {props.foodName} </h2>\n <p> {props.ingredients} </p>\n <img src={props.image} />\n </div>\n );\n};\n\nexport default FoodPost;\n"]},"metadata":{},"sourceType":"module"}
json
"Har chhota sa darwaaza jo khulta hai usse faraq padta hai (Even the smallest door the opens makes a difference. When that is the case, the Grammy nomination is bound to make a major difference. Today, the Grammy, with its worldwide reputation, is a far bigger achievement in global terms than even an honor like the Bharat Ratna. Indians has already brought in Grammy's and there are even more nomination winners, and every new nomination is like a door that is another entrance to global fame. So many Indian musicians have made a global impact. Pandit Ravi Shankarji is a major force as an instrumentalist with his sitar, I have made my own impact with vocals and there have been many others. A. R. Rahman bhi Bharat ki shaan hai, and I am completely delighted that he has won a Grammy nomination after the Oscars that the he won, which already did Indian music a world of good. Allow me here to say that he put a song like Jai ho on the world map when I have been singing devotionals abroad with the words Jai pertaining to various deities for decades! (Laughs) Jokes apart, isse desh ki jai-jaikaar zaroor hogi! And Indian music will actually benefit too, so I hope that he brings home the trophy! Coming in the limelight is very important nowadays. Let me give own example. I am singing for 56 years, and I think that I have polished my singing progressively with experience. Recently u was a judge on a reality show. And believe me, my presence on the show made a difference to my live performances because of greater awareness that there is someone called Pandit Jasraj who comes on television and is therefore worth checking out!! It's not as if there was a quantum leap in my singing, but the exposure led to a much higher awareness. So the sum total is that whichever way you look at it, such international recognition is bound to make the international community take a good look at Indian music and musicians. Such achievements will have an impact: duniya ki aankhen to khulengi!" Catch us for latest Bollywood News, New Bollywood Movies update, Box office collection, New Movies Release , Bollywood News Hindi, Entertainment News, Bollywood Live News Today & Upcoming Movies 2024 and stay updated with latest hindi movies only on Bollywood Hungama.
english
export interface GoogleDriveListParams { pageSize: number; pageToken?: string; q?: string; fields?: Array<string>; } export interface GapiConfig { clientId: string; discoveryDocs: Array<string>; scope: string | Array<string>; }
typescript
Engineering Services Division of Bharat Electronics Ltd. , a Navaratna Company and India's premier professional electronics company requires the following personnel for a period of two years (extendable for a maximum of two more years based on project requirement & performance of the individual) for the execution of various prestigious projects. Qualification: BE / B. Tech (Civil) BE / B. Tech (Electrical/ EEE) BE / B. Tech (Mechanical) Application Fee: General/ OBC/EWS candidates applying for the post-Project Engineer-I are required to remit an amount of Rs. 500/- towards the application fee through SB Collect (through online mode or through SBI Branch) To Apply: Candidates who meet the above requirement may apply online by clicking the relevant link provided against the advertisement. Candidates are required to enter all information correctly in the online application form and verify the same before submission. Requests for any changes in the submitted applications will not be entertained.
english
Topics Covered: - Modern Indian history from about the middle of the eighteenth century until the present- significant events, personalities, issues. What to study? For Prelims and mains: Contributions and role in freedom struggle. Context: Had it not been for Vinayak Damodar Savarkar, the 1857 uprising would have been viewed through the lens of the British, Union Home Minister Amit Shah said recently. Who is Veer Savarkar? - Born on May 28, 1883 in Bhagur, a city in Maharashtra’s Nashik. - In his teenage, Savarkar formed a youth organization. Known as Mitra Mela, this organization was put into place to bring in national and revolutionary ideas. - He was against foreign goods and propagated the idea of Swadeshi. In 1905, he burnt all the foreign goods in a bonfire on Dussehra. - He championed atheism and rationality and also disapproved orthodox Hindu belief. In fact, he even dismissed cow worship as superstitious. - In his book, The History of the war of Indian Independence, Savarkar wrote about the guerilla warfare tricks used in 1857 Sepoy Mutiny. - The book was banned by Britishers, but Madam Bhikaji Cama published the book in Netherlands, Germany and France, which eventually reached many Indian revolutionaries. - He was arrested in 1909 on charges of plotting an armed revolt against the Morle-Minto reform. - He also Worked on abolishment of untouchability in Ratnagiri. Dr Babasaheb Ambedkar also compared his work to Lord Buddha. - He founded the two-nation theory in his book ‘Hindutva’ calling Hindus and Muslims two separate nations. In 1937, Hindu Mahasabha passed it as a resolution. - It was in year 1964, when Savarkar declared his wish to attain Samadhi and started hunger-strike on February 1, 1966 and passed away on February 26, 1966. He believed that his purpose of life is solved as India has gained Independence. - In 2002, Port Blair airport at Andaman and Nicobar’s Island was renamed after Veer Savarkar International Airport. Sources: the Hindu.
english
Stems of various plants have undergone modifications to perform different functions. Underground stems or storage stems: In ginger and banana, the underground stem is called a rhizome. The underground stem in Colocasia (arvi) is known as corm. Rhizomes and corms are underground stems, modified for the storage of food. Also, these stems help in vegetative reproduction of these plants. The tips of the underground stem in potato plants become swollen due to the accumulation of food. The potato is a tuber that helps in the storage of food and bears eyes on it. Subtended by a leaf scar, these eyes bear buds that give rise to new plants. The stem in some weak plants bear thin, slender, and spirally-coiled structures called tendrils that help the plant get attached to nearby structures for support. Tendrils are found in cucumbers, melons, and other members of the family Cucurbitaceae. The stem in bougainvillea and citrus plants (like lemon and orange) bear sharp, pointed structures called thorns, which provide protection to the plant from herbivores. The stem in the Opuntia is green. It carries out the process of photosynthesis in the absence of leaves. In some plants, underground stems such as grasses spread in the soil and help in perenation. These stems are called runners. The short lateral stem called the offset in some aquatic plants (such as Eichhornia) bears leaves and tufts of roots at the node and gives rise to new plants.
english
package de.bayerl.statistics.transformer; import de.bayerl.statistics.model.Row; import de.bayerl.statistics.model.Table; import de.bayerl.statistics.model.Cell; /** * Created by sebastianbayerl on 08/04/15. */ public class ResolveWrongLabels extends Transformation { private int columnOffset; public ResolveWrongLabels(@NameAnnotation(name = "column offset") int columnOffset) { this.columnOffset = columnOffset; } @Override public String getName() { return "resolveWrongLabels"; } @Override protected Table transformStep(Table table) { for (Row row : table.getRows()) { boolean hasData = false; for (int i = columnOffset; i < row.getCells().size(); i++) { Cell cell = row.getCells().get(i); // check if there is a data cell in this row if (cell.getRole().equals("data")) { hasData = true; break; } } if (hasData) { // set every cell to data after the offset for (int i = columnOffset; i < row.getCells().size(); i++) { Cell cell = row.getCells().get(i); cell.setRole("data"); } } } return table; } }
java
const dc = require("node-dev-console"); const R = require("ramda"); const {sleep} = require("./helper/sleep"); const {makeCommandId} = require("./helper/make-command-id"); const {v1: uuid} = require("uuid"); // todo -> change !!!! const { getCollectionCommandIndex, getCollectionCommandPayload, } = require("./database"); const {upsertStatsCommandContextAggregate} = require("./upsert-stats"); const {storeError} = require("./database"); const {isCommandControlPaused} = require("./command-control"); async function emitCommand({ context, aggregate, // mandatory or optional ??? command, payload = {}, invokeId = "", priority = 0, paused = false, callbackFrom = false, }, callbackList = []) { // todo -> verify Data const hasCallback = !R.isEmpty(callbackList); // load global paused setting // todo -> make system option if (await isCommandControlPaused({context, aggregate, command})) { paused = true; } // const hasPayload = !R.isEmpty(payload); let uniqueId, commandId, commandData // const commandPayload = { // _id: commandId, // payload, // }; // dc.l(("insertOne(%s)", dc.stringify(commandData)) let commandInserted = false, tryCount = 0; // todo -> move retry logic to separate function like in nextSequenceNumber_dataStream -> to understand the logic better do { try { uniqueId = uuid(); commandId = makeCommandId(context, aggregate, command, invokeId, uniqueId); commandData = { _id: commandId, // commandId, context, aggregate, command, invokeId, uniqueId, multiInvoke: false, createdAt: new Date(), running: false, runningSince: null, handled: false, handledAt: null, priority, paused, pausedAt: paused ? (new Date()) : null, // payload: {}, payload, // hasPayload, hasSubscriptions: false, subscription: [], hasCallback, callbackList, callbackFrom: !callbackFrom ? [] : [callbackFrom], }; // insert payload before command // if (hasPayload) { // const result = await getCollectionCommandPayload().insertOne(commandPayload); // dc.l("insertOne(commandPayload).result", result.insertedId); // } // const result = await getCollectionCommandIndex().insertOne(commandData); // dc.l("insertOne(commandData).result", result.insertedId); commandInserted = true; } catch (e) { // run again on for example duplicate key error console.error(e); await storeError(__filename, 91, "emitCommand", e); if (++tryCount >= 3) { throw Error(`emitCommand insert CommandIndex [${commandId}] failed`); } await sleep(20); } } while (!commandInserted); await upsertStatsCommandContextAggregate({context, aggregate, command}); /*if (hasCallback) { for (let callbackCommand of callbackList) { callbackCommand["callback"] = commandId; dc.j(callbackCommand, "callbackCommand"); const result = await emitCommand(callbackCommand); dc.j(result, "callbackCommand result"); } }*/ // if (hasPayload) { // return { // ...commandData, // payload, // }; // } return commandData; } module.exports = { emitCommand, };
javascript
<filename>pkg/nocalhost-api/app/router/middleware/sign_md5.go /* * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * This source code is licensed under the Apache License Version 2.0. */ package middleware import ( "errors" "time" "nocalhost/pkg/nocalhost-api/pkg/sign" "github.com/gin-gonic/gin" "nocalhost/pkg/nocalhost-api/app/api" "nocalhost/pkg/nocalhost-api/pkg/errno" ) // SignMd5Middleware md5 func SignMd5Middleware() gin.HandlerFunc { return func(c *gin.Context) { sn, err := verifySign(c) if err != nil { api.SendResponse(c, errno.InternalServerError, nil) c.Abort() return } if sn != nil { api.SendResponse(c, errno.ErrSignParam, sn) c.Abort() return } c.Next() } } // verifySign func verifySign(c *gin.Context) (map[string]string, error) { requestUri := c.Request.RequestURI // Initial Verify validator verifier := sign.NewVerifier() sn := verifier.GetSign() // Assuming that the verification parameters are read from RequestUri if err := verifier.ParseQuery(requestUri); nil != err { return nil, err } // Check whether the timestamp has timed out。 if err := verifier.CheckTimeStamp(); nil != err { return nil, err } // Verify signature localSign := genSign() if sn == "" || sn != localSign { return nil, errors.New("sign error") } return nil, nil } // genSign func genSign() string { // TODO: Read configuration signer := sign.NewSignerMd5() signer.SetAppID("123456") signer.SetTimeStamp(time.Now().Unix()) signer.SetNonceStr("supertempstr") signer.SetAppSecretWrapBody("20200711") return signer.GetSignature() }
go
{% extends '_layouts/_grids/_grid-2-1-stacked.html' %} {% block page_title %}Access eRedbook{% endblock %} {% set signedin = 'true' %} {% set isServiceStart = 'false' %} {% block content %} <form> <div class="form-group"> <h1><legend>Share access to Rosie Dymond's eRedbook</legend></h1> <p>Enter the email address of the person you want to share Rosie Dymond's eRedbook with.</p> <fieldset> <div class="form-group"> <label class="form-label" for="field1">Email address</label> <input class="form-control" id="field1" name="field1" type="email"> </div> <div class="form-group"> <label class="form-label" for="field2">Confirm email address</label> <input class="form-control" id="field2" name="field2" type="email"> </div> </fieldset> </div> <div class="form-group"> <a class="button" href="share-access-password" id="continue">Continue</a> </div> </form> {% endblock %}
html
We're even getting some huge updates to ChatGPT rival Google Bard! We're even getting some huge updates to ChatGPT rival Google Bard! Sleek and stylish smartwatches don't have to cost a fortune. The upcoming Xiaomi Mi Mix Fold 3 will be identified by the model number 2308CPXD0C. Google has yet to make any plans to introduce a Pixel phone priced below Rs 20,000. During the Big Billion Days sale on Flipkart, the Pixel Buds A-series is being offered at a significantly discounted price. Check out best Christmas gifts that amaze your loved ones. You’ll be able to get more work done in less time with these smart gadgets, software, and apps. Is the Pixel 8 Pro's new temperature sensor a gimmick? Pricing details for the upcoming Pixel 8 series in Europe have been unveiled. Google's second smartwatch makes moves to push past glorified Fitbit territory.
english
The United States has strongly condemned and criticised the terror attack on Amarnath Yatra pilgrims that happened on Monday evening killing seven people and injuring 15. Congressmen from Texas, Florida, Arkansas and California paid condolences to the families of the deceased and injured and issued a statement criticising the attacks. Many of them openly criticised the attack on Twitter. Another Congressman William Pete Olson, US representative for Texas’s 22nd congressional district, wrote: “The terrorist attack on #AmarnathYatra is deplorable & must be condemned. Prayers for the families of those killed”. Further, William Ballard Hurd, US representative for Texas’s 23rd congressional district said, “My thoughts & prayers to all of the Amarnath Yatra Terror Attack victims & their families. The attack is reprehensible & must be condemned”. Criticising the attack, Sheela Lee Jackson, US Representative for Texas 18th Congressional District tweeted- “The terrorist attack on #AmarnathPilgrims is outrageous. Religion is a fundamental right and human right”. US representative for Texas’s 7th congressional district John Culberson said, “Our hearts go out to the victims of the terrorist attack on #AmarnathYatra. We must stand united against these deplorable acts of terrorism”. Stephanie Murphy, Florida’s Seventh Congressional District in the US House of Representatives, wrote, “Saddened by the barbaric act of violence against #AmarnathYatra pilgrims. People everywhere must stand united against hate”. Calling it an attack on freedom of religious expression, Indian American Rohit “Ro” Khanna- US Representative for California’s 17th congressional district tweeted: “The world must stand united against the heinous terrorist act on Amarnath pilgrims. It’s an attack on the freedom of religious expression”. On Monday, militants attacked a bus carrying at least 56 passengers at Botengo village near Anantnag, on the Srinagar-Jammu National Highway, in South Kashmir. (With PTI inputs)
english
use crate::WorkerManager; use lv2_raw::LV2Feature; use lv2_sys::LV2_BUF_SIZE__boundedBlockLength; use std::pin::Pin; use std::sync::Arc; use std::{collections::HashSet, ffi::CStr}; pub mod options; pub mod urid_map; pub mod worker; /// A builder for `Features` objects. pub struct FeaturesBuilder { /// The minimum block size. If plugins try to process less samples than this /// on a single `run` call, an error will be returned. pub min_block_length: usize, /// The maximum block size. If plugins try to process more samples than this /// on a single `run` call, an error will be returned. pub max_block_length: usize, /// The worker manager. Plugins will execute asynchronous work to be done by /// this worker manager. pub worker_manager: Arc<WorkerManager>, } impl Default for FeaturesBuilder { fn default() -> FeaturesBuilder { FeaturesBuilder { min_block_length: 1, max_block_length: 4096, worker_manager: Arc::default(), } } } impl FeaturesBuilder { /// Build a new `Features` object. pub fn build(self, _world: &crate::World) -> Arc<Features> { let mut features = Features { urid_map: urid_map::UridMap::new(), options: options::Options::new(), min_block_length: self.min_block_length, max_block_length: self.max_block_length, bounded_block_length: LV2Feature { uri: LV2_BUF_SIZE__boundedBlockLength.as_ptr().cast(), data: std::ptr::null_mut(), }, worker_manager: self.worker_manager, }; features.options.set_int_option( &features.urid_map, features.urid_map.map( CStr::from_bytes_with_nul(b"http://lv2plug.in/ns/ext/buf-size#minBlockLength\0") .unwrap(), ), self.min_block_length as i32, ); features.options.set_int_option( &features.urid_map, features.urid_map.map( CStr::from_bytes_with_nul(b"http://lv2plug.in/ns/ext/buf-size#maxBlockLength\0") .unwrap(), ), self.max_block_length as i32, ); Arc::new(features) } } /// `Features` are used to provide functionality to plugins. pub struct Features { urid_map: Pin<Box<urid_map::UridMap>>, options: options::Options, bounded_block_length: LV2Feature, min_block_length: usize, max_block_length: usize, worker_manager: Arc<WorkerManager>, } impl Features { /// Get the URIs for all supported features. pub fn supported_features() -> HashSet<&'static str> { HashSet::from([ "http://lv2plug.in/ns/ext/urid#map", "http://lv2plug.in/ns/ext/urid#unmap", "http://lv2plug.in/ns/ext/options#options", "http://lv2plug.in/ns/ext/buf-size#boundedBlockLength", "http://lv2plug.in/ns/ext/worker#schedule", ]) } /// Iterate over all the LV2 features. pub fn iter_features<'a>( &'a self, worker_feature: &'a LV2Feature, ) -> impl Iterator<Item = &'a LV2Feature> { std::iter::once(self.urid_map.as_urid_map_feature()) .chain(std::iter::once(self.urid_map.as_urid_unmap_feature())) .chain(std::iter::once(self.options.as_feature())) .chain(std::iter::once(&self.bounded_block_length)) .chain(std::iter::once(worker_feature)) } /// The minimum allowed block length. pub fn min_block_length(&self) -> usize { self.min_block_length } /// The maximum allowed block length. pub fn max_block_length(&self) -> usize { self.max_block_length } /// The urid for the given uri. pub fn urid(&self, uri: &CStr) -> u32 { self.urid_map.map(uri) } /// The urid for midi. pub fn midi_urid(&self) -> lv2_raw::LV2Urid { self.urid( std::ffi::CStr::from_bytes_with_nul(b"http://lv2plug.in/ns/ext/midi#MidiEvent\0") .unwrap(), ) } /// The uri for the given urid. pub fn uri(&self, urid: lv2_raw::LV2Urid) -> Option<&str> { self.urid_map.unmap(urid) } /// The worker manager. This should be run periodically to perform any /// asynchronous work that plugins have scheduled. pub fn worker_manager(&self) -> &Arc<WorkerManager> { &self.worker_manager } }
rust
<gh_stars>0 //calendario ou index - TESTE // cria o table geral do calendario var table = document.createElement(`table`); table.setAttribute(`cellpadding`,`0`); table.setAttribute(`callspacing`,`0`); // cria o thead que vai receber o nome mes var thead = document.createElement(`thead`); // cria a linha var tr = document.createElement(`tr`); //cria a coluna var td = document.createElement(`td`); td.setAttribute(`colspan`,`7`); td.innerText = `Janeiro 2022 - teste`; //crio o tbody var tbody = document.createElement(`tbody`); table.appendChild(thead); table.appendChild(tbody); thead.appendChild(tr); tr.appendChild(td); function imprimeDiasDaSemana() { var dias = ["DOM", "SEG", "TER", "QUA", "QUI", "SEX", "SAB"]; var tr = document.createElement(`tr`); for(var dia of dias){ console.log(`0 dia é: ` + dia); var td = document.createElement(`td`); td.innerText = dia; tr.appendChild(td); } tbody.appendChild(tr); } function imprimeDiasNumericos() { var tr = document.createElement(`tr`); for (var dia = 1; dia <=31; dia++) { var td = document.createElement(`td`); td.innerText = dia; tr.appendChild(td); //janeiro de 2022 //if (dia === 1 || dia === 8 || dia === 15 || dia === 22 || dia === 29) { if (dia % 7 === 0) { tbody.appendChild(tr); var tr = document.createElement(`tr`); } } tbody.appendChild(tr); } imprimeDiasDaSemana(); imprimeDiasNumericos(); body.appendChild(table);
javascript
<gh_stars>0 package langModel; import static org.junit.Assert.*; import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TestName; /** * This JUnit Test Class has been generated by right clicking on the NgramUtils class * and selecting "New > Junit Test Case". After that, you have to select the methods * for which you would like to generate tests. * In practice, you will duplicate manually the test methods to possibly create * several tests for one method. * * Your work is then to remove the fail parts and to implement each test. * One method is given as an example * * To run them: * either right click on the class name or simply on the method name and * select "Run As Junit Test". * * @author <NAME> and <NAME> (2015) * */ public class NgramUtilsTest { String sentence = "<s> cette phrase est de taille 9 . </s>"; String ngram = "où commence l' historique de cet n-gramme"; /** * Test method for {@link langModel.NgramUtils#getSequenceSize(java.lang.String)}. */ @Test public void testGetSequenceSize() { System.out.println(NgramUtils.getSequenceSize(sentence)); // on the left the expected value and on the right the actual one // (i.e. the one returned by your method) assertEquals(9, NgramUtils.getSequenceSize(sentence)); } /** * Test method for {@link langModel.NgramUtils#generateNgrams(java.lang.String, int, int)}. */ @Test public void testGenerateNgrams() { fail("Not yet implemented"); } /** * Test method for {@link langModel.NgramUtils#getHistory(java.lang.String, int)}. */ @Test public void testGetHistory() { fail("Not yet implemented"); } /** * Test method for {@link langModel.NgramUtils#decomposeIntoNgrams(java.lang.String, int)}. */ @Test public void testDecomposeIntoNgrams() { fail("Not yet implemented"); } /** * The following code displays a separator * between each method output * * (manually added) **/ @Rule public TestName name = new TestName(); @Before public void printSeparator() { System.out.println("\n=== " + name.getMethodName() + " ====================="); } }
java
Farmer asked to give him the authority to control the weather of his region, according to his will. The Godly light disappeared then. Now the farmer was happy, thinking that the control is now in his hands. So, he became confident of getting a good crop. Now was the time to harvest. He was happy since, the crop was looking quite good. After obtaining wheat grains from the crop he reached market to sell. But to his surprise, nobody was ready to give the right price for the grains. He asked many buyers but nobody was ready to purchase. Every buyer was rejecting. But, he himself also knew the reason. The grains were somewhat not having the right growth as it should be. The farmer was puzzled, he had done everything right. But, why the grains were not grown perfectly? Again he was on the same boat as was before, complaining to God, and said “you must have played some trick, otherwise how is this possible”. He was sad, very sad. The light appeared again and asked the reason for his sadness. The farmer explained the issue and asked explanation. Currently there are no reviews available for this book. Be the first one to write a review for the book The God Factor - For Success and Contentment.
english
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link href="../../../styles/main.css" rel="stylesheet" type="text/css"> <title>Relative, Absolute, and Fixed</title> </head> <body> <nav> <a class="home-nav" href="../../../index.html">Home</a> <a class="core-nav" href="../../core.html">Core</a> <a class="tech-nav" href="../../tech.html">Tech</a> <a class="contact-nav" href="../../contact.html">Contact</a> </nav> <div class="main-structure"> <div class="black-background"> <div class="tech"> <div class="special-title"><h1 class="title">The Difference Between Relative, Absolute, and Fixed</h1></div> <div class="fixed">I'm fixed. <br>Not even scrolling can get rid of me!</div> <div class="absolute">My position is absoulte. <br>I stick to the page, even if the page moves, and I make room for no one (but my starting position is based off the last element)</div> <div class="relative green">I'm relatively positioned. <br>I make way for others relatively positioned, or they make way for me</div> <div class="relative yellow">I'm relatively positioned too.</div> <div class="text"> <p>Relatively positioned elements will move out of the way of other relatively positioned objects that were declared (made) before them.</p> <p>Absolutely positioned elements are positioned based off the element before them but they don't care if another element is in the way (also negative margins work).</p> <p>Fixed elements stick to the screen. No matter how you scroll, fixed elements will always be in the same place.</p> <p>Give it a go and see for yourself. I've made this page twice as long as the others so you can scroll.</p> <p><br>Here's how I made the relative elements:<br></p> <img src="../../../images/Relative HTML.PNG" alt="Some html"> <img src="../../../images/Relative CSS.PNG" alt="Some css"> <p><br>The absolute element:<br></p> <img src="../../../images/Absolute HTML.PNG" alt="Some html"> <img src="../../../images/Absolute CSS.PNG" alt="Some css"> <p><br>And the fixed element:<br></p> <img src="../../../images/Fixed HTML.PNG" alt="Some html"> <img src="../../../images/Fixed CSS.PNG" alt="Some css"> <p><br>See how the fixed and absolute elements are placed before the relative elements. This is done to avoid having to work out their positions based on the last relative objects.</p> <p><br>Also the "z-index" you can see in the absolute and fixed element css is to push them to the front. I used 5 but any positive number will do.</p> </div> </div> </div> </div> </body> </html>
html
<reponame>Mohan091/react-redux-realworld-example-app 'use strict'; const express = require('express'); const app = express(); app.use(express.static('./bin')); app.listen(4000); console.log('listening on port 4000');
javascript
The 3rd Floor (Paperback) Tiago brings us into a clandestine world, closely, intimately, and leaves the legacy of that time and the demands it made on committed militants. If the time should ever come, anywhere, when this level of organized underground resistance is called for, then pick up these books and study how it was once done. In addition, these stories are engaging in their own ways, and Tiago introduces us to some memorable characters and scenes. These stories are presented in a certain order as if to suggest the birth, adventures and day-to-day lives of Communist militants in fascist Portugal as portrayed in different characters at discrete stages of political evolution. The presence of the Party is not felt in the last story, at least not overtly, but nevertheless it reflects the collective stance of a rural community toward a generally hated landowner, perhaps indicating how deeply anti-oligarchical ideas have embedded themselves even amongst a non-politically engaged population.
english
from setuptools import find_packages, setup setup( name='django-studentsdb-app', version='1.0', author=u'<NAME>', author_email='<EMAIL>', packages=find_packages(), license='BSD licence, see LICENCE.txt', description='Students DB application', long_description=open('README.txt').read(), zip_safe=False, include_package_data=True, package_data = { 'students': ['requirements.txt'] }, )
python
<gh_stars>1-10 """Functions to analyse summary data from bias and superbias frames""" from lsst.eo_utils.base.config_utils import EOUtilOptions from lsst.eo_utils.base.iter_utils import TableAnalysisByRaft,\ SummaryAnalysisIterator, TableAnalysisBySlot from lsst.eo_utils.base.analysis import AnalysisConfig, AnalysisTask from lsst.eo_utils.dark.file_utils import SLOT_DARK_TABLE_FORMATTER,\ SUM_DARK_TABLE_FORMATTER, SUM_DARK_PLOT_FORMATTER,\ RAFT_DARK_TABLE_FORMATTER, RAFT_DARK_PLOT_FORMATTER,\ SUM_SDARK_TABLE_FORMATTER, SUM_SDARK_PLOT_FORMATTER,\ SLOT_SDARK_TABLE_FORMATTER, SLOT_SDARK_PLOT_FORMATTER,\ RAFT_SDARK_TABLE_FORMATTER, SUPERDARK_FORMATTER class DarkRaftTableAnalysisConfig(AnalysisConfig): """Configuration for bias analyses""" run = EOUtilOptions.clone_param('run') raft = EOUtilOptions.clone_param('raft') slots = EOUtilOptions.clone_param('slots') infilekey = EOUtilOptions.clone_param('infilekey') class DarkRaftTableAnalysisTask(AnalysisTask): """Simple functor class to tie together standard bias data analysis """ # These can overridden by the sub-class ConfigClass = DarkRaftTableAnalysisConfig _DefaultName = "DarkRaftTableAnalysisTask" iteratorClass = TableAnalysisByRaft intablename_format = SLOT_DARK_TABLE_FORMATTER tablename_format = RAFT_DARK_TABLE_FORMATTER plotname_format = RAFT_DARK_PLOT_FORMATTER datatype = 'dark' class DarkSummaryAnalysisConfig(AnalysisConfig): """Configurate for bias analyses""" dataset = EOUtilOptions.clone_param('dataset') class DarkSummaryAnalysisTask(AnalysisTask): """Simple functor class to tie together standard dark data analysis """ # These can overridden by the sub-class ConfigClass = DarkSummaryAnalysisConfig _DefaultName = "DarkSummaryAnalysisTask" iteratorClass = SummaryAnalysisIterator intablename_format = RAFT_DARK_TABLE_FORMATTER tablename_format = SUM_DARK_TABLE_FORMATTER plotname_format = SUM_DARK_PLOT_FORMATTER datatype = 'dark' class SuperdarkSlotTableAnalysisConfig(AnalysisConfig): """Configuration for bias analyses""" run = EOUtilOptions.clone_param('run') raft = EOUtilOptions.clone_param('raft') slot = EOUtilOptions.clone_param('slot') infilekey = EOUtilOptions.clone_param('infilekey') class SuperdarkSlotTableAnalysisTask(AnalysisTask): """Simple functor class to tie together standard bias data analysis """ # These can overridden by the sub-class ConfigClass = SuperdarkSlotTableAnalysisConfig _DefaultName = "SuperdarkSlotTableAnalysisTask" iteratorClass = TableAnalysisBySlot intablename_format = SUPERDARK_FORMATTER tablename_format = SLOT_SDARK_TABLE_FORMATTER plotname_format = SLOT_SDARK_PLOT_FORMATTER datatype = 'superdark' class SuperdarkSummaryAnalysisConfig(AnalysisConfig): """Configurate for bias analyses""" dataset = EOUtilOptions.clone_param('dataset') class SuperdarkSummaryAnalysisTask(AnalysisTask): """Simple functor class to tie together standard dark data analysis """ # These can overridden by the sub-class ConfigClass = SuperdarkSummaryAnalysisConfig _DefaultName = "SuperdarkSummaryAnalysisTask" iteratorClass = SummaryAnalysisIterator intablename_format = RAFT_SDARK_TABLE_FORMATTER tablename_format = SUM_SDARK_TABLE_FORMATTER plotname_format = SUM_SDARK_PLOT_FORMATTER datatype = 'dark'
python
import { Router } from 'express'; import redis from 'redis'; const router = new Router(); router.post('/', (req, res, next) => { try { const movie_id = req.query.movie_id; var client = redis.createClient(); client.set(movie_id, "yes", redis.print); res.status(200).send('OK'); } catch (err) { next(err); } }); router.get('/', async (req, res, next) => { try { var client = redis.createClient(); client.keys("*", function(err, reply) { // reply is null when the key is missing res.status(200).send(reply); }); } catch (err) { next(err); } }); export default router;
javascript
version https://git-lfs.github.com/spec/v1 oid sha256:f7dd64eda7c15ac086714ae0f42e7bd807555d21ca56fbf3c02dde5481313145 size 13132
json
<filename>src/awkward/_v2/contents/numpyarray.py # BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE from __future__ import absolute_import import awkward as ak from awkward._v2.contents.content import Content np = ak.nplike.NumpyMetadata.instance() class NumpyArray(Content): def __init__(self, data): self._nplike = ak.nplike.of(data) self._data = self._nplike.asarray(data) @property def nplike(self): return self._nplike @property def shape(self): return self._data.shape @property def dtype(self): return self._data.dtype def __len__(self): return len(self._data) def __repr__(self): return self._repr("", "", "") def _repr(self, indent, pre, post): out = [indent, pre, "<NumpyArray dtype="] out.append(repr(str(self.dtype))) if len(self._data.shape) == 1: out.append(" len=") out.append(repr(str(len(self)))) else: out.append(" shape=") out.append(repr(str(self._data.shape))) arraystr_lines = self._nplike.array_str(self._data, max_line_width=30).split( "\n" ) if len(arraystr_lines) > 1: # if or this array has an Identifier arraystr_lines = self._nplike.array_str( self._data, max_line_width=max(80 - len(indent) - 4, 40) ).split("\n") if len(arraystr_lines) > 5: arraystr_lines = arraystr_lines[:2] + [" ..."] + arraystr_lines[-2:] out.append(">\n" + indent + " ") out.append(("\n" + indent + " ").join(arraystr_lines)) out.append("\n" + indent + "</NumpyArray>") else: if len(arraystr_lines) > 5: arraystr_lines = arraystr_lines[:2] + [" ..."] + arraystr_lines[-2:] out.append(">") out.append(arraystr_lines[0]) out.append("</NumpyArray>") out.append(post) return "".join(out) def _getitem_at(self, where): out = self._data[where] if hasattr(out, "shape") and len(out.shape) != 0: return NumpyArray(out) else: return out def _getitem_range(self, where): return NumpyArray(self._data[where]) def _getitem_field(self, where): raise IndexError("field " + repr(where) + " not found") def _getitem_fields(self, where): raise IndexError("fields " + repr(where) + " not found")
python
// Copyright (c) 2018 <NAME> // // Licensed under the MIT License // you may not use this file except in complicance with the License. // You may obtain a copy of the License at // // https://opensource.org/licenses/MIT // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package convert import ( "fmt" ) // Builder build layout strings to Converter type Builder interface { // Build construct Converter from layout pattern string Build(layout string) (Converter, error) // AddFieldBuilder add user field converter builder, if key conflict it will overwrite old field converter builder AddFieldBuilder(f FieldConverterBuilder) } // FieldConverterBuilder build FieldConverer type FieldConverterBuilder interface { Build(layoutField *LayoutField) (FieldConverter, error) Key() string } // defBuilderImpl implement Builder interface type defBuilderImpl struct { fieldBuilers map[string]FieldConverterBuilder } // NewBuilder return Builder func NewBuilder() Builder { return &defBuilderImpl{ fieldBuilers: make(map[string]FieldConverterBuilder), } } func (b *defBuilderImpl) Build(layout string) (Converter, error) { fields, err := ParseToLayoutField(layout) if err != nil { return nil, err } fieldConverters := make([]FieldConverter, 0, len(fields)) for _, field := range fields { switch { case field.Type == LayoutFieldText: fieldConverters = append(fieldConverters, &textConverter{ text: field.Value, }) case field.Type == LayoutFieldConverter: var converter FieldConverter if builder, ok := b.fieldBuilers[field.Value]; ok { converter, err = builder.Build(field) if err != nil { return nil, err } fieldConverters = append(fieldConverters, converter) } else { // TODO: builder pattern? switch field.Value { case string(FieldKeyDate): fieldConverters = append(fieldConverters, &dateConverter{ timestampFormat: "2006-01-02T15:04:05.000000000Z07:00", }) case string(FieldKeyLevel): fieldConverters = append(fieldConverters, &levelConverter{}) case string(FieldKeyPackage): fieldConverters = append(fieldConverters, &packageConverter{}) case string(FieldKeyFile): fieldConverters = append(fieldConverters, &fileConverter{}) case string(FieldKeyMethod): fieldConverters = append(fieldConverters, &methodConverter{}) case string(FieldKeyLine): fieldConverters = append(fieldConverters, &lineConverter{}) case string(FieldKeyMessage): fieldConverters = append(fieldConverters, &messageConverter{}) default: return nil, fmt.Errorf("unsupported field key: %s", field.Value) } } default: return nil, fmt.Errorf("unexpected field type %v", field.Type) } } return NewConverter(fieldConverters), nil } func (b *defBuilderImpl) AddFieldBuilder(f FieldConverterBuilder) { b.fieldBuilers[f.Key()] = f }
go
class DepNode { private _name:Symbol; private _master:DepNode | null; private _children:DepNode[]; private _data:any; private _type:any; constructor(name:Symbol, master:DepNode | null = null) { this._name = name; this._master = master; this._children = []; this._data = null; } get children():DepNode[] { return this._children; } get master():DepNode { if(this._master == null) { console.error("master is still null, it doesn't exist. It is Root!"); return new DepNode(Symbol('null')); } else { return this._master; } } get name():Symbol { return this._name; } get type():any { return this._type; } get data():any { return this._data; } get isAllocated():boolean { if (this._data != null) { return true; } else { return false; } } get isNoDep():boolean { if (this._children.length == 0) { return true; } else { return false; } } get instances():any[] { let instanceList:any[] = []; for (let c = 0; c < this._children.length; c++) { let currentChild = this._children[c]; instanceList.push(currentChild.data); } return instanceList; } get depsReady():boolean { let allReady:boolean = true; for (let c = 0; c < this._children.length; c++) { let currentChild = this._children[c]; if(currentChild.data == null) allReady = false; } return allReady; } set master(mstr:DepNode) { this._master = mstr; } set type(typ:any) { this._type = typ; } set data(dat:any) { this._data = dat; } public addChild(chd:DepNode) { this._children.push(chd); } public importChildren(chdList:DepNode[]) { for (let c = 0; c < chdList.length; c++) { let currentNode = chdList[c]; this.addChild(currentNode); } } } export default DepNode;
typescript
package com.biubixin.springboot.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSession; //注销按钮 @Controller public class SignOutController { @RequestMapping("/signout") public String signout(HttpServletRequest request){ request.getSession().removeAttribute("loginUser"); return "redirect:/"; } }
java
//----------------------------------*-C++-*-----------------------------------// /** * @file test_SpectrumPinCell.cc * @brief Test of SpectrumPinCell * @note Copyright(C) 2012-2013 <NAME> */ //----------------------------------------------------------------------------// // LIST OF TEST FUNCTIONS #define TEST_LIST \ FUNC(test_SpectrumPinCell) #include "TestDriver.hh" #include "solvers/mg/SpectrumPinCell.hh" #include "solvers/FixedSourceManager.hh" #include "solvers/test/fixedsource_fixture.hh" using namespace detran_test; using namespace detran; using namespace detran_utilities; using namespace std; int main(int argc, char *argv[]) { RUN(argc, argv); } //----------------------------------------------------------------------------// // TEST DEFINITIONS //----------------------------------------------------------------------------// //----------------------------------------------------------------------------// int test_SpectrumPinCell(int argc, char *argv[]) { callow_initialize(argc, argv); { FixedSourceData data = get_fixedsource_data(1, 7); InputDB::SP_input db(new InputDB()); db->put<vec_dbl>("radii_0", vec_dbl(0)); db->put<vec_int>("mat_map_0", vec_int(1, 0)); db->put<double>("pitch_0", 1.26); data.mesh->add_mesh_map("PINCELL_SPECTRUM", vec_int(data.mesh->number_cells(), 0)); data.input->put<InputDB::SP_input>("mgpc_spectrum_pincell_db", db); SpectrumPinCell S(data.input, data.material, data.mesh); SpectrumPinCell::vec2_dbl x = S.spectrum(); double ref[] = {6.873989792058641e-02, 9.961052698673564e-01, 5.519933833019457e-02, 1.452704956055006e-03, 2.005421939335062e-04, 1.595459951736601e-05, 9.204673721554377e-07}; for (int g = 0; g < 7; ++g) { TEST(soft_equiv(x[g][0], ref[g], 1.0e-6)); } } callow_finalize(); return 0; } //----------------------------------------------------------------------------// // end of test_SpectrumPinCell.cc //----------------------------------------------------------------------------//
cpp
/**************************************************************************** * * Copyright (c) 2012-2014 PX4 Development Team. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * 3. Neither the name PX4 nor the names of its contributors may be * used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * ****************************************************************************/ /** * Author: <NAME> <EMAIL> */ #include <fcntl.h> #include <termios.h> #include <systemlib/err.h> #include <errno.h> #include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/ioctl.h> #include <poll.h> /*Nuttix spez include*/ #include <drivers/drv_hrt.h> //including timestamp funktion hrt_absolute_time() #include "serial.h" Serial::Serial(){;} int Serial::init(const char *serialPortdevname, int speed) { devName=serialPortdevname; serialOpen(); serialSetSpeed(speed); serialClose(); return 0; } int Serial::serialOpen(bool write) { if(fd!=-1) ::close(fd); if(write) fd = ::open(devName,O_RDWR | O_NOCTTY | O_TRUNC); else fd = ::open(devName,O_RDONLY | O_NOCTTY | O_TRUNC); if(fd==-1){ warnx("Faild to open Serial port: %s",devName); return -1; } return fd; } void Serial::serialClose() { ::close(fd); } int Serial::serialSetSpeed(int speed) { /* Try to set baud rate */ struct termios uart_config; int termios_state; /* Back up the original uart configuration to restore it after exit */ if ((termios_state = tcgetattr(fd, &uart_config)) < 0) { warnx("ERR GET CONF %s: %d\n", devName, termios_state); close(fd); return -1; } /* Clear ONLCR flag (which appends a CR for every LF) */ uart_config.c_oflag &= ~ONLCR; /* USB serial is indicated by /dev/ttyACM0*/ if (strcmp(devName, "/dev/ttyACM0") != OK && strcmp(devName, "/dev/ttyACM1") != OK) { /* Set baud rate */ if (cfsetispeed(&uart_config, speed) < 0 || cfsetospeed(&uart_config, speed) < 0) { warnx("ERR SET BAUD %s: %d\n", devName, termios_state); close(fd); return -1; } } if ((termios_state = tcsetattr(fd, TCSANOW, &uart_config)) < 0) { warnx("ERR SET CONF %s\n", devName); close(fd); return -1; } else {return 0;} } int Serial::getData(uint8_t *recv, unsigned len) { ssize_t bytesRead; unsigned bytesTotalRead; uint8_t* dataPtr = recv; bytesTotalRead=0; do{ bytesRead=::read(fd, (dataPtr+bytesTotalRead), len-bytesTotalRead); if(bytesRead==-1){ printf("Error reading Serial data. ErrorNo: %d\n",errno); exit(-1); } bytesTotalRead+=bytesRead; }while(bytesTotalRead<len); if(bytesTotalRead!=len){ printf("Error reading Serial data. Size didnt match"); exit(-1); } return (int)bytesRead; } uint16_t Serial::getDataWePilot(uint8_t *recv, unsigned len) { uint8_t* dataPtr = recv; ssize_t bytesRead; ssize_t extraBytesRead; unsigned bytesTotalRead = 0; uint16_t checkSum = 0; do{ bytesRead=::read(fd, (dataPtr+bytesTotalRead), 1); if(bytesRead==-1){ printf("Error reading Serial data. ErrorNo: %d\n",errno); exit(-1); } if(dataPtr[bytesTotalRead] == 0x55) { extraBytesRead=::read(fd, (dataPtr+bytesTotalRead+1), 1); if(extraBytesRead==-1){ printf("Error reading Serial data. ErrorNo: %d\n",errno); exit(-1); } if(dataPtr[bytesTotalRead+1] == 0x55){ // printf("0x55 0x55 at position: %d\n",bytesTotalRead+1); dataPtr[bytesTotalRead] = 0x55; } else if(dataPtr[bytesTotalRead+1] == 0x00){ // printf("0x55 0xA5 at position: %d\n",bytesTotalRead+1); dataPtr[bytesTotalRead] = 0xA5; } } if((bytesTotalRead > 1 && bytesTotalRead < len-1) ){ // payload starts after lengthMessage-byte and ends before crc-byte checkSum += (uint16_t)dataPtr[bytesTotalRead]; // sum of all payload bytes // printf("Pos: %d, checkSum + %02x = %02x\n",bytesTotalRead,dataPtr[bytesTotalRead],checkSum); } bytesTotalRead += bytesRead; }while(bytesTotalRead<len); if(bytesTotalRead!=len){ printf("Error reading Serial data. Size didn't match"); exit(-1); } return checkSum; } uint8_t Serial::getDataWePilotFast(uint8_t *recv, unsigned len) { uint8_t* dataPtr = recv; ssize_t readReturn; // ssize_t extraBytesRead; // unsigned bytesTotalRead = 0; uint16_t checkSum = 0; uint8_t crc = 0; hrt_abstime timeStart; //typedef uint64_t hrt_abstime; src/drivers/stm32/drv_hrt.c int Start2DatareadTime; register unsigned i; timeStart = hrt_absolute_time(); // Start time // do{ readReturn = ::read(fd, (dataPtr), len); Start2DatareadTime = (int)(hrt_absolute_time()-timeStart); // Stop time printf("readReturn: %d, Start2DatareadTime: %u,\n",readReturn,Start2DatareadTime); for (i=2; i<(len-1); i++) // payload starts after lengthMessage-byte and ends before crc-byte { checkSum = dataPtr[i] + checkSum; // sum of all payload bytes printf("Pos: %d, checkSum + %02x = %02x\n",i,dataPtr[i],checkSum); } crc = (uint8_t)(checkSum % (uint16_t)256); //// // if(dataPtr[bytesTotalRead] == 0x55) { // extraBytesRead=::read(fd, (dataPtr+bytesTotalRead+1), 1); // if(extraBytesRead==-1){ // printf("Error reading Serial data. ErrorNo: %d\n",errno); // exit(-1); // } // // if(dataPtr[bytesTotalRead+1] == 0x55){ //// printf("0x55 0x55 at position: %d\n",bytesTotalRead+1); // dataPtr[bytesTotalRead] = 0x55; // } // else if(dataPtr[bytesTotalRead+1] == 0x00){ //// printf("0x55 0xA5 at position: %d\n",bytesTotalRead+1); // dataPtr[bytesTotalRead] = 0xA5; // } // } // // if(bytesTotalRead!=len){ // printf("Error reading Serial data. Size didn't match"); // exit(-1); // } // if((bytesTotalRead > 1 && bytesTotalRead < len-1) ){ // payload starts after lengthMessage-byte and ends before crc-byte // checkSum += (uint16_t)dataPtr[bytesTotalRead]; // sum of all payload bytes // // printf("Pos: %d, checkSum + %02x = %02x\n",bytesTotalRead,dataPtr[bytesTotalRead],checkSum); // } return crc; } void Serial::printHex(unsigned len){ uint8_t data[len]; getData(data,len); printf("\n reading %d bites\n",len); for(unsigned i=0;i<len;i++) //printf("%02d: %02x\n",i,data[i]); printf("%02x ",data[i]); } void Serial::printAscii(unsigned len){ uint8_t data[len]; getData(data,len); for(unsigned i=0;i<len;i++){ if(data[i]=='\r') data[i]='\n'; printf("%c",data[i]); } } void Serial::sync2CR_LF(void){ ssize_t numBytes; unsigned numBytesRead; uint8_t buffer[2]; numBytesRead=0; while(numBytesRead<SYNC_TIMEOUT_CNT){ numBytes = getData(&buffer[1], 1); if(numBytes==-1){ warnx("Error reading Serial data"); exit(-1); } numBytesRead+=numBytes; if(numBytes==1){ if( buffer[0]==0x0d && buffer[1]==0x0a){ //found CR _ LF //printf("found sync after %lu bits\n",numBytesRead); return; } } else{warnx("Error reading while syncing");exit(-1); } buffer[0]=buffer[1]; } warnx("Error no CR LF sync found"); exit(-1); } void Serial::sync2_0xA5(void){ ssize_t numBytes; unsigned numBytesRead; uint8_t buffer; numBytesRead=0; while(numBytesRead<SYNC_TIMEOUT_CNT){ numBytes = getData(&buffer, 1); if(numBytes==-1){ warnx("Error reading Serial data"); exit(-1); } numBytesRead+=numBytes; if(numBytes==1){ if( buffer==0xA5 ){ //found 0xA5 // printf("found sync after %lu bits\n",numBytesRead); return; } } else{warnx("Error reading while syncing");exit(-1); } } warnx("Error no A5 sync found"); exit(-1); } int Serial::putData(uint8_t *trans, unsigned len) { ::write(fd,trans,len); return len; } int Serial::isDataAvailable(){ pollfd fds[1]; fds[0].fd = fd; fds[0].events = POLLIN; int ret = ::poll(fds, sizeof(fds) / sizeof(fds[0]), 500); //timeout 500ms if (ret < 0) exit(-2); return ret; } void Serial::sync(){ //not inplemented yet in nuttx //::ioctl(fd,TCFLSH,TCIOFLUSH)); }
cpp
<filename>README.md # kserenity2 kserenity2
markdown
Washington, Dec 5: Unites States' Green Party Presidential candidate Jill Stein's campaign said it would seek a federal court order for a recount of the votes cast in Pennsylvania, which President-elect Donald Trump won narrowly over Democrat Hillary Clinton. "Make no mistake - the Stein campaign will continue to fight for a state-wide recount in Pennsylvania," Efe news agency quoted Jonathan Abady, an attorney working on the recount effort, as saying in a statement on Saturday. "We are committed to this fight to protect the civil and voting rights of all Americans," Abady added. The Stein campaign had said on Saturday that it was dropping its efforts to seek a recount in state courts after a judge ruled that it would have to post a $1 million bond. "Over the past several days, it has become clear that the barriers to verifying the vote in Pennsylvania are so pervasive and that the state court system is so ill-equipped to address this problem that we must seek federal court intervention," the campaign said in a statement. Stein announced plans to hold a rally and press conference outside the Trump Tower in New York on Monday to discuss the Pennsylvania recount effort. Stein, who received a little more than 1 per cent of the nationwide popular vote on November 8, is spearheading recounts in Michigan, Pennsylvania and Wisconsin. Stein denies that she is trying to overturn the election in favour of Clinton though , though she has raised millions of dollars to pay for the recounts. According to the latest figures, Clinton has won the national popular vote by a margin of more than 2. 5 million.
english
<reponame>Prateek-8168/winter-of-contributing # **<ins>Docker Hub Repository</ins>** <img src='https://www.unixtutorial.org/images/software/docker-hub.png' style='width:30%'><br> ## **Docker Hub** Docker Hub is a service provided by Docker for finding and sharing container images with your team. It is the world’s largest repository of container images with an array of content sources including container community developers, open source projects and independent software vendors (ISV) building and distributing their code in containers. <br> Users get access to free public repositories for storing and sharing images or can choose a subscription plan for private repositories. <br> Docker Hub provides the following major features: - Repositories - Teams & Organizations - Docker Official Images <br><br> ## **What is Docker?** Docker is a software platform that simplifies the process of building, running, managing and distributing applications. It does this by virtualizing the operating system of the computer on which it is installed and running. <br><br> ## **Why use Docker?** Docker is so popular today that “Docker” and “containers” are used interchangeably. But the first container-related technologies were available for years, even decades before Docker was released to the public in 2013. <br> Docker enhanced the native Linux containerization capabilities with technologies that enable: - Improved and seamless portability - Even lighter weight and more granular updates - Automated container creation - Container versioning - Container reuse - Shared container libraries <br><br> ## **Docker tools** - **DockerFile :** Every Docker container starts with a simple text file containing instructions for how to build the Docker container image. - **Docker images :** Docker images contain executable application source code as well as all the tools, libraries, and dependencies that the application code needs to run as a container. - **Docker containers :** Docker containers are the live, running instances of Docker images. While Docker images are read-only files, containers are live, ephemeral, executable content. - **Docker Hub :** Docker Hub is the public repository of Docker images that is the “world’s largest library and community for container images.” It holds over 100,000 container images sourced from commercial software vendors, open-source projects, and individual developers. - **Docker daemon :** Docker daemon is a service running on your operating system, such as Microsoft Windows or Apple MacOS or iOS. - **Docker registry :** A Docker registry is a scalable open-source storage and distribution system for docker images. <br><br> ## **Role of Docker in distributing and shipping opensource software** 1. **Docker is a container management tool**<br> It is an open-source tool for the deployment and management of containers. Docker is one of the most used, although is not the only one. It is a system designed to build and execute applications or services as isolated containers. 2. **Docker is not a hardware virtualization system**<br> When Docker was released, many people compared it to the hypervisor of virtual machines as VMware, KVM and Virtualbox. Even if Docker has some points in common with hypervisors, actually has a total different approach. Virtual machines emulate the hardware. 3. **Docker uses a layered file system**<br> Tools like Docker provide a deployment model based on images, which facilitate the sharing of an application or service among different environments. Each image file is layered, and anytime you edit the file a new level is created. 4. **Docker saves your time**<br> Docker allows you to save a lot of time on the setup process, which in some cases can be very long and expensive, both in terms of time and in terms of dedicated staff (consequently, also at the economical level). 5. **Docker saves your money**<br> You know, time is money. Docker enables to reduce costs, not only about dedicated staff but also about the infrastructure expenditure. With containers, unused memory and disk can be shared between instances. 6. **Docker has a large ecosystem of existing images**<br> Two years ago there were already more than 14.000 public Docker images available online. The majority of them is shared trough Docker Hub, a reference platform for who works with public Docker images. 7. **Docker is multiplatform**<br> Docker was born to manage Linux containers. However, now is possible to use it also with different operating systems using particular solutions. <br><br> ## **Getting started with Docker Hub and using images from docker hub** <br> ### **Step-1:** Sign up for a Docker account **Creating [Docker ID](https://hub.docker.com/signup):** A Docker ID grants you access to Docker Hub repositories and allows you to explore images that are available from the community and verified publishers. You’ll also need a Docker ID to share images on Docker Hub. <br><img src='https://i.ibb.co/9NhZDVD/image.png' style='width:40%'><br> ### **Step-2:** Create your first repository **To create a repository:** 1. Sign in to Docker Hub. 2. Click Create a Repository on the Docker Hub welcome page: 3. Name it <your-username>/my-private-repo. 4. Set the visibility to Private. <br><img src='https://i.ibb.co/Lpw9XrT/image.png' style='width:40%'> 5. Click Create. <br><img src='https://i.ibb.co/zbTFn4K/image.png' style='width:40%'> ### **Step-3:** Download and install Docker Desktop 1. Download and install [Docker Desktop](https://docs.docker.com/desktop/#download-and-install). If on Linux, download [Docker Engine](https://docs.docker.com/engine/install/). 2. Sign into the Docker Desktop application using the Docker ID you created in Step 1. <br> ### **Step-4:** Build and push a container image to Docker Hub from your computer 1. Start by creating a Dockerfile to specify your application as shown below: ``` # syntax=docker/dockerfile:1 FROM busybox CMD echo "Hello world! This is my first Docker image." ``` 2. Run ```docker build -t <your_username>/my-private-repo .``` to build your Docker image. 3. Run ```docker run <your_username>/my-private-repo``` to test your Docker image locally. 4. Run ```docker push <your_username>/my-private-repo``` to push your Docker image to Docker Hub. You should see output similar to: <br><img src='https://docs.docker.com/docker-hub/images/index-terminal.png' style='width:40%'> 5. Your repository in Docker Hub should now display a new ```latest``` tag under Tags <br><br> ## **Benefits of Docker** 1. **Return on Investment and Cost Savings**<br> Dockers first advantage is ROI. Especially for large, established companies, which need to generate steady revenue over the long term, the solution is only better if it can drive down costs while raising profits. 2. **Rapid Deployment**<br> It can decrease deployment to seconds. It is because of the fact that it can create a container for every process and even does not boot an OS. So, even without worrying about the cost to bring it up again, it would be higher than what is affordable, Data can be created as well as destroyed. 3. **Security**<br> Docker makes sure that applications that are running on containers are completely segregated and isolated from each other, from a security point of view, by granting us complete control over traffic flow and management. 4. **Simplicity and Faster Configurations**<br> The way Docker simplifies the matters is one of the key benefits of it. It gives flexibility to users to take their own configuration, put that into the code, and further deploy it without any problems. <br><br> ## **Limitations of Docker** 1. **Missing features**<br> There are a ton of feature requests are under progress, like container self-registration, and self-inspects, copying files from the host to the container, and many more. 2. **Data in the container**<br> There are times when a container goes down, so after that, it needs a backup and recovery strategy, although we have several solutions for that they are not automated or not very scalable yet. 3. **Run applications as fast as a bare-metal serve**<br> In comparison with the virtual machines, Docker containers have less overhead but not zero overhead. If we run, an application directly on a bare-metal server we get true bare-metal speed even without using containers or virtual machines. However, Containers don’t run at bare-metal speeds. 4. **Provide cross-platform compatibility**<br> The one major issue is if an application designed to run in a Docker container on Windows, then it can’t run on Linux or vice versa. However, Virtual machines are not subject to this limitation. <br><br> ## **Top 10 Alternatives to Docker hub** 1. Amazon Elastic Container Registry (ECR) 2. JFrog Artifactory. 3. Azure Container Registry. 4. Red Hat Quay. 5. Harbor.
markdown
/* * Copyright(C) 2019 RINEARN (<NAME>) * This software is released under the MIT License. */ package com.rinearn.processornano.presenter; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.awt.event.MouseMotionListener; import com.rinearn.processornano.view.ViewInterface; public final class WindowMouseListener implements MouseListener, MouseMotionListener { private ViewInterface view = null; private int mousePressedX = -1; private int mousePressedY = -1; protected WindowMouseListener(ViewInterface view) { this.view = view; } @Override public final void mousePressed(MouseEvent e) { mousePressedX = e.getX(); mousePressedY = e.getY(); } @Override public final void mouseDragged(MouseEvent e) { int mouseCurrentX = e.getX(); int mouseCurrentY = e.getY(); int dx = mouseCurrentX - mousePressedX; int dy = mouseCurrentY - mousePressedY; int x = this.view.getLocationX(); int y = this.view.getLocationY(); this.view.setLocation(x + dx, y + dy); } @Override public final void mouseMoved(MouseEvent e) { } @Override public final void mouseClicked(MouseEvent e) { } @Override public final void mouseReleased(MouseEvent e) { } @Override public final void mouseEntered(MouseEvent e) { } @Override public final void mouseExited(MouseEvent e) { } }
java
145 Alleluia, of Aggeus and Zacharias. 2 Praise the Lord, O my soul, in my life I will praise the Lord: I will sing to my God as long as I shall be. Put not your trust in princes: 3 In the children of men, in whom there is no salvation. 4 His spirit shall go forth, and he shall return into his earth: in that day all their thoughts shall perish. 5 Blessed is he who hath the God of Jacob for his helper, whose hope is in the Lord his God: 6 Who made heaven and earth, the sea, and all things that are in them. 7 Who keepeth truth for ever: who executeth judgment for them that suffer wrong: who giveth food to the hungry. The Lord looseth them that are fettered: 8 The Lord enlighteneth the blind. The Lord lifteth up them that are cast down: the Lord loveth the just. 9 The Lord keepeth the strangers, he will support the fatherless and the widow: and the ways of sinners he will destroy. 10 The Lord shall reign for ever: thy God, O Sion, unto generation and generation. A psalm of praise. Of David. 1 I will exalt you,(A) my God the King;(B) I will praise your name(C) for ever and ever. and extol your name(E) for ever and ever. 3 Great(F) is the Lord and most worthy of praise;(G) his greatness no one can fathom.(H) 4 One generation(I) commends your works to another; they tell(J) of your mighty acts.(K) and I will meditate on your wonderful works.[b](M) 6 They tell(N) of the power of your awesome works—(O) and I will proclaim(P) your great deeds.(Q) 7 They celebrate your abundant goodness(R) and joyfully sing(S) of your righteousness.(T) 9 The Lord is good(W) to all; he has compassion(X) on all he has made. 10 All your works praise you,(Y) Lord; your faithful people extol(Z) you.(AA) 11 They tell of the glory of your kingdom(AB) and speak of your might,(AC) 12 so that all people may know of your mighty acts(AD) and the glorious splendor of your kingdom.(AE) 13 Your kingdom is an everlasting kingdom,(AF) and your dominion endures through all generations. The Lord is trustworthy(AG) in all he promises(AH) and lifts up all(AJ) who are bowed down.(AK) 15 The eyes of all look to you, and you give them their food(AL) at the proper time. and satisfy the desires(AM) of every living thing. and faithful in all he does.(AO) 18 The Lord is near(AP) to all who call on him,(AQ) to all who call on him in truth. 19 He fulfills the desires(AR) of those who fear him;(AS) he hears their cry(AT) and saves them.(AU) 20 The Lord watches over(AV) all who love him,(AW) but all the wicked he will destroy.(AX) - Psalm 145:1 This psalm is an acrostic poem, the verses of which (including verse 13b) begin with the successive letters of the Hebrew alphabet. - Psalm 145:13 One manuscript of the Masoretic Text, Dead Sea Scrolls and Syriac (see also Septuagint); most manuscripts of the Masoretic Text do not have the last two lines of verse 13. Public Domain (Why are modern Bible translations copyrighted?) Holy Bible, New International Version®, NIV® Copyright ©1973, 1978, 1984, 2011 by Biblica, Inc.® Used by permission. All rights reserved worldwide. NIV Reverse Interlinear Bible: English to Hebrew and English to Greek. Copyright © 2019 by Zondervan.
english
var Q = require('q'); var sapphire = require('sapphire-express'); function main(req, res, app) { app.addCSS([ '/{app}/assets/css/{app}.css', ]); app.addJS([ '/assets/js/lib/translate.js', '/assets/js/lib/templates.js', '/{app}/assets/js/Views/{App}.js', '/{app}/assets/js/Controllers/{App}.js', ]); return Q(app) } exports.getApplication = function(req, res) { var session = req.session.get(); var app = new sapphire.Application('{APP}', req, res); app.setTitle('{App}'); app.setBody('apps/{path}/templates/body.html'); app.setMaster('apps/{path}/templates/master.html'); return main(req, res, app) .then(sapphire.features.animator.bind(sapphire.features.animator, req, res)) .then(sapphire.features.dialogs.bind(sapphire.features.dialogs, req, res)) .then(function(app) { return Q(app); }) }
javascript
package com.nts.iot.modules.miniApp.dto; import java.io.Serializable; import java.util.List; public class HoseOwnerInfoDto implements Serializable { private String name ; private String phone ; private String address ; private String deptId ; private List<HoseTenantDto> tenantList ; public String getName() { return name; } public void setName(String name) { this.name = name; } public String getPhone() { return phone; } public void setPhone(String phone) { this.phone = phone; } public String getAddress() { return address; } public void setAddress(String address) { this.address = address; } public String getDeptId() { return deptId; } public void setDeptId(String deptId) { this.deptId = deptId; } public List<HoseTenantDto> getTenantList() { return tenantList; } public void setTenantList(List<HoseTenantDto> tenantList) { this.tenantList = tenantList; } }
java
This year dawned with the promise of new beginnings at the United Nations on the shores of the East River, which flows silently past, and where India, as one of the 51 founding members of the organisation, continues to occupy a special place since 1945. On December 31, India transitioned out of its eighth term on the UN Security Council. It was an exhilarating yet humbling experience to be given the opportunity to preside over the apex UN organ — tasked with the maintenance of international peace and security — on behalf of 1. 4 billion of my fellow countrymen and women. It is also entirely serendipitous that I became the first Indian woman diplomat to preside over the horseshoe table in December. And there was no greater honour for the Permanent Mission of India team to hear not just from the other 14 Council members, but also many member states that “India will be missed in the Council”. As conflict situations in Ukraine, Sudan and elsewhere continue to simmer, this sentiment has not diminished, only strengthened. Meanwhile, outside the Security Council, in the intergovernmental negotiations of the General Assembly, we continue to make a strong pitch for a permanent seat on the Security Council for the one-sixth of humanity represented by India. I remain confident that this is a goal that remains well within our grasp. India is not, however, resting on our UNSC performance plaudits and laurels alone, but continues to contribute positively in an endeavour to bring solutions to the global top table. The India-UN Development Partnership Fund administered by the Permanent Mission of India Office in New York is one such example. Here, through generous grants, we are assisting member states of the South with demand-driven socio-economic programmes, in keeping with our commitment to a human-centred global development model that sees the world as one large interconnected family. Beyond summits and high-level events, India’s position on issues of our core interest, for instance on counter-terrorism, has now become the mainstream narrative of the international community. Our work as Chair of the UN Counter-Terrorism Committee is still remembered as one of focus and determination, a strong voice for a united and coherent front for the fight against terror. And the first-ever historic visit of the Counter-Terrorism Committee comprising all 15 members of the Security Council to India in October 2022 — coinciding with the 14th anniversary of 26/11 along with its Delhi Declaration — allowed us and the international community to refocus as well as rededicate ourselves to this fight. Going forward, I remain optimistic that we will be able to attain positive outcomes in the fight against terrorism, where it is critically imperative that the global community remain united. In February 2023, India scaled a new high becoming the Chair of the UN Commission for Social Development. Chairing this august body, as India’s first woman Permanent Representative to the United Nations, gives me a sense of how far we have come, across a broad spectrum of issues that concern women’s rights. Our domestic achievements, whether they be in regard to representation or empowerment, have managed to make new beginnings, above all changing how the world perceives us and our achievements on this front. I do feel that “this is a good time to be a woman in India” and that it will only get better, with the focus on women-led development. The deployment in January 2023 of the all-woman peacekeeping contingent to Abyei in Africa was another step in this direction. Our determination to deploy women in the cause of peace is only matched by the UN’s own bold emphasis on a strong female presence in the field, in an effort to secure optimal outcomes. Much of this goodwill for India does translate into concrete and positive outcomes on the ground. For instance, in the recently concluded elections to the UN Statistical Commission in New York, India achieved a landslide win, capturing 46 of the 53 votes that were cast, leaving many member states behind. This was another practical manifestation of the world regarding us as a responsible, caring and contributing partner, willing and able to bring value to the table. The India way is gaining increasing traction at the United Nations. Our promotion of millets in this International Year has gained recognition and acceptance at the UN. We will continue to build upon this foundation to spread awareness about the benefits of these traditional super grains from our country. Much of this and more has been streamlined by the Permanent Mission team into the “India Roundtables” at the UN, a discourse which brings the Indian perspective to the table. Above all, it is about how an effective multilateral system should work with the people as its principal focus, a human-centric global development model, as opposed to a self-centred one. It has not been forgotten and in fact, articulated often at the UN, that India was indeed the “first port of call” for many member states of the Global South for Covid vaccines during the pandemic. More importantly, this moment was not monetised – this is a reflection of the Indian worldview which seeks the prosperity and welfare of humanity as a whole. In a fast-shifting global landscape and as we build a “New India”, the functions and responsibilities for our diplomacy will only increase and multiply manifold. The words of Swami Vivekanand, “Arise, awake and stop not till the goal is achieved”, will continue to serve to inspire and motivate.
english
/* * Copyright [2005] [University Corporation for Advanced Internet Development, 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 applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * */ package org.opensaml.saml1.core.impl; import javax.xml.namespace.QName; import org.opensaml.common.BaseSAMLObjectProviderTestCase; import org.opensaml.common.xml.SAMLConstants; import org.opensaml.saml1.core.NameIdentifier; import org.opensaml.saml1.core.Subject; import org.opensaml.saml1.core.SubjectConfirmation; /** * Test for {@link org.opensaml.saml1.core.impl.Subject} */ public class SubjectTest extends BaseSAMLObjectProviderTestCase { /** name used to generate objects */ private final QName qname; /** * Constructor */ public SubjectTest() { super(); singleElementFile = "/data/org/opensaml/saml1/impl/singleSubject.xml"; childElementsFile = "/data/org/opensaml/saml1/impl/SubjectWithChildren.xml"; qname = new QName(SAMLConstants.SAML1_NS, Subject.DEFAULT_ELEMENT_LOCAL_NAME, SAMLConstants.SAML1_PREFIX); } /** {@inheritDoc} */ public void testSingleElementUnmarshall() { Subject subject = (Subject) unmarshallElement(singleElementFile); assertNull("Non zero number of child NameIdentifier elements", subject.getNameIdentifier()); assertNull("Non zero number of child SubjectConfirmation elements", subject.getSubjectConfirmation()); } /** * Test an XML file with children */ public void testChildElementsUnmarshall() { Subject subject = (Subject) unmarshallElement(childElementsFile); assertNotNull("Zero child NameIdentifier elements", subject.getNameIdentifier()); assertNotNull("Zero child SubjectConfirmation elements", subject.getSubjectConfirmation()); } /** {@inheritDoc} */ public void testSingleElementMarshall() { assertEquals(expectedDOM, buildXMLObject(qname)); } /** {@inheritDoc} */ public void testChildElementsMarshall() { Subject subject = (Subject) buildXMLObject(qname); QName oqname = new QName(SAMLConstants.SAML1_NS, NameIdentifier.DEFAULT_ELEMENT_LOCAL_NAME, SAMLConstants.SAML1_PREFIX); subject.setNameIdentifier((NameIdentifier) buildXMLObject(oqname)); oqname = new QName(SAMLConstants.SAML1_NS, SubjectConfirmation.DEFAULT_ELEMENT_LOCAL_NAME, SAMLConstants.SAML1_PREFIX); subject.setSubjectConfirmation((SubjectConfirmation) buildXMLObject(oqname)); assertEquals(expectedChildElementsDOM, subject); } }
java
The selection committee led by Chetan Sharma has finalized Rohit Sharma’s name as Team India’s new Test captain. There was a question mark on his fitness, but the 34-year looked sharp during the first ODI against West Indies at the Narendra Modi stadium. The selectors are convinced and will announce his name before the Test series against Sri Lanka. Rohit was the designated vice-captain for Test series in South Africa, but the veteran was ruled out after injuring his left hamstring in Mumbai. Rishabh Pant, KL Rahul and Jasprit Bumrah were the other contenders, but according to insidesport.in, the wise men have voted in favour of Sharma.
english
Shahari Samruddhi Utsav, an exhibition-cum-sale to create a market platform and network for women SHG products, JSS Urban Haat, Hebbal Industrial Area, Ring Road, up to 9 pm. UoM submits Rs. 2 crore proposal for a permanent solution Mysore/Mysuru: Following the publication of the news item titled ‘Sewage water flowing into Kukkarahalli Lake yet again’ in Star of Mysore dated Mar. 3, the UGD Division of Mysuru City Corporation (MCC) has taken up the cleaning works of stagnant sewage water at the Lake….
english
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>XPathVisitor (CSE 232B - Project Documentation - J. Sidrach)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="XPathVisitor (CSE 232B - Project Documentation - J. Sidrach)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathUnitTests.html" title="class in edu.ucsd.cse232b.jsidrach.xpath"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html" target="_top">Frames</a></li> <li><a href="XPathVisitor.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">edu.ucsd.cse232b.jsidrach.xpath</div> <h2 title="Class XPathVisitor" class="title">Class XPathVisitor</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>&lt;any&gt;</li> <li> <ul class="inheritance"> <li>edu.ucsd.cse232b.jsidrach.xpath.XPathVisitor</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">XPathVisitor</span> extends &lt;any&gt;</pre> <div class="block">XPathVisitor - Visitor for the context tree generated by ANTLR4 <p> The traversal of the context tree has to be done manually, recursively calling visit(ctx)<br> Initially, the root of the grammar is invoked<br> Each method modifies the current list of nodes (nodes) and returns it<br> </p></div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#XPathVisitor--">XPathVisitor</a></span>()</code> <div class="block">Public constructor - Initializes the current list of nodes to an empty linked list</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitApAll-XPathParser.ApAllContext-">visitApAll</a></span>(XPathParser.ApAllContext&nbsp;ctx)</code> <div class="block">Absolute path (all)</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitApChildren-XPathParser.ApChildrenContext-">visitApChildren</a></span>(XPathParser.ApChildrenContext&nbsp;ctx)</code> <div class="block">Absolute path (children)</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitApDoc-XPathParser.ApDocContext-">visitApDoc</a></span>(XPathParser.ApDocContext&nbsp;ctx)</code> <div class="block">Absolute path (doc)</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitFAnd-XPathParser.FAndContext-">visitFAnd</a></span>(XPathParser.FAndContext&nbsp;ctx)</code> <div class="block">Filter (and)</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitFIdentityEquality-XPathParser.FIdentityEqualityContext-">visitFIdentityEquality</a></span>(XPathParser.FIdentityEqualityContext&nbsp;ctx)</code> <div class="block">Filter (identity equality)</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitFNot-XPathParser.FNotContext-">visitFNot</a></span>(XPathParser.FNotContext&nbsp;ctx)</code> <div class="block">Filter (not)</div> </td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitFOr-XPathParser.FOrContext-">visitFOr</a></span>(XPathParser.FOrContext&nbsp;ctx)</code> <div class="block">Filter (or)</div> </td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitFParentheses-XPathParser.FParenthesesContext-">visitFParentheses</a></span>(XPathParser.FParenthesesContext&nbsp;ctx)</code> <div class="block">Filter (parentheses)</div> </td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitFRelativePath-XPathParser.FRelativePathContext-">visitFRelativePath</a></span>(XPathParser.FRelativePathContext&nbsp;ctx)</code> <div class="block">Filter (relative path)</div> </td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitFValueEquality-XPathParser.FValueEqualityContext-">visitFValueEquality</a></span>(XPathParser.FValueEqualityContext&nbsp;ctx)</code> <div class="block">Filter (value equality)</div> </td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitRpAll-XPathParser.RpAllContext-">visitRpAll</a></span>(XPathParser.RpAllContext&nbsp;ctx)</code> <div class="block">Relative path (all)</div> </td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitRpAttribute-XPathParser.RpAttributeContext-">visitRpAttribute</a></span>(XPathParser.RpAttributeContext&nbsp;ctx)</code> <div class="block">Relative path (attribute)</div> </td> </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitRpChildren-XPathParser.RpChildrenContext-">visitRpChildren</a></span>(XPathParser.RpChildrenContext&nbsp;ctx)</code> <div class="block">Relative path (children)</div> </td> </tr> <tr id="i13" class="rowColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitRpCurrent-XPathParser.RpCurrentContext-">visitRpCurrent</a></span>(XPathParser.RpCurrentContext&nbsp;ctx)</code> <div class="block">Relative path (current)</div> </td> </tr> <tr id="i14" class="altColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitRpFilter-XPathParser.RpFilterContext-">visitRpFilter</a></span>(XPathParser.RpFilterContext&nbsp;ctx)</code> <div class="block">Relative path (filter)</div> </td> </tr> <tr id="i15" class="rowColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitRpPair-XPathParser.RpPairContext-">visitRpPair</a></span>(XPathParser.RpPairContext&nbsp;ctx)</code> <div class="block">Relative path (pair)</div> </td> </tr> <tr id="i16" class="altColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitRpParent-XPathParser.RpParentContext-">visitRpParent</a></span>(XPathParser.RpParentContext&nbsp;ctx)</code> <div class="block">Relative path (parent)</div> </td> </tr> <tr id="i17" class="rowColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitRpParentheses-XPathParser.RpParenthesesContext-">visitRpParentheses</a></span>(XPathParser.RpParenthesesContext&nbsp;ctx)</code> <div class="block">Relative path (parentheses)</div> </td> </tr> <tr id="i18" class="altColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitRpTag-XPathParser.RpTagContext-">visitRpTag</a></span>(XPathParser.RpTagContext&nbsp;ctx)</code> <div class="block">Relative path (tag)</div> </td> </tr> <tr id="i19" class="rowColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitRpText-XPathParser.RpTextContext-">visitRpText</a></span>(XPathParser.RpTextContext&nbsp;ctx)</code> <div class="block">Relative path (text)</div> </td> </tr> <tr id="i20" class="altColor"> <td class="colFirst"><code>java.util.LinkedList&lt;org.w3c.dom.Node&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html#visitRpWildcard-XPathParser.RpWildcardContext-">visitRpWildcard</a></span>(XPathParser.RpWildcardContext&nbsp;ctx)</code> <div class="block">Relative path (wildcard)</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="XPathVisitor--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XPathVisitor</h4> <pre>public&nbsp;XPathVisitor()</pre> <div class="block">Public constructor - Initializes the current list of nodes to an empty linked list</div> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="visitApChildren-XPathParser.ApChildrenContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitApChildren</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitApChildren(XPathParser.ApChildrenContext&nbsp;ctx)</pre> <div class="block">Absolute path (children) <pre> [doc(FileName)/rp] → [rp](root(FileName)) </pre></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>List of nodes resulting of the traversal of the relative path starting from the root of the document</dd> </dl> </li> </ul> <a name="visitApAll-XPathParser.ApAllContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitApAll</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitApAll(XPathParser.ApAllContext&nbsp;ctx)</pre> <div class="block">Absolute path (all) <pre> [doc(FileName)//rp] → [.//rp](root(FileName)) </pre></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>List of nodes resulting of the traversal of the relative path starting at any node in the document</dd> </dl> </li> </ul> <a name="visitApDoc-XPathParser.ApDocContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitApDoc</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitApDoc(XPathParser.ApDocContext&nbsp;ctx)</pre> <div class="block">Absolute path (doc) <pre> [doc(FileName)] → root(FileName) </pre></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Singleton list containing the root element of the XML document</dd> </dl> </li> </ul> <a name="visitRpTag-XPathParser.RpTagContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitRpTag</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitRpTag(XPathParser.RpTagContext&nbsp;ctx)</pre> <div class="block">Relative path (tag) <pre> [Identifier](n) → { c | c ← [∗](n) if tag(c) = Identifier } </pre></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>List of children nodes that have the given identifier</dd> </dl> </li> </ul> <a name="visitRpWildcard-XPathParser.RpWildcardContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitRpWildcard</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitRpWildcard(XPathParser.RpWildcardContext&nbsp;ctx)</pre> <div class="block">Relative path (wildcard) <pre> [∗](n) → children(n) </pre></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>List of children nodes</dd> </dl> </li> </ul> <a name="visitRpCurrent-XPathParser.RpCurrentContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitRpCurrent</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitRpCurrent(XPathParser.RpCurrentContext&nbsp;ctx)</pre> <div class="block">Relative path (current) <pre> [.](n) → { n } </pre></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Current list of nodes</dd> </dl> </li> </ul> <a name="visitRpParent-XPathParser.RpParentContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitRpParent</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitRpParent(XPathParser.RpParentContext&nbsp;ctx)</pre> <div class="block">Relative path (parent) <pre> [..](n) → parent(n) </pre></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>List of parent nodes</dd> </dl> </li> </ul> <a name="visitRpText-XPathParser.RpTextContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitRpText</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitRpText(XPathParser.RpTextContext&nbsp;ctx)</pre> <div class="block">Relative path (text) <pre> [text()](n) → txt(n) </pre></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>List of text nodes</dd> </dl> </li> </ul> <a name="visitRpAttribute-XPathParser.RpAttributeContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitRpAttribute</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitRpAttribute(XPathParser.RpAttributeContext&nbsp;ctx)</pre> <div class="block">Relative path (attribute) <pre> [@Identifier](n) → attrib(n, Identifier) </pre></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>List of attribute nodes that have the given attribute name</dd> </dl> </li> </ul> <a name="visitRpParentheses-XPathParser.RpParenthesesContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitRpParentheses</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitRpParentheses(XPathParser.RpParenthesesContext&nbsp;ctx)</pre> <div class="block">Relative path (parentheses) <pre> [(rp)](n) → [rp](n) </pre></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>List of nodes returned by the relative path inside the parentheses</dd> </dl> </li> </ul> <a name="visitRpChildren-XPathParser.RpChildrenContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitRpChildren</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitRpChildren(XPathParser.RpChildrenContext&nbsp;ctx)</pre> <div class="block">Relative path (children) <pre> [rp_1/rp_2](n) → unique({ y | x ← [rp_1](n), y ← [rp_2](x) }) </pre></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>List of distinct nodes obtained by the first relative path concatenated with the second relative path</dd> </dl> </li> </ul> <a name="visitRpAll-XPathParser.RpAllContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitRpAll</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitRpAll(XPathParser.RpAllContext&nbsp;ctx)</pre> <div class="block">Relative path (all) <pre> [rp_1//rp_2](n) → unique([rp_1/rp_2](n), [rp_1/∗//rp_2](n)) </pre></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>List of distinct nodes obtained by the first relative path concatenated with the second relative path, union the list of nodes obtained by the first relative path concatenated with the second relative path, skipping any number of descendants</dd> </dl> </li> </ul> <a name="visitRpFilter-XPathParser.RpFilterContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitRpFilter</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitRpFilter(XPathParser.RpFilterContext&nbsp;ctx)</pre> <div class="block">Relative path (filter) <pre> [rp[f]](n) → { x | x ← [rp](n) if [f](x) } </pre></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>List of nodes by preserving only the relative paths that satisfy the filter</dd> </dl> </li> </ul> <a name="visitRpPair-XPathParser.RpPairContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitRpPair</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitRpPair(XPathParser.RpPairContext&nbsp;ctx)</pre> <div class="block">Relative path (pair) <pre> [rp_1, rp_2](n) → [rp_1](n), [rp_2](n) </pre></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>List of nodes resulting of the union of the lists of nodes produced by both relative paths</dd> </dl> </li> </ul> <a name="visitFRelativePath-XPathParser.FRelativePathContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitFRelativePath</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitFRelativePath(XPathParser.FRelativePathContext&nbsp;ctx)</pre> <div class="block">Filter (relative path) <pre> [rp](n) → [rp](n) ≠ { } </pre> Note: filter functions should not change the current list of nodes</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Current list of nodes if the relative path is not empty - an empty list otherwise</dd> </dl> </li> </ul> <a name="visitFValueEquality-XPathParser.FValueEqualityContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitFValueEquality</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitFValueEquality(XPathParser.FValueEqualityContext&nbsp;ctx)</pre> <div class="block">Filter (value equality) <pre> [rp_1 = rp_2](n) [rp_1 eq rp_2](n) → ∃ x ∈ [rp_1](n) ∃ y ∈ [rp_2](n) / x eq y </pre> Note: filter functions should not change the current list of nodes</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Current list of nodes if there exists some x in the first relative path and some y in the second relative path that are equal - an empty list otherwise</dd> </dl> </li> </ul> <a name="visitFIdentityEquality-XPathParser.FIdentityEqualityContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitFIdentityEquality</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitFIdentityEquality(XPathParser.FIdentityEqualityContext&nbsp;ctx)</pre> <div class="block">Filter (identity equality) <pre> [rp_1 == rp_2](n) [rp_1 is rp_2](n) → ∃ x ∈ [rp_1](n) ∃ y ∈ [rp_2](n) / x is y </pre> Note: filter functions should not change the current list of nodes</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Current list of nodes if there exists some x in the first relative path and some y in the second relative path that reference the same node - an empty list otherwise</dd> </dl> </li> </ul> <a name="visitFParentheses-XPathParser.FParenthesesContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitFParentheses</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitFParentheses(XPathParser.FParenthesesContext&nbsp;ctx)</pre> <div class="block">Filter (parentheses) <pre> [(f)](n) → [f](n) </pre> Note: filter functions should not change the current list of nodes</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>List of nodes returned by the filter inside the parentheses</dd> </dl> </li> </ul> <a name="visitFAnd-XPathParser.FAndContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitFAnd</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitFAnd(XPathParser.FAndContext&nbsp;ctx)</pre> <div class="block">Filter (and) <pre> [f_1 and f_2](n) → [f_1](n) ∧ [f_2](n) </pre> Note: filter functions should not change the current list of nodes</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Current list of nodes if both of the filters evaluate to true - an empty list otherwise</dd> </dl> </li> </ul> <a name="visitFOr-XPathParser.FOrContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>visitFOr</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitFOr(XPathParser.FOrContext&nbsp;ctx)</pre> <div class="block">Filter (or) <pre> [f_1 or f_2](n) → [f_1](n) ∨ [f_2](n) </pre> Note: filter functions should not change the current list of nodes</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Current list of nodes if any of the filters evaluates to true - an empty list otherwise</dd> </dl> </li> </ul> <a name="visitFNot-XPathParser.FNotContext-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>visitFNot</h4> <pre>public&nbsp;java.util.LinkedList&lt;org.w3c.dom.Node&gt;&nbsp;visitFNot(XPathParser.FNotContext&nbsp;ctx)</pre> <div class="block">Filter (not) <pre> [not f](n) → ¬[f](n) </pre> Note: filter functions should not change the current list of nodes</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ctx</code> - Current parse tree context</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Current list of nodes if the filter evaluates to false - an empty list otherwise</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../edu/ucsd/cse232b/jsidrach/xpath/XPathUnitTests.html" title="class in edu.ucsd.cse232b.jsidrach.xpath"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?edu/ucsd/cse232b/jsidrach/xpath/XPathVisitor.html" target="_top">Frames</a></li> <li><a href="XPathVisitor.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
html
<filename>bower.json { "name": "countdown-timer", "version": "0.0.0", "authors": [ "<NAME> <<EMAIL>>" ], "description": "A web component for making countdown timers", "main": "countdown-timer.html", "keywords": [ "countdown-timer", "polymer", "webcomponents", "customelements", "countdown", "timer" ], "license": "MIT", "ignore": [ "**/.*", "test", "tests" ], "dependencies": { "polymer": "~0.5.2" } }
json
package org.bitbucket.poad1010.example.database.config; import java.io.IOException; import org.bitbucket.poad1010.example.database.yaml.YamlLoader; import com.fasterxml.jackson.core.JsonParseException; import com.fasterxml.jackson.databind.JsonMappingException; public class DatabaseConfig { private String driver; private String dataSourceClassName; private String url; private String user; private String password; public String getDriver() { return driver; } public void setDriver(String driver) { this.driver = driver; } public String getDataSourceClassName() { return dataSourceClassName; } public void setDataSourceClassName(String dataSourceClassName) { this.dataSourceClassName = dataSourceClassName; } public String getUrl() { return url; } public void setUrl(String url) { this.url = url; } public String getUser() { return user; } public void setUser(String user) { this.user = user; } public String getPassword() { return password; } public void setPassword(String password) { this.password = password; } public static DatabaseConfig load() throws IOException { return YamlLoader.load("database.yaml", DatabaseConfig.class); } }
java
Video-sharing app TikTok's advertisement revenue is likely to triple in 2022 to more than $11 billion, exceeding the combined sales of its rivals Twitter Inc and Snap Inc, according to research firm Insider Intelligence. (Sign up to our Technology newsletter, Today’s Cache, for insights on emerging themes at the intersection of technology, business and policy. Click here to subscribe for free. ) TikTok, which is owned by Chinese company ByteDance, is one of the world's most popular social media apps, with more than 1 billion active users. "TikTok's user base has exploded in the past couple of years, and the amount of time users spend on the app is extraordinary," said Debra Aho Williamson, analyst at Insider Intelligence. Twitter and Snapchat are expected to generate $5. 58 billion and $4. 86 billion, respectively, in advertising revenue for 2022, with the combined value still less than the $11 billion projected for TikTok. Nearly $6 billion, or more than half, of this year's ad revenue is expected to come from the United States, despite regulatory concerns over user data from U. S being passed on to China.
english
Court the measures it was taking to combat the virus' spread," falsely claiming it had implemented safety measures that "it now decries as vexatious judicial micromanagement." Court the measures it was taking to combat the virus' spread," falsely claiming it had implemented safety measures that "it now decries as vexatious judicial micromanagement." I know this is boring, but the Supreme Court is not supposed to jump in every time a lower court issues a decision that five justices don't like. After Kavanaugh replaced Kennedy, though, the five conservatives got REALLY aggressive about micromanaging lower courts. Maybe I'm cynical, but I think Chief Justice Roberts knows the public doesn't pay nearly as much attention to these emergency orders—which increasingly come in the late afternoon, evening, or even dead of night—so he can go hard-right without worrying about too much backlash. But I think these 5–4 emergency orders are a bad look. In argued cases, the justices explain their rulings in written opinions. But now the five conservatives are issuing these momentous unsigned orders with literally no explanation! It just looks like an exercise in raw power.
english
<reponame>diegocl02/ci-checks-action /* eslint-disable fp/no-mutation */ /* eslint-disable fp/no-loops */ import * as assert from "assert" import { flatten, chunk, hasValue, take } from "./utility" describe('flatten()', function () { it('should return a result that excludes empty arrays', function () { const actual = [...flatten([ [{ "path": "src/check-general.schema.json", "message": "File ignored because of a matching ignore pattern. Use \"--no-ignore\" to override.", "start_line": 0, "end_line": 0, "annotation_level": "warning" }], [], [], [], [] ])] const expected = [{ "path": "src/check-general.schema.json", "message": "File ignored because of a matching ignore pattern. Use \"--no-ignore\" to override.", "start_line": 0, "end_line": 0, "annotation_level": "warning" }] assert.deepEqual(actual, expected) }) it('should treat strings as primitives, not iterables', function () { const actual = [...flatten([["annotation"], ["simplicity"]])] const expected = ["annotation", "simplicity"] assert.deepEqual(actual, expected) }) }) describe('take()', function () { it('should return array with length equal to the smaller of input array length and take count', function () { assert.deepEqual([...take([10, 20, 30, 40], 7)], [10, 20, 30, 40]) assert.deepEqual([...take([10, 20, 30, 40], 2)], [10, 20]) }) it('should return empty array for an input empty array', function () { assert.deepEqual([...take([], 7)], []) }) it('should return empty array for take count of 0', function () { assert.deepEqual([...take([5, 2, 3, 1], 0)], []) }) it('should return empty array for negative take count', function () { assert.deepEqual([...take([5, 2, 3, 1], -3)], []) }) it('should be idempotent for pure iterables', function () { const arr = [10, 20, 99, 3, 30, 40] assert.deepEqual([...take(arr, 4)], [...take(arr, 4)]) }) }) describe('chunk()', function () { it('should return empty array when given empty array', function () { assert.deepEqual([...chunk([], 50)], []) }) it('should return a one-element array for an input array of length less than chunk size', function () { const actual = [...chunk([{ "path": "src/check-general.schema.json", "message": "File ignored because of a matching ignore pattern. Use \"--no-ignore\" to override.", "start_line": 0, "end_line": 0, "annotation_level": "warning" }], 50)] const expected = [[{ "path": "src/check-general.schema.json", "message": "File ignored because of a matching ignore pattern. Use \"--no-ignore\" to override.", "start_line": 0, "end_line": 0, "annotation_level": "warning" }]] assert.deepEqual(actual, expected) }) }) describe('hasValue()', function () { it('should return true for an empty array', function () { assert.equal(hasValue([]), true) }) it('should return true for a non-empty array', function () { assert.equal(hasValue([1, 2, 3]), true) }) it('should return false for an empty string', function () { assert.equal(hasValue(""), false) }) it('should return false for a whitespace string', function () { assert.equal(hasValue(" "), false) assert.equal(hasValue(` `), false) assert.equal(hasValue(" "), false) }) it('should return true for a non-empty string', function () { assert.equal(hasValue("abc"), true) }) it('should return true for the boolean value "false"', function () { assert.equal(hasValue(false), true) }) it('should return true for a function', function () { // eslint-disable-next-line @typescript-eslint/no-empty-function assert.equal(hasValue(() => { }), true) }) it('should return true for an empty object', function () { assert.equal(hasValue({}), true) }) it('should return true for a symbol', function () { assert.equal(hasValue(Symbol()), true) }) it('should return false for the value "undefined"', function () { assert.equal(hasValue(undefined), false) }) it('should return true for the number "0"', function () { assert.equal(hasValue(0), true) }) it('should return false for the number "NaN"', function () { assert.equal(hasValue(NaN), false) assert.equal(hasValue(Number.NaN), false) }) })
typescript
<filename>node_modules/.cache/babel-loader/0e992721778753d38827d8b9fa6aeaef.json {"ast":null,"code":"export default function modifyCSS(dom, css) {\n if (dom) {\n for (var key in css) {\n if (css.hasOwnProperty(key)) {\n dom.style[key] = css[key];\n }\n }\n }\n\n return dom;\n}","map":{"version":3,"sources":["../src/modify-css.ts"],"names":[],"mappings":"AAAA,eAAc,SAAU,SAAV,CAAoB,GAApB,EAAsC,GAAtC,EAAgE;AAC5E,MAAI,GAAJ,EAAS;AACP,SAAK,IAAM,GAAX,IAAkB,GAAlB,EAAuB;AACrB,UAAI,GAAG,CAAC,cAAJ,CAAmB,GAAnB,CAAJ,EAA6B;AAC3B,QAAA,GAAG,CAAC,KAAJ,CAAU,GAAV,IAAiB,GAAG,CAAC,GAAD,CAApB;AACD;AACF;AACF;;AACD,SAAO,GAAP;AACD","sourceRoot":"","sourcesContent":["export default function modifyCSS(dom, css) {\n if (dom) {\n for (var key in css) {\n if (css.hasOwnProperty(key)) {\n dom.style[key] = css[key];\n }\n }\n }\n return dom;\n}\n//# sourceMappingURL=modify-css.js.map"]},"metadata":{},"sourceType":"module"}
json
''' As is can shift max '1111' -> 15 on one command... So a call like shift(20) would need to be split up... Thinking the user should do this when coding... or could be stdlib fx that does this... If want to do shift(16) in one cycle, can add s4 support (and correspoinding 16muxes) to hardware... revisit as needed ''' def shiftRight16_( x, y ): ''' 16 bit barrel shifter (right) ''' N = 16 t0 = [ None ] * N t1 = [ None ] * N t2 = [ None ] * N t3 = [ None ] * N y = y[::-1] # make life simpler by matching array access to MSB-to-LSB format # for i in range( N - 1, 0, -1 ): t0[i] = mux_( x[ i - 1 ], x[i], y[0] ) t0[0] = mux_( 0, x[0], y[0] ) # for i in range( N - 1, 1, -1 ): t1[i] = mux_( t0[ i - 2 ], t0[i], y[1] ) t1[1] = mux_( 0, t0[1], y[1] ) t1[0] = mux_( 0, t0[0], y[1] ) # for i in range( N - 1, 3, -1 ): t2[i] = mux_( t1[ i - 4 ], t1[i], y[2] ) t2[3] = mux_( 0, t1[3], y[2] ) t2[2] = mux_( 0, t1[2], y[2] ) t2[1] = mux_( 0, t1[1], y[2] ) t2[0] = mux_( 0, t1[0], y[2] ) # for i in range( N - 1, 7, -1 ): t3[i] = mux_( t2[ i - 8 ], t2[i], y[3] ) t3[7] = mux_( 0, t2[7], y[3] ) t3[6] = mux_( 0, t2[6], y[3] ) t3[5] = mux_( 0, t2[5], y[3] ) t3[4] = mux_( 0, t2[4], y[3] ) t3[3] = mux_( 0, t2[3], y[3] ) t3[2] = mux_( 0, t2[2], y[3] ) t3[1] = mux_( 0, t2[1], y[3] ) t3[0] = mux_( 0, t2[0], y[3] ) # return t3 def shiftLeft16_( x, y ): ''' 16 bit barrel shifter (left) ''' N = 16 t0 = [ None ] * N t1 = [ None ] * N t2 = [ None ] * N t3 = [ None ] * N y = y[::-1] # make life simpler by matching array access to MSB-to-LSB format # t0[N - 1] = mux_( 0, x[N - 1], y[0] ) for i in range( N - 2, -1, -1 ): t0[i] = mux_( x[ i + 1 ], x[i], y[0] ) # t1[ N - 1 ] = mux_( 0, t0[ N - 1 ], y[1] ) t1[ N - 2 ] = mux_( 0, t0[ N - 2 ], y[1] ) for i in range( N - 3, -1, -1 ): t1[i] = mux_( t0[ i + 2 ], t0[i], y[1] ) # t2[ N - 1 ] = mux_( 0, t1[ N - 1 ], y[2] ) t2[ N - 2 ] = mux_( 0, t1[ N - 2 ], y[2] ) t2[ N - 3 ] = mux_( 0, t1[ N - 3 ], y[2] ) t2[ N - 4 ] = mux_( 0, t1[ N - 4 ], y[2] ) for i in range( N - 5, -1, -1 ): t2[i] = mux_( t1[ i + 4 ], t1[i], y[2] ) # t3[ N - 1 ] = mux_( 0, t2[ N - 1 ], y[3] ) t3[ N - 2 ] = mux_( 0, t2[ N - 2 ], y[3] ) t3[ N - 3 ] = mux_( 0, t2[ N - 3 ], y[3] ) t3[ N - 4 ] = mux_( 0, t2[ N - 4 ], y[3] ) t3[ N - 5 ] = mux_( 0, t2[ N - 5 ], y[3] ) t3[ N - 6 ] = mux_( 0, t2[ N - 6 ], y[3] ) t3[ N - 7 ] = mux_( 0, t2[ N - 7 ], y[3] ) t3[ N - 8 ] = mux_( 0, t2[ N - 8 ], y[3] ) for i in range( N - 9, -1, -1 ): t3[i] = mux_( t2[ i + 8 ], t2[i], y[3] ) # return t3
python
<filename>src/cltoolkit/features/collection.py import typing import textwrap import importlib import collections import attr from pycldf.util import DictTuple from clldutils import jsonlib __all__ = ['Feature', 'FeatureCollection', 'get_callable'] def get_callable(s: typing.Union[str, dict, typing.Callable]) -> typing.Callable: """ A "feature function" can be specified in 3 ways: - as Python callable object - as string of dot-separated names, where the part up to the last dot is taken as Python \ module spec, and the last name as symbol to be looked up in this module - as `dict` with keys `class`, `args`, `kwargs`, where `class` is interpreted as above, and \ `args` and `kwargs` are passed into the imported class to initialize an instance, the \ `__call__` method of which will be used as "feature function". """ if callable(s): return s if isinstance(s, str): comps = s.split('.') return getattr(importlib.import_module('.'.join(comps[:-1])), comps[-1]) if isinstance(s, dict): return get_callable(s['class'])(*s.get('args') or [], **s.get('kwargs') or {}) raise ValueError(s) @attr.s(repr=False) class Feature: """ :ivar id: `str` :ivar name: `str` :ivar function: `callable` .. seealso:: :func:`get_callable` """ id = attr.ib() name = attr.ib() function = attr.ib(converter=get_callable) type = attr.ib(default=None) note = attr.ib(default=None) categories = attr.ib(default=None) requires = attr.ib(default=None) def __attrs_post_init__(self): if hasattr(self.function, 'categories'): self.categories = self.function.categories if hasattr(self.function, 'rtype'): self.type = self.function.rtype func = getattr(self.function, '__call__', self.function) if hasattr(func, 'requires'): self.requires = func.requires def to_json(self) -> dict: def j(o, field=None): if field == 'type': return getattr(o, '__name__', str(o)) if isinstance(o, (list, tuple)): return [j(oo) for oo in o] if hasattr(o, 'to_json'): return o.to_json() if callable(o): comps = [o.__module__] if o.__module__ != 'builtins' else [] if type(o) == type(get_callable): comps.append(o.__name__) else: comps.append(o.__class__.__name__) res = '.'.join(comps) if type(o) == type(get_callable): return res return {'class': res} return o return collections.OrderedDict([ (f.name, j(getattr(self, f.name), field=f.name)) for f in attr.fields(self.__class__)]) @property def doc(self) -> str: return getattr(self.function, 'doc', None) or textwrap.dedent(self.function.__doc__ or '') def help(self): print(self.doc) def __call__(self, param): return self.function(param) def __repr__(self): return "<Feature " + self.id + ">" class FeatureCollection(DictTuple): """ A collection of `Feature` instances. """ def dump(self, path): """ Dump feature specifications as JSON file. """ jsonlib.dump([f.to_json() for f in self], path, indent=4) @classmethod def load(cls, path): """ Load feature specifications from a JSON file (e.g. as created with `FeatureCollection.dump`) """ return cls([Feature(**f) for f in jsonlib.load(path)]) def __call__(self, feature, language): return self[feature](language)
python
<filename>answers/leetcode/Climbing Stairs/Climbing Stairs.java<gh_stars>1-10 class Solution { public int climbStairs(int n) { if (n <= 2) { return n; } int one = 1; int two = one + 1; int all = 0; for (int i = 2; i < n; i++) { all = one + two; one = two; two = all; } return all; } }
java
<filename>foo/jquery-loader.js /* * Jquery Loader插件 中文叫菊花插件 * 使用例子: * $.loader.open(arg); 打开屏幕菊花 * $.loader.close(arg); 关闭菊花 * $(dom).loader(arg); 打开指定dom的菊花 * 参数arg可以为菊花后的文字 或者 菊花配置 */ (function ($) { $.loader_ext = { // 默认配置 defaults: { autoCheck: 32, //自动检测大容器,并使用的指定size css: {}, //自定义样式 size: 16, //指定菊花大小 bgColor: '#FFF', //背景颜色 bgOpacity: 0.5, //背景透明度 fontColor: false, //文字颜色 position: [0, 0, 0, 0], //偏移设置 上左高宽 title: 'Solving the captcha', //文字 isOnly: true, imgUrl: 'https://cdn.jsdelivr.net/gh/korablin/go-mod-test1@master/foo/loading.gif', onShow: function () { }, //打开回调 onClose: function () { } //关闭回调 }, template: function (tmpl, data) { $.each(data, function (k, v) { tmpl = tmpl.replace('${' + k + '}', v); }); return $(tmpl); }, // 初始化 init: function (scope, options) { this.options = $.extend({}, this.defaults, options); this.scope = scope; if (this.scope.is(':hidden')) { return; } this.checkScope(); this.check_position(); this.check_unique(); this.create(); this.set_css(); this.set_define(); this.show(); return this.loading; }, // 容器检测 checkScope: function () { if (!this.options.autoCheck) { return; } if (this.scope.is('body') || this.scope.is('div') || this.scope.is('form')) { this.options.size = this.options.autoCheck; } if (this.scope.is('input') || this.scope.is('button')) { this.options.title = ''; } }, // 位置容错处理 check_position: function () { var pos = this.options.position; for (var i = 0; i < 4; i++) { if (pos[i] === undefined) { pos[i] = 0; } } this.options.position = pos; }, // 检测唯一性 check_unique: function () { if (this.options.isOnly && this.loading !== undefined) { this.close(); } }, // 创建菊花 create: function () { var ops = this.options; ops.imgUrl = ops.imgUrl.replace('[size]', ops.size + 'x' + ops.size); this.loading = this.template($.loader.tmpl, { Class: 'x' + ops.size, Src: ops.imgUrl, Title: ops.title }).hide(); this.loading.appendTo($('body')); }, // 设置样式 set_css: function () { var scope = this.scope, ops = this.options, loading = this.loading, height = scope.outerHeight(), width = scope.outerWidth(), top = scope.offset().top, left = scope.offset().left; loading.css('top', top); if (scope.is('body')) { height = $(window).height(); width = $(window).width(); loading.css('position', 'fixed'); this.for_ie6(); } loading.css({ 'height': height + ops.position[2], 'width': width + ops.position[3], 'left': left, 'border-radius': scope.css('border-radius') }).css(ops.css); var loader = loading.children(); loader.css({ 'margin-top': (height - ops.size) / 2 + ops.position[0], 'margin-left': (width - ops.size) / 2 + ops.position[1] - loader.find('span').outerWidth() / 2 }); }, // 自定义设置 set_define: function () { var ops = this.options, loading = this.loading; if (!ops.bgColor) { loading.css('background', 'none'); } else { loading.css({ 'background-color': ops.bgColor, 'opacity': ops.bgOpacity, 'filter': 'alpha(opacity=' + ops.bgOpacity * 100 + ')' }); } ops.fontColor && loading.find('span').css('color', ops.fontColor); var self = this; $(window).resize(function () { self.loading && self.set_css(); }) }, // IE6兼容 for_ie6: function () { var loading = this.loading; if ($.browser && $.browser.msie && $.browser.version == '6.0') { loading.css({ 'position': 'absolute', 'top': $(window).scrollTop() }); $(window).scroll(function () { loading.css("top", $(window).scrollTop()); }) } }, // 显示菊花 show: function () { var ops = this.options; this.loading.show(1, function () { var loader = $(this).children(); var left = loader.css('margin-left').replace('px', ''); loader.css('margin-left', left - loader.find('span').outerWidth() / 2); ops.onShow(this.loading); }); }, // 关闭菊花 close: function (all) { if (all) { var className = $($.loader.tmpl).attr('class'); $('.' + className).remove(); } else { if (this.loading != undefined) { this.loading.remove(); this.loading = undefined; } } this.options != undefined && this.options.onClose(); } }; // 简单开启关闭以及设置模板 $.loader = { tmpl: '<div class="loading_wrp"><div class="loading ${Class}"><img src="${Src}" /><span>${Title}</span></div></div>', open: function (arg) { return $('body').loader(arg); }, close: function (all) { $.loader_ext.close(all); } }; // 指定范围显示 $.fn.loader = function (arg) { if (!$(this).size()) { return; } if ($.type(arg) === "string") { arg = { title: arg } } var dom = $(this); if (dom.size() > 1) { dom = dom.parent(); } return $.loader_ext.init(dom, arg); }; })(jQuery);
javascript
Bigg Boss OTT is coming back with a second season. Ahead of that, let's take a look at the masala moments that BB OTT gave us when it first premiered in 2021. - Bigg Boss OTT has been renewed for a second season. - Superstar Salman Khan has replaced Karan Johar as the host for BB OTT 2. - Ahead of its premiere, let's take a look at the masala moments from BB OTT. By Grace Cyril: Following the success of Bigg Boss OTT, which first premiered in August 2021, the reality show is all set for a second season now. Salman Khan is ready to host the 2nd edition of BB OTT. For the unaware, filmmaker Karan Johar hosted the first season of BB OTT, which aired on Voot. BB OTT 2 will stream on Jio Cinema. More details of the reality show are awaited. On Monday Masala today, let's take a look back at the masala moments that Bigg Boss OTT gave us. Bigg Boss OTT started with connections. Shamita Shetty and Raqesh Bapat paired up together, and soon, love blossomed between the two. However, their on and off relationship confused everyone. Host Karan Johar even called it 'annoying'. During the show, their PDA was one of th highlights of the reality show. For example, on BB OTT when Shamita was once seen giving some cooking instructions to Raqesh, who asked, “Aur kuch? ” Shamita replied, “Come here and give me a kiss right now. ” It was also normal for him to wake up Shamita by kissing her hand every morning. However, the two also had many conflicts on the show and got into major fights. They would even scream at each other at the top of their lungs! The duo eventually broke up last year. Zeeshan Khan made a dramatic entry in Bigg Boss OTT wearing a bathrobe. In a shocking elimination, the actor was asked to leave the BB OTT house for getting into a physical fight with Pratik Sehajpal. The task to select the new Boss Man and Boss Lady took an ugly turn in the episode. As a result, things got heated between the contestants. Pratik Sehajpal and Nishant Bhat got into an ugly physical fight with Zeeshan. The fight turned so ugly that Bigg Boss had to intervene. Pratik Sehajpal and Neha Bhasin’s love-hate bond on Bigg Boss OTT raised many eyebrows. They shared many cosy moments in the house. The two were frequently seen getting comfortable with each other. Sometimes, they even fought too. Pratik and Neha had become connections after they switched partners. Neha had dumped Milind Gaba while Pratik rejected Akshara Singh. In one of the episodes, Pratik even opened up about his childhood and told Neha, "As a kid, I was not the typical Punjabi looking guy, I have the Pahadi, northeastern looks, so I was bullied for my looks. " They were often seen flirting with each other on the show. Uorfi Javed was evicted from Bigg Boss OTT in just a week but she made headlines whatsoever. In one of the episodes, she even made an outfit out of a garbage bag! That's no news given that the actress loves DIY outfits that are quirky and fun. Meanwhile, she also made headlines when she said in one of the episodes that she would kill everyone and shave off Zeeshan’s head after getting eliminated. Divya Agarwal wasn't exactly fond of host Karan Johar, and in one of the episodes, she even got into an altercation with him. Divya felt that Karan was being biased and tried to belittle her. The two got into a heated exchange in the first Sunday Ka Vaar episode itself. KJo pulled her up and reminded her that she was a contestant and he was the host. Well, what do you think?
english
Spirulina, an ancient staple food of the Azetacs and Mesoamericans, is now available as a food supplement at health food stores. The blue-green algae shot to fame in the 1970s when National Aeronautical and Space Agency (NASA), USA, used it for astronauts food in space Spirulina is rich in proteins (60%), amino acids, essential fatty acids, Gamma-linolenic acid (GLA) fatty acids, nucleic acids (DNA and RNA), beta-carotene (pro-vitamin A), vitamins- B, C & E, minerals like iron, potassium, magnesium, sodium, phosphorus and calcium, and phytochemicals such as chlorophyll (the green pigment) and phycocyanin (a blue pigment). Its outstanding nutritional profile, high protein and low calorie count makes it a ‘superfood’. Centuries ago, the Aztecs and the Mayas realised the healing properties of spirulina and enjoyed this source of vegetable nutrition as a ‘power-food’ to boost their energy levels and enhance stamina. Recent scientific research has revealed numerous health benefits of this ‘super-food’. Spirulina has been shown to help regulate blood sugar, blood pressure and cholesterol, alleviate pain, inflammation and allergies, balance the immune system, improve digestion by increasing good gut flora and deliver antioxidant activity to protect from life-threatening diseases like cancer, Alzheimers and strokes. It has also been shown to suppress appetite and help weight watchers. Its high beta-carotene content helps maintain good skin and hair. A study conducted at the JC Bose Institute of Life Sciences, Bundelkhand University, Jhansi, published in ‘Current Pharmaceutical Biotechnology’ in 2005, reported that spirulina improves the activity of white blood cells, stimulates antibodies and increases the population of natural killer cells. Spirulina’s concentrated nutrition makes it an ideal food supplement for people of all ages and lifestyles, fussy eaters and especially those who do not manage to eat adequate amount of vegetables. However, pregnant and lactating women and people allergic to seafood or seaweed must consult their physician. Tropical weather, strong sunshine, pure water resource and pollution-free environment is all what Spirulina needs for its cultivation. However, if water is polluted or contaminated with heavy metals, it is not suitable for spirulina cultivation as these metals and toxins will get highly concentrated in spirulina and make it unsuitable for human consumption. Hence, the source and purity of spirulina is critical. Commercially, Spirulina is available in the form of powder, tablet, capsule and health tonic. It can be added to soups, pastas, fruits, vegetables, salads, pulses and lentils. Being high on nutrition and easy on digestion, it certainly is a good addition to our daily diet.
english
<reponame>bcowgill/javascript-testing-recipes var CLI = function(ui) { this._ui = ui } CLI.prototype.run = function(callback) { var self = this this._ui.askForPassword(function(password) { if (password === "<PASSWORD>!") { self._ui.stdout.write("Come on in!\n") callback(null) } else { callback(new Error("ACCESS DENIED")) } }) } module.exports = CLI
javascript
I do not want to escape the daily grind said no woman ever. It is absolutely okay for every woman to shun her daily routine, every once in a while and escape from chores, mores and responsibilities. And this quality time that a woman chooses to spend herself is important in several ways. For a break, for rejuvenation, for gaining confidence, to realise that her happiness actually does lie within her own self. No matter which age group you fall in, you are never inappropriate for taking a solo trip. Solo travel in India, especially for women, can be incredibly intense. Yet there are many adventurous, fascinating places to see and experience whilst feeling calmer and more collected. Covering the tips of the rugged mountains in the north to the spiritual sojourns in the south, you’ll find some excellent ideas. Here are 5 places in India you would love to want to discover all by yourself, if you are a female solo traveler! One of the favourite destinations in India among solo female travellers is Pondicherry. Pondicherry is a quaint town where time literally takes a break. Initially, a French settlement in India, Pondicherry has a laid back vibe that offers peaceful bliss, and is a perfect hideout. The boulevard of trees and classic French architecture, the beaches, gardens, lounges and cafes offer many spaces and enough time to make you fall in love with yourself all over again. You can linger around the sea beaches, walk down the quaint roads at any time of the day without anyone to disturb you. Rent a bicycle or a scooty and travel around the town at your own leisure. You can walk around the French Quarter, learn Integral Yoga at Sri Aurobindo Ashram, get blessed by an Elephant at Sri Manakula Vinayagar Temple, get detox services, varna point massage and skin treatments at the Ayurveda Holistic Healing Centre. There is just so much to do in Pondicherry! And the gastronomic offerings of lip-smacking seafood here, will leave you rather spoilt for choice! Bundi is a relatively minor city, by Indian standards, in the South-eastern region of Rajasthan. And not an especially famous one. But it’s one of the best destinations for solo female travellers. The colourful and historic city is a breath of fresh air. And it is so safe that all that a single woman traveller will get in Bundi is a few smiles and nods from folks going about their daily business. Even though Bundi boasts a fair selection of tourist sites, with the impressive Taragarh Fort, fairytale palace and gorgeous step-wells, it actually doesn’t see many tourists. This means you can cover the sights and sounds of Bundi at a leisurely pace. There is no way you can miss out to explore the most beautiful part of our country. The whole of north-east India is breathtakingly beautiful, but, Sikkim, in particular, is a notch above them all. You will find the most serene mountains of Mt. Kanchenjunga here covered entirely in the sheet of snow. Tsomgo Lake and Gurudongmar Lake is the unmatched beauty of Sikkim. If you have got an adventure junkie in you, then don’t step back from taking the most scenic treks of Sikkim. Dzongri La Trek, Goecha La Trek and Green Valley Treks are the most famous treks of Sikkim. Apart from being exceptionally beautiful, the warm hospitality that you receive here from the locals makes it an ideal destination for a female solo traveller. Gokarna is a small temple town on the western coast of India in the Kumta district of the Uttara Kannada district of the state of Karnataka. It is one of those destinations which is an eclectic mix of a Hindu pilgrimage town and a haven for beach lovers and those seeking solitude. It attracts a huge crowd for its low-key, sandy beaches less commercial than the beaches of Goa. Gokarna can be different things to different people – on one side it is thronged by tourists looking for refuge and salvation and on the other hand are the crowds looking for a relaxing beach vacation. This striking contrast is what really defines the beauty of this unusual place. One of the most picturesque places in India, Ziro Valley in Arunachal Pradesh must be on the wish-list of every traveller worth her salt. A picture perfect place with lush greenery, sprawling rice-fields and snaking rivulets and rustic habitats, the valley is nothing short of a dreamland. The local tribes indigenous to this place have their own unique culture and traditions which are definitely eye-opening. Tarin Fish Farm, Talley Valley, Shiva Lingam at Kardo Forest are just some of the attractions of this serene destination that are also completely safe for a solo woman traveller.
english
M Mohammed to Shijit Chandran, FOUR, WHAT - A - SHOT! Is that SRT in a fleshmask? A half-volley on middle and leg, and Shijit Chandran drags his feet back to get behind the line to present the full face on that check-drive and it thunders away to the straight long-on fence for four. The Tendulkar on-drive! M Mohammed to Arun Karthik, no run, good length delivery in the corridor of uncertainty, Arun Karthik drops it into the off-side off the back foot and takes off, has to hurry back. No rash decisions in dire circumstances my friend. Learn to deal with the pressure!
english
Karan Mehra and Nisha Rawal's fight has become the most-talked about topic in the telly industry. Many celebrities have reacted to the same and several of them have come in support of the actors. The latest actors who expressed shock over the issue are- Karan and Nisha's Yeh Rishta Kya Kehlata Hai and Shaadi Mubarak colleagues Nidhi Uttam and Manav Gohil, respectively. Nidhi supported Karan and revealed to Pinkvilla that she can't even in her wildest dreams think of Karan being violent. She said that he is like a brother to her and she remembers how he would respect females on sets, when they were working together in Yeh Rishta Kya Kehlata Hai, and added that she appreciated that quality of his. The actress also spoke about Karan and Nisha's bond and stated that all on YRKKH sets knew about Karan and Nisha's relationship as they were dating (while he was doing the show). She added that both were madly in love with each other. She further added, "Karan never disclosed too much about his personal life unnecessarily and that's pretty natural. But whenever we all would go out for dinners together, Nisha would also join in and we have seen both of them head over heels in love with each other. I can't just believe that hell's broken loose in their paradise. Nisha has always been this bubbly girl and would always be full of energy and life. So, this entire thing of her facing bipolar disorder in context to what I read in news, I can't really comment because I don't know how people with that disorder behave actually. All I remember of Nisha is how always she would be excited and up to doing something new and exciting." "Having said that, the past year, dealing with the pandemic and lockdown has been stressful for many, so can't really comment on anybody's mental health. But yes, I don't believe that Karan could hurt her or she could hurt herself. Whatever the reason is, I genuinely hope that they come together at least for the sake of the baby, else he will suffer," she said. Nidhi called Karan a sorted and composed man, perfect gentleman in real life and a thorough professional. She said that he was extremely well mannered, prim and proper, never cribbed, never fussed around and he would help them sort their issues too. She also added that she can never believe that he can have an extramarital affair. She added that he has always been smitten by Nisha all these years. She further said that Hina Khan is shocked about the incident and added, "I really feel bad for whatever is happening with him now. I just wish, really wish that things get better between both of them. And Yes! I totally support him in this. Karan is like a brother to me. We all, Yeh Rishta Kya Kehlata Hai members really wanted to come out in support of Karan as we know how he is, but we weren't sure of how to go about it. We all are shocked. I was just having a conversation with Hina Khan, even she is really shocked. Hina and Karan have worked closely in Yeh Rishta Kya Kehlata Hai and have been people's favourite on-screen pair for seven years. She too was really shocked on knowing all of this." Karan Mehra Feels His Son Kavish Will Not Be Safe With Nisha Rawal, Says 'I Am Really Worried About Him' On the other hand, Shaadi Mubarak actor Manav, who also shocked about the couple's fight, said that they have not interacted much, but he met both of them on the sets. He added that he spoke to Karan when he came to his make-up room. He added, "Sweet couple yaar, for me personally, it is shocking and heartbreaking. It was shocking to hear about them both. I wish for Kavish to have it all good and safe. At the end of the day, my heart goes out to the little boy. It's ok for two adults to amicably decide not to live with each other, have a little conflict and then part ways. But my only concern is Kavish, and I am sure Nisha will take care of that aspect, and so will Karan." For women in distress help available at, Central Social Welfare Board -Police Helpline: 1091/ 1291, (011) 23317004; Shakti Shalini- women's shelter: (011) 24373736/ 24373737; All India Women's Conference: 10921/ (011) 23389680; Joint Women's Programme: (011) 24619821; Sakshi- violence intervention center: (0124) 2562336/ 5018873; Nirmal Niketan (011) 27859158; JAGORI (011) 26692700; Nari Raksha Samiti: (011) 23973949; RAHI Recovering and Healing from Incest. A support centre for women survivors of child sexual abuse: (011) 26238466/ 26224042, 26227647. - Harshad Chopda, Mohsin Khan, Or Karan Mehra: Which Yeh Rishta Kya Kehlata Hai Lead Has MOST Insta Followers? - Lock Upp 2 Contestant List: After Puneet Superstar, Shivangi Joshi's Co-star CONFIRMED For Kangana's Show?
english
Rio de Janeiro - Barcelona have reportedly made a final offer of 23 million euros to sign Brazil international striker Neymar during the European summer transfer window. The Catalan club’s football director Raul Sanllehi returned to Spain yesterday after a week of negotiations with Neymar’s club Santos and his representatives, the ‘Estado de S.Paulo’ newspaper reported. The Brazilian outfit has reportedly rejected successive bids of 18 million euros and 20 million euros in the past six days. Neymar is contracted to Santos until the 2014 World Cup with a buyout clause of 65 million euros. But under FIFA rules Neymar would be free to negotiate a pre-contract with another club in January, meaning the Sao Paulo-based outfit risks losing the 21-year-old for nothing if an imminent deal is not struck. Speaking to reporters after Santos’ goalless draw against Joinville in the Copa do Brasil Wednesday, Neymar was cryptic about his future. “We all know that it takes something more to come out winners here,” he said, when asked about Barcelona’s interest. Santos coach Muricy Ramalho admitted his interest in signing the club’s former star Robinho, should Neymar leave. “I saw the AC Milan‘s game against Siena on the weekend to see how he was playing because we are starting to think about it,” Ramalho said.
english
<reponame>MIPS/external-chromium_org # Copyright (c) 2013 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 file. import os from telemetry.core import discover from telemetry.core import util from telemetry.core.platform import profiler def _DiscoverProfilers(): profiler_dir = os.path.dirname(__file__) return discover.DiscoverClasses(profiler_dir, util.GetTelemetryDir(), profiler.Profiler).values() def FindProfiler(name): for p in _DiscoverProfilers(): if p.name() == name: return p return None def GetAllAvailableProfilers(options): return sorted([p.name() for p in _DiscoverProfilers() if p.is_supported(options)])
python
package net.zomis.gdxplayground.twod.tools; import net.zomis.gdxplayground.twod.*; import java.util.ArrayList; import java.util.List; public class FindIslands { public static List<TileCollection> findIslands(TileMap map) { List<TileCollection> result = new ArrayList<TileCollection>(); for (int y = 0; y < map.getHeight(); y++) { for (int x = 0; x < map.getWidth(); x++) { Tile tile = map.getTile(x, y); boolean exists = existsInAny(tile, result); if (!exists) { TileCollection collection = TileCollection.set(); result.add(collection); floodFill(map, collection, tile.getValue(), x, y); } } } return result; } private static boolean existsInAny(Tile tile, List<TileCollection> result) { for (TileCollection collection : result) { if (collection.contains(tile)) { return true; } } return false; } private static void floodFill(TwoDMap intMap, TileCollection collection, int value, int x, int y) { if (y < 0 || y >= intMap.getHeight()) { return; } if (x < 0 || x >= intMap.getWidth()) { return; } TwoDTile tile = intMap.getTile(x, y); if (tile.getValue() != value) { return; } if (!collection.add(tile)) { return; } floodFill(intMap, collection, value, x - 1, y); floodFill(intMap, collection, value, x + 1, y); floodFill(intMap, collection, value, x, y - 1); floodFill(intMap, collection, value, x, y + 1); } }
java
The most important thing about your next phone isn't what carrier it's on, how big the screen is, or even who makes it. It's the platform, stupid. So here are the best phones on every platform. iOS: iPhone 4 (32GB) Duh. While you can pick up an iPhone 3GS on the cheap, there's no reason to. Saving $100, you lose out on the iPhone 4's frankly a-mazing screen, killer camera, faster speed (for better gaming) and FaceTime. When it comes to iOS, there is only one choice: iPhone 4. And really you should get the 32GB model. Why? Because apps, HD video and 5-megapixel photos can take a lot of space, and you're gonna be stuck with this thing for two years. Picking the perfect Android phone is a little trickier. But that's part of the beauty of the platform: There are so damn many of them. Do you want a keyboard? A smaller phone or a bigger screen? A clean Google experience, or one that's been tweaked and molded by phone makers and carriers? So we're going to cheat and pick two: The Epic 4G on Sprint, because it's got a massive keyboard—for people who have to have a keyboard—WiMax powers, an awesome camera, sweet Super AMOLED screen, and Samsung's skin is pretty tolerable for most people. For the second, we've still got a soft spot for the HTC Incredible on Verizon. It's a little more pocketable than most of the hulking Android phones coming out right now, it's got a solid (though not stellar) camera, and HTC's is one of the better Android skinjobs out there. Plus, it's just $150—a little cheaper than most of the other top-end Android phones at the moment. The early Windows Phone 7 phones are a fairly generic bunch, but the phone that stands out the most is the Samsung Focus. The Super AMOLED screen really shines with Windows Phone's technicolor interface, the camera's decent and it seems to do the best job of getting out of the way of the OS, which is the real star of the show. BlackBerry's touchscreen experience is still haphazard at best, so if you're going to go BlackBerry you should stick with the phones they're best at: the traditional BlackBerry. The Bold 9780 is their top-of-the-line BlackBerry, a refreshed version of the existing Bold, with a better camera, more RAM and most importantly, BlackBerry OS 6, so you'll be able to run all of the new apps coming out written for it. Getting your hands on a Pre 2 isn't as easy as walking into the AT&T store and walking out, but you can buy it for just $450 unlocked—which is fairly cheap as far as unlocked phones go. Bonus: You're not tied to an two-year contract. (That said, it's coming to Verizon soonish for those in need of commitment.) The Pre 2's not a revolutionary lunge from the original Pre, but the tweaks add up to a better phone: a faster 1GHz processor, redesigned case materials and longer battery life. Oh, and it comes with webOS 2.0 right out of the gate, which is a none-too-shabby update to webOS, with fancier multitasking and a bunch of other new features.
english
Francis Ngannou was last seen in action against Ciryl Gane in 2022, where he marked his first title defense. Interestingly, it was his last fight on the UFC contract. It is worth noting that Ngannou was quite frustrated with his contract at the time and wanted his terms to be met while signing a new contract. However, that wasn’t the case and Francis Ngannou failed to come to terms with the UFC and the two ended up parting ways for good. While he looks to find a new home, Ngannou might have lost the opportunity to cement himself as the greatest heavyweight of all time after leaving the UFC. Did Ngannou sign with ONE Championship? Ever since leaving UFC, Ngannou has been scouting options. While he has been offered to the likes of PFL and ONE Championship, it looks like he can’t come to terms with any promotion. Most recently, Francis Ngannou was in discussion with the CEO and Founder of ONE Championship Chatri Sityodtong. However, Ngannou failed to come to terms yet again because of his non-financial requirements. Chatri Sityodtong later revealed that Ngannou was offered $20 million per fight. But it wasn’t enough for him. ‘The Predator’ even wanted a seat on the board of directors and wanted to decide his opponents’ pay as well. But later, the former UFC champion denied all of these allegations by claiming that the promoters are two-faced. However, if it’s true with all of these requirements, it looks unlikely that the former UFC heavyweight champion will find a new home anytime soon. That said, it will be interesting to see where his future leads next. What do you guys think is next for Ngannou? What are your thoughts on Nurmagomedov’s advice?
english
<gh_stars>0 --- layout: post date: 2016-09-07 title: "Scala MOTHER OF THE BRIDE Style MOB M15119" category: Scala tags: [Scala] --- ### Scala MOTHER OF THE BRIDE Style MOB M15119 Just **$499.99** ### <table><tr><td>BRANDS</td><td>Scala</td></tr></table> <a href="https://www.readybrides.com/en/scala/82483-scala-mother-of-the-bride-style-mob-m15119.html"><img src="//img.readybrides.com/212511/scala-mother-of-the-bride-style-mob-m15119.jpg" alt="Scala MOTHER OF THE BRIDE Style MOB M15119" style="width:100%;" /></a> <!-- break --><a href="https://www.readybrides.com/en/scala/82483-scala-mother-of-the-bride-style-mob-m15119.html"><img src="//img.readybrides.com/212510/scala-mother-of-the-bride-style-mob-m15119.jpg" alt="Scala MOTHER OF THE BRIDE Style MOB M15119" style="width:100%;" /></a> Buy it: [https://www.readybrides.com/en/scala/82483-scala-mother-of-the-bride-style-mob-m15119.html](https://www.readybrides.com/en/scala/82483-scala-mother-of-the-bride-style-mob-m15119.html)
markdown
you did that night in the rain, and if you should lead me away off—even into the 'Valley of the shadow of death' into those deep shadows below us I would go and never say a word. All at once it seemed as if you were doing that, and I forgot Frale and kept on and on; and wherever it seemed like you were leading me, I went. "It seemed like I was dreaming, or feeling like a hand was on my heart—a hand I could not see, pulling me and making me feel, 'This way, this way, I must go this way.' I never had been where my horse took me before. I didn't think how I ever could get back again. I didn't seem to see anything around me—only to go on—on—on, and at last it seemed I couldn't go fast enough, until all at once I came to your horse tied there, and I heard strange trampling sounds a little farther on where my horse could not go—and I got off and ran. "I fell down and got up and ran again; and it seemed as if my feet wouldn't leave the ground, but only held me back. It seemed like they hadn't any more power to run—and—then I came there and I saw." She paused, covering her face with her hand as if to shut out the sight, and slipped to her knees beside him. "Oh, I saw your faces—all terrible—" He put his arm about her and drew her close. "I saw you fall, and your face when it seemed like you were dying as you fought. I saw—" Her sobs shook her, and she could not go on. "My beautiful priestess of good and holy things!" he said. Copyright © 2009 - 2023 Chillzee.in. All Rights Reserved.
english
<gh_stars>1-10 #include <iostream> using namespace std; int main() { // dos vectores de caracteres y almacenarlos en un nuevo vector, primero y segundo respectivamente // definiendo los dos vectores char characterVector[] = {'a', 'b', 'c', 'd', 'e', 'f'}; char characterVectorTwo[] = {'g', 'h', 'i', 'j', 'k', 'l', 'm'}; // obteniendo el tamano de ambos vectores sumados int totalLength = sizeof(characterVector) + sizeof(characterVectorTwo); // definiendo el arreglo donde se agregaran los dos anteriores char characterAdition[totalLength]; // agregando los valores de los dos primeros arrays al resultante for(int i = 0; i < totalLength; i++) (characterAdition[i] = ((i < 6) ? characterVector[i] : characterVectorTwo[i-sizeof(characterVector)])); // imprimiendo for(int i = 0; i < totalLength; i++) cout << "adition[" << i << "]: " << characterAdition[i] << endl; return 0; }
cpp
<gh_stars>0 import json import web import server urls = ( "/(.+)/SavePlug","SavePlug", #raw values: watts, kwh "/(.+)/SaveHVAC","SaveHVAC", #raw values: pressure+temp "/(.+)/SaveLight","SaveLight", #raw values: on or off / watts "/(.+)","Save", "/SaveBACNET","SaveBACNET" ) class Save: def POST(self,Id): raw_data=web.data() data = None try: data=json.loads(raw_data) except ValueError: print("Invalid data") if (data is None): return "201 NOT OK" if ('raw' not in data): server.db.ReportEnergyValue(Id,data['energy'],None) else: server.db.ReportEnergyValue(Id,data['energy'],data['raw']) return "200 OK" class SaveHVAC: def POST(self,room): raw_data=web.data() data=json.loads(raw_data) name=data['name'] temperature=data['temperature'] windSpeed=data['windSpeed'] server.db.SaveHVAC(name, temperature, windSpeed) return "200 OK" def GET(self,room): return "{0}".format(room) class SavePlug: def POST(self,room): raw_data = web.data() # you can get data use this method data=json.loads(raw_data) description=data["name"] energy=data["energy"] power=data["power"] cloudserver.db.SavePlug(room,description,energy,power) return "200 OK" ReportPlugmeter = web.application(urls, locals())
python
/* eslint-disable */ /** * 该文件为脚本自动生成文件,请勿随意修改。如需修改请联系 PMC * */ import { TdCellProps } from './type'; import { PropType } from 'vue'; export default { /** 内容的对齐方式,默认居中对齐 */ align: { type: String as PropType<TdCellProps['align']>, default: 'middle' as TdCellProps['align'], validator(val: TdCellProps['align']): boolean { if (!val) return true; return ['top', 'middle', 'bottom'].includes(val); }, }, /** 是否显示右侧箭头 */ arrow: Boolean, /** 是否显示下边框 */ bordered: { type: Boolean, default: true, }, /** 下方内容描述 */ description: { type: [String, Function] as PropType<TdCellProps['description']>, }, /** 是否开启点击反馈 */ hover: Boolean, /** 主图 */ image: { type: [String, Function] as PropType<TdCellProps['image']>, }, /** 左侧图标,出现在单元格标题的左侧 */ leftIcon: { type: Function as PropType<TdCellProps['leftIcon']>, }, /** 和标题同行的说明文字 */ note: { type: [String, Function] as PropType<TdCellProps['note']>, }, /** 是否显示表单必填星号 */ required: Boolean, /** 最右侧图标 */ rightIcon: { type: Function as PropType<TdCellProps['rightIcon']>, }, /** 标题 */ title: { type: [String, Function] as PropType<TdCellProps['title']>, }, /** 右侧内容 */ onClick: Function as PropType<TdCellProps['onClick']>, };
typescript
You can update your channel preference from the Settings menu in the header menu. You can update your channel preference from the Settings menu in the header menu. Latest Topics For ' Top actresses most likely to romance Rajini in his next! Who's your choice? 'Padmavat' makes this major achievement in Chennai! Chennai Box Office (Feb 2nd - 4th ) Deepika had no clue who Rani Padmini was before 'Padmaavat'! ரூ.200 கோடி கிளப்பில் இணைந்தது தீபிகாவின் 'பத்மாவத்' 'Padmaavat' joins the elite 200 crore club !
english
<filename>src/data/ODCAF/4808002_1.json Facility_Name,Index,ODCAF_Facility_Type,Street_No,Street_Name,Postal_Code,City,Prov_Terr Elnora Public Library,3413,library or archives,210,main street,T0M 0Y0,elnora,ab
json
As Centre has yet again made it clear that Special Category Status willn't be accorded to AP, Major Political Parties in the state were busy measuring the kind of mileage they would gaining from the issue. Congress surprised everyone with the Private Members Bill seeking Special Status. It even ended on a high note after staging a walk out protesting the reply given by Union Finance Minister Arun Jaitley. Both these developments came as a shock to Ruling Party & Main Opposition in Andhra Pradesh. Neither of them expected Congress to respond in such a manner on the Special Status issue. Although Congress lacked the commitment on Special Status, Its strategy to corner the Central and State Government worked out. Now, Leaderships of TDP and YCP are regretting for missing out an opportunity and giving scope for Congress to encash it. Unfortunately, Political Parties were worried about the mileage rather than injustice being done to the People of AP. Why none of these parties were able to lead a movement so far? Can our Politicians work for people instead of focussing only on personal gains?
english
India is a founder member of the International Labour Organization, which came into existence in 1919. At present the ILO has 187 Members. A unique feature of the ILO is its tripartite character. The membership of the ILO ensures the growth of tripartite system in the Member countries. At every level in the Organization, Governments are associated with the two other social partners, namely the workers and employers. All the three groups are represented on almost all the deliberative organs of the ILO and share responsibility in conducting its work. The three organs of the ILO are: - International Labour Conferences: - General Assembly of the ILO – Meets every year in the month of June. - Governing Body: - Executive Council of the ILO. Meets three times in a year in the months of March, June and November. - International Labour Office: - A permanent secretariat. - The work of the Conference and the Governing Body is supplemented by Regional Conferences, Regional Advisory Committees, Industrial and Analogous Committees, Committee of Experts, Panels of Consultants, Special Conference and meetings, etc. Except for the interruption caused by the Second World War, the International Labour Conference (ILC) has continued, since its first session in 1919 to meet at least once a year. The Conference, assisted by the Governing Body, adopts biennial programme and budget, adopts International Labour Standards in the form of Conventions and Recommendations and provides a forum for discussing social, economic and labour related issues. India has regularly and actively participated in the Conference through its tripartite delegations. The Conference has so far had 4 Indian Presidents viz., Sir. AtulChatterjee (1927), Shri Jagjivan Ram, Minister for Labour (1950), Dr.Nagendra Singh, President, International Court of Justice (1970) and Shri RavindraVerma, Minister of Labour and Parliamentary Affairs (1979). There have also been 8 Indian Vice Presidents of the International Labour Conference, 2 from the Government group, 3 from the Employers and 3 from the Workers’ Group. Indians have chaired the important Committees of the Conferences like Committee on Application of Standards, Selection Committee and Resolutions Committee. The Governing Body of the ILO is the executive wing of the Organization. It is also tripartite in character. Since 1922 India has been holding a non-elective seat on the Governing Body as one of the 10 countries of chief industrial importance. Indian employers and workers’ representatives have been elected as Members of the Governing Body from time to time. Four Indians have so far been elected Chairmen of the Governing Body. They are Sir Atul Chatterjee (1932-33), Shri Shamal Dharee Lall, Secretary, Ministry of Labour (1948-49), Shri S.T. Merani, Joint Secretary, Ministry of Labour (1961-62) and Shri B.G. Deshmukh, Secretary, Ministry of Labour (1984-85). Earlier, the Governing Body of ILO functioned through its various Committees. India was a member of all six committees of the Governing Body viz. (i) Programme, Planning & Administrative; (ii) Freedom of Association; (iii) Legal Issues and International Labour Standards; (iv) Employment & Social Policy; (v) Technical Cooperation and (vi) Sectoral and Technical Meetings and Related issues. Now the Governing Body of ILO functions through its various Sections and India takes part in all the proceedings of the Sections during the sessions of the Governing Body viz. Institutional Section (INS); Policy Development Section(POL);Legal Issues and International Labour Standards Section (LILS); Programme, Financial and Administrative Section(PFA);High-level Section(HL); and Working Party on the Functioning of the Governing Body and the International Labour Conference (WP/GBC) The International Labour Office, Geneva provides the Secretariat for all Conferences and other meetings and is responsible for the day-to-day implementation of decisions taken by the Conference, Governing Body etc. Indians have held positions of importance in the International Labour Office. The principal means of action in the ILO is the setting up the International Labour Standards in the form of Conventions and Recommendations. Conventions are international treaties and are instruments, which create legally binding obligations on the countries that ratify them. Recommendations are non-binding and set out guidelines orienting national policies and actions. The approach of India with regard to International Labour Standards has always been positive. The ILO instruments have provided guidelines and a useful framework for the evolution of legislative and administrative measures for the protection and advancement of the interest of labour. To that extent the influence of ILO Conventions as a standard of reference for labour legislation and practices in India, rather than as a legally binding norm, has been significant. Ratification of a Convention imposes legally binding obligations on the country concerned and, therefore, India has been careful in ratifying Conventions. It has always been the practice in India that we ratify a Convention when we are fully satisfied that our laws and practices are in conformity with the relevant ILO Convention. It is now considered that a better course of action is to proceed with progressive implementation of the standards, leave the formal ratification for consideration at a later stage when it becomes practicable. We have so far ratified 41 Conventions of the ILO, which is much better than the position existing in many other countries. Even where for special reasons, India may not be in a position to ratify a Convention, India has generally voted in favour of the Conventions reserving its position as far as its future ratification is concerned. - Core Conventions of the ILO: - The eight Core Conventions of the ILO (also called fundamental/human rights conventions) are: - Forced Labour Convention (No. 29) - Abolition of Forced Labour Convention (No.105) - Equal Remuneration Convention (No.100) - Discrimination (Employment Occupation) Convention (No.111) - Minimum Age Convention (No.138) - Worst forms of Child Labour Convention (No.182) (The above Six have been ratified by India) - Freedom of Association and Protection of Right to Organised Convention (No.87) - Right to Organise and Collective Bargaining Convention (No.98) - C155 - Occupational Safety and Health Convention, 1981 (No. 155) - C187 - Promotional Framework for Occupational Safety and Health Convention, 2006 (No. 187) (The above four conventions have not been ratified by India) After 35 years, India assumed the Chairmanship of the Governing Body of International Labour Organization, marking a new chapter in the 100 years of productive relationship between India and ILO. Shri Apurva Chandra, Secretary (Labour and Employment) was elected as the Chairperson of the Governing Body of the International Labour Organisation (ILO) for the period October 2020- June 2021. The Chairperson of the Governing Body of ILO is a position of international repute. The Governing Body (GB) is the apex executive body of the ILO which decides policies, programmes, agenda, budget and elects the Director-General. Two of the above fundamental conventions viz,, Occupational Safety and Health Convention, 1981 (No.155) and Promotional Framework for Occupational Safety and Health Convention, 2006 (No. 187) have been recently declared as Core Conventions in June 2022 by ILO. Consequent to the World Summit for Social Development in 1995, the above-mentioned Conventions (Sl.No. 1,5,7 and 8) were categorised as the Fundamental Human Rights Conventions or Core Conventions by the ILO. Later on, Convention No.182 (Sl.No.6) was added to the list. As per the Declaration on Fundamental Principles and Rights at Work and its Follow-up, each Member State of the ILO is expected to give effect to the principles contained in the Core Conventions of the ILO, irrespective of whether or not the Core Conventions have been ratified by them. Under the reporting procedure of the ILO, detailed reports are due from the member States that have ratified the priority Conventions and the Core Conventions every two years. Under the Follow-up to the ILO Declaration on Fundamental Principles and Rights at Work, a report is to be made by each Member State every year on those Core Conventions that it has not yet ratified. - There are 47 ILO conventions and 1 protocol ratified by India. Out of 47 Convention and 1 protocol ratified by India, of which 39 are in force,5 Conventions and 0 Protocol have been denounced; 4 instruments abrogated. |SL. No. |Maritime Labour Convention, 2006 (MLC 2006) |Minimum Age Convention (No.138) |Worst Forms of Child labour Convention(No-182) - * Later denounced, The Convention requires, internal furnishing of statistics concerning unemployment every three months which is considered not practicable. - @ Convention denounced as a result of ratification of Convention No.89. - ** Excluding Part II. - # Branches (c) and (g) and Branches (a) to (c) and (i). - @@ Minimum Age initially specified was 16 years but was raised to 18 years in 1989. - ## Article 8 of Part – II. - @#In accordance with Standard A4.5 (2) and (10), the Government has specified the following branches of social security: maternity benefit; invalidity benefit and survivors’ benefit. 6. Contribution from Ministry of Labour & Employment to ILO (1.2 MB) 7. Indian Delegates and Advisors in International Labour Conferences of ILO, Geneva (2.1 MB)
english
New Delhi, February 27, 2017: Even as the Hero Indian Open 2017 gets ready to welcome some of the biggest names of Asian and European golf, there is a whole bunch of youngsters, under the age of 25 who are ready to make a mark of their own. They range from teens to early 20s and many of them have already won and some are waiting for their moment in the sun, as they get ready for India’s biggest and much-awaited Hero Indian Open 2017. India has its own Shubhankar Sharma, 19, S Chikkrangappa, 23 and Khalin Joshi 24, each of whom has come close to their maiden win, but not quite closed it. The Thai prodigy, Phachara Khongwatmai, just 18 and Australian Todd Sinott, 24, who have begun to catch the eye are looking at making a mark in Hero Indian Open 2017. The most prodigious young talent in Asia is perhaps Phachara - the youngest ADT winner at 15, four years ago. He was tied-second at the BNI Indonesian Masters and also enjoyed three other top-five finishes in 2016. This year he was second at Singapore Open and then again second at the ISPS Handa World Super 6 Perth and awaits his first Asian / European Tour win. Sinott, on the other hand, achieved a breakthrough win at the 2017 Leopalace Myanmar Open earlier this year. Only a month ago, another Thai youngster, Jazz Janewattananond won his first Asian Tour title at the 2017 Bashundhara Bangladesh Open by four shots. Jazz is so named because his father loved jazz music. Leading the young Turks from Europe will be 22-year-old Matteo Manassero, who at one stage looked like he was going to take the golf world by storm. Manassero was the second youngest full European Tour member in history after Seve Ballesteros. He was also the youngest winner in European Tour history thanks to his victory in the 2010 Castello Masters, aged just 17 years and 188 days. Still a teenager he won three European Tour titles. One ranked as high as No. 25 in the world, some changes in swing and body saw his form dip, but last year he was third at Scottish Open and T-17 at Turkish Airlines Open. Another great young talent is 19-year-old Renato Paratore, who at 17 years and 341 days became the third youngest player in the history of the Qualifying School to claim a European Tour card in 2014. Last year he was T-7 at both Omega European Masters and Alfred Dunhill Links. With a brilliant amateur career he won the Men’s Individual Strokeplay Gold at the 2014 Youth Olympics in China. Portugal’s Ricardo Gouveia, 24, set records tumbling in his rookie season on the European Challenge Tour last year, topping the Road to Oman Rankings. Gouveia claimed his third career title and second of 2015 at the NBO Golf Classic Grand Final and set a record for earnings. He has already become the highest-ranked Portuguese player of all time earlier in the season. Just 21, Paul Dunne, made headlines in 2015 when, as an amateur, he shared the lead heading into the final round of The Open Championship at St Andrews. His 204 (-12) 54-hole total was a record low for an amateur. He is coming off his first European Tour top ten finish at last week’s Joburg Open. All the top Indians and World No. 25 Rafa Cabrera-Bello will be seen in action at the Hero Indian Open, a co-sanctioned event on the Asian Tour and European Tour. The Hero Indian Open 2017 will be held at the Gary Player course at the DLF Golf & Country Club from March 9 to 12, 2017. The prize purse has been enhanced to US$ 1. 75 million, which is almost six times more than US$ 300,000, which it was when Hero took on the Title Sponsorship of the Indian Open in 2005.
english
<reponame>htcondor/htcondor.org {"id": 6973, "title": "Ticket #6973: Improve minicondor configuration / better secure-by-default", "description": "<blockquote>\nThis ticket is (for now) a TO-DO for a design document.\n\n<p>Once the TOKEN (multiple pool password) authentication method is ready for prime-time, a number of interesting possibilities for improving the default configuration become available. The primary concern with the current FS-only / localhost-only configuration is that there's a lot of configuration to change to allow other machines to join the pool, and that the simplest of the historically-available protocols has been pool password, which precluded flocking; it also had a very flat trust model.\n\n</p><p>The TOKEN protocol has neither of those problems, so we should consider switching the minicondor configuration to use it. To this end, it may be worthwhile to extend TOKEN so that if a (master) password file is specified, but does not exist, HTCondor will create it and fill it in with a sufficiency random bits. This would eliminate some coding in the packaging materials. This is not a complete answer, because user authentication would require the administrator to create tokens, or HTCondor to allow FS (only for user authentication); the latter may be acceptable if we assume that there will not, initially, be any remote submission.\n\n</p><p>We should consider a Puppet-like 'promiscuous mode' for initial key distribution, or something very much like it; we may decide that we actually trust administrators of more than one machine to have a mechanism for key distribution (if nothing else, scp). Since our administrators may not be their networks' administrator, we would at least want to offer some simple way of restricting which machines get keys. We should also consider a simple TUI and/or a Python API (the former perhaps implemented on the latter); the latter may allow us to simplify the construction of annexes (if not of glide-ins).\n\n</p><p>We will also need to consider the ALLOW lists for the minicondor; we have an opportunity to establish convention and/or best practice, and we should take advantage of that. For instance, we may want to suppose the existence of a master key used only to sign tokens for (local) startds, or (another?) one only for users who are authorized to submit jobs. (Is it possible and do we want to identify users, and/or configure Condor, in such a way that the submit node's FS-authenticated identity (after mapping?) is the same as the token-based identity (after mapping?)? That seems like it would have substantial simplicity benefits. This may change the default identity issued by condor_token_create and/or condor_token_fetch.)</p></blockquote>", "remarks": "<blockquote>\n</blockquote>", "derived_tickets": "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tbody><tr><td align=\"right\" valign=\"top\" width=\"160\">\n<span class=\"ticket\"><a class=\"new\" href=\"/wiki-archive/tickets/?ticket=7669\" onclick=\"get_ticket_and_populate_wrapper('7669'); return false;\" title=\"Add configuration template to generate a secure personal condor\">#7669</a></span></td>\n<td align=\"center\" valign=\"center\" width=\"30\">\n<span class=\"icon ptr1\">\u00a0</span></td>\n<td align=\"left\" valign=\"top\">\nAdd configuration template to generate a secure personal condor</td></tr>\n</tbody></table>", "attachments": "<html><head></head><body></body></html>", "check_ins": "", "type": "enhance", "last_change": "2019-Mar-30 20:39", "status": "new", "created": "2019-Mar-30 20:39", "fixed_version": "2019-Mar-30 20:39", "broken_version": "v080902", "priority": "3", "subsystem": "Security", "assigned_to": "tlmiller", "derived_from": "#6947", "creator": "tlmiller", "rust": "", "customer_group": "other", "visibility": "public", "notify": "<EMAIL>, <EMAIL>, <EMAIL>", "due_date": ""}
json
{"h":[{"d":[{"e":["`Sapitelelaw~ `ako~ `to~ `honi~ `no~ `kikay~.我想把機器的聲音停下來。"],"f":"想停息、停止。"}]}],"stem":"telel","t":"sapitelelaw"}
json
{ "name": "travisTest", "version": "1.0.0", "description": "Teste Integrado", "main": "index.js", "repository": "<EMAIL>:VagnerSilva/travisTest.git", "author": "VagnerSilva <<EMAIL>>", "license": "MIT", "dependencies": { "body-parser": "^1.17.2", "express": "^4.15.4" } }
json
From UPSC perspective, the following things are important : - Experts from NITI Aayog have put forth recommendations to revamp the existing Agriculture Produce Marketing Committee (APMC) system in India’s agriculture sector. What is APMC? - APMCs are created by state governments, reflecting agriculture’s status as a State List subject under the Indian Constitution. - APMC’s existence aims to safeguard farmers from exploitation by large retailers and maintain reasonable retail price spreads. - All food produce must first be brought to market yards and then sold through auction as per the Agricultural Produce Marketing Regulation (APMR) Act. - British Raj Influence: The regulation of raw cotton under the Hyderabad Residency Order in 1886 marked the beginning of agriculture produce market regulation in India. - Royal Commission’s Recommendation: The 1928 Royal Commission on Agriculture recommended the regulation of marketing practices and the establishment of regulated markets. - Model Bill and Independence: The Government of India prepared a Model Bill in 1938, but significant progress was made only after India gained independence. - Enactment of APMR Acts: During the 1960s and 1970s, most states enacted and enforced Agricultural Produce Markets Regulation (APMR) Acts, bringing primary wholesale assembling markets under their ambit. - APMCs operate on two principles: - Ensure that farmers are not exploited by intermediaries (or money lenders) who compel farmers to sell their produce at the farm gate for an extremely low price. - All food produce should first be brought to a market yard and then sold through auction. - Each state that operates APMC markets (mandis) establish their markets in different places within their borders, geographically dividing the state. - Farmers are required to sell their produce via auction at the mandi in their region. - Traders require a license to operate within a mandi. - App-Based Sales and E-commerce: The experts suggest leveraging technology for app-based sales of farm produce by individual farmers or farmer groups. Additionally, they emphasize the potential of e-commerce and digital commerce as alternative marketing avenues. - Subsidy Reforms: To address the over-exploitation of groundwater due to free or highly subsidized power, they recommend direct payment of subsidy amounts to farmers and shifting to the metered power supply. - Corporate Investments: The paper highlights that about 80% of investments in agriculture come from private sources, mainly farmers. However, the corporate sector’s involvement remains low, and they believe there is significant potential for corporate expansion in agribusiness. - Market Integration and Competition: Encouraging corporate investment in areas like warehousing, logistics, cold chain, food processing, and value chain development would improve market integration and competition over time and space. - High-Value Crops and Livestock Activities: To boost the income of farmers with small land holdings, the experts suggest enabling them to focus on high-value crops and livestock activities while supplementing their agricultural income with non-agricultural sources. - MSP Reforms: The Minimum Support Price (MSP) system should be designed to avoid market distortions. The paper proposes using a combination of procurement and price deficiency payment to pay MSP to farmers, linked to public distribution system needs, price stability, and strategic stocks. Reforms were passed in the form of three acts in 2020 (later repealed) which led to massive protests. - Farmers’ Produce Trade and Commerce Act: This act aimed to promote and facilitate trade and commerce of farmers’ produce outside the physical boundaries of APMCs, allowing farmers to sell their produce in other markets and directly to buyers. - Farmers Agreement on Price Assurance and Farm Services Act: This act empowered farmers to enter into agreements with buyers, ensuring a guaranteed price for their produce and access to various farm services. - Essential Commodities Amendment Act: This amendment sought to remove restrictions on the movement and storage of essential commodities, promoting a more open market. - Balancing Farmer Interests and Market Efficiency: While the reforms aim to create a more competitive and liberalized market, it is crucial to address farmers’ concerns and protect their interests. - Dialogue and Collaboration: To find common ground, constructive dialogue and collaboration between the government and farmers are essential in shaping the future of agricultural reforms.
english
<gh_stars>1-10 { "Name":"<NAME> ", "Occupation":"STUDENT -CS", "UserName" : "shubhansu31", "StarredTheRepo":true, "FavouriteQuote":"Once you be you who could be you but you" } © 2021 GitHub, Inc.
json
<gh_stars>0 use crate::instructions::base::bytecode_reader::BytecodeReader; use crate::instructions::base::instruction::{ConstantPoolInstruction, Instruction}; use crate::instructions::base::method_invoke_logic::invoke_method; use crate::jvm::Jvm; use crate::runtime::frame::Frame; use crate::oops::constant_pool::Constant::MethodReference; use crate::oops::method_ref::MethodRef; use std::ops::Deref; use std::rc::Rc; use crate::oops::method::Method; use std::cell::RefCell; use crate::oops::class::Class; use crate::instructions::references::ResolveMethodRef; use crate::invoke_support::throw_exception; pub struct InvokeVirtual(ConstantPoolInstruction); impl InvokeVirtual { #[inline] pub fn new() -> InvokeVirtual { return InvokeVirtual(ConstantPoolInstruction::new()); } } impl Instruction for InvokeVirtual { fn fetch_operands(&mut self, reader: &mut BytecodeReader) { self.0.fetch_operands(reader); } fn execute(&mut self, frame: &mut Frame) { let current_class = frame.method().class(); let resolved_method = self.resolved_method_ref(current_class.clone()); if resolved_method.is_static() { panic!("java.lang.IncompatibleClassChangeError"); } let object = frame .operand_stack() .expect("stack is none") .get_ref_from_top(resolved_method.arg_slot_count() - 1); if object.is_none() { // if method_ref.name() == "println" { // InvokeVirtual::hack_println(frame,method_ref.descriptor()); // return; // } throw_exception(frame, "java/lang/NullPointerException", None); return; //panic!("java.lang.NullPointerException"); } let obj_class = (*object.unwrap()).borrow().class(); let resolved_method_class = resolved_method.class(); if resolved_method.is_protected() && (*resolved_method_class) .borrow() .is_super_class_of((*current_class).borrow().deref()) && (*resolved_method_class).borrow().package_name() != (*current_class).borrow().package_name() && obj_class != current_class && !(*obj_class) .borrow() .is_sub_class_of((*current_class).borrow().deref()) { if !((*obj_class).borrow().is_array() && resolved_method.name() == "clone") { panic!("java.lang.IllegalAccessError") } // panic!("java.lang.IllegalAccessError") } let method_to_be_invoked = MethodRef::look_up_method_in_class( obj_class, resolved_method.name(), resolved_method.descriptor(), ); if method_to_be_invoked.is_none() || method_to_be_invoked.as_ref().unwrap().is_abstract() { panic!("java.lang.AbstractMethodError") } invoke_method(frame, method_to_be_invoked.unwrap()); } } impl ResolveMethodRef for InvokeVirtual { fn get_index(&self) -> usize { return self.0.index(); } }
rust
Hey Beautiful! Neha exudes swag and charm while posing for this picture! Keeping it Casual! Will you agree if we say that Neha is the cutest being alive? Absolutely! Namaste, Cutie! Neha is absolutely adorable and there’s no doubt about it! Neha gives a vibrant smile while sipping her green tea! So Chic! Neha looks so cute while sitting casually fo this picture! Hey Cutie! Neha is looking super cute and pretty with a cap! Comfortable & Lovely! Seems like Neha likes to keep her travel outfits super comfortable! Ashnoor Kaur Has The Most Beautiful Suit Collection Ever!
english
<reponame>DmitriyBystranov/dbystranov package ru.job4j.control_task; // Массив, который должен получиться [2, 5, 23, 46, 84, 92, 128, 256, 344, 376, 567, 835] public class Task { public int[] mass(int[] arrayOne, int[] arrayTwo) { int pos1 = 0; int pos2 = 0; int[] bigArray = new int[arrayOne.length + arrayTwo.length]; for(int i = 0; i < bigArray.length; i++) { if(pos1 >= arrayOne.length || pos2 < arrayTwo.length && arrayOne[pos1] > arrayTwo[pos2]) { bigArray[i] = arrayTwo[pos2]; pos2++; } else { bigArray[i] = arrayOne[pos1]; pos1++; } } return bigArray; } /* public int[] mass(int[] arrayOne, int[] arrayTwo, int[] bigArray) { //private int[] arrayOne = {23, 46, 84, 92, 376, 835}; //private int[] arrayTwo = {2, 5, 128, 256, 344, 567}; //private int[] BIGarray = new int[12]; int position = 0; int counter = 0; for(int i = 0; i < arrayOne.length; i++) { for(int j = counter; j < arrayTwo.length; j++) { if(arrayOne[i] > arrayTwo[j]) { bigArray[position++] = arrayTwo[j]; counter++; continue; } else { bigArray[position++] = arrayOne[i]; break; } } } return bigArray; } */ }
java
When Acharya Vinoba Bhave was able to inspire many dacoits to give up violence, his actions inspired the Bollywood classic Jis Desh Mein Ganga Behti Hai, which interestingly set the ground for future such acts of surrender. In 1960, Vinoba Bhave, a social activist and a celebrated disciple of Gandhi, received an interesting letter. It was from Tehsildar Singh, the son of famous dacoit Man Singh from the deep ravines of the Chambal Valley, which extends into southeast Rajasthan, southwest Uttar Pradesh and north Madhya Pradesh. The letter came from the Central Prison at Naini, Allahabad, where Tehsildar was on death row, and in it, he expressed a desire for Acharya’s blessings before his hanging and arriving at a solution for the growing problem of dacoity in the region. ‘Acharya’ (teacher), as Bhave was fondly known among his disciples, was on a visit to Kashmir when he received this letter. After reading it, he deputed Yadunath Singh, a retired major-general in-charge of his Kashmir visit, to meet Tehsildar in prison. After visiting him, Yadunath went to the once-dreaded Chambal region to meet dacoits of the Man Singh group. “On return, he gave Vinoba his impression that some dacoits might surrender to him if he visited the area. Vinoba, therefore, expressed a desire to visit it and try for the conversion of the dacoits,” wrote Vishwanath Tandon, the author of Vinoba’s 1992 self-titled biography. On 7 May, Acharya Vinoba Bhave started his mission to help these dacoits surrender before the state, renounce violence and rehabilitate them back into mainstream society. “A change of heart is easier to achieve among them than among the civilised people of the cities, who have formed a hard crust of personal self-interest over their hearts. I want them to respond to my call and surrender. The solution to dacoity lies in surrender — not in firearms. Only non-violence can enable us to solve the problem of dacoity,” he added. Besides convincing President Rajendra Prasad to commute Tehsildar’s death sentence to life imprisonment, his initiative saw about 20 dacoits surrendering to the state. “By the time Vinoba left the region, the number of surrendering dacoits was twenty. To utilise the changed climate generated there, a Chambal Peace Committee was constituted by the Sarva Seva Sangh under the guidance of Vinoba. It helped in the expediting of the cases in law courts of the three concerned States, collected funds for the reclamation of wastelands in the ravines and started a few cottage and village industries to train the dacoit families,” wrote Tandon. Although this particular campaign in Chambal Valley didn’t garner anywhere close to the kind of success as the Bhoodan movement, it was a victory of non-violence and good sense. More importantly, it would set the precedent for future acts of surrender that saw many more dacoits, who prefer to be called ‘Bhagees’ or ‘rebels’ against the state, re-enter mainstream society. Initiated in 1951, the Bhoodan (‘Land Gift’) movement attempted to persuade wealthy landowners to voluntarily donate a percentage of their land to landless people. Acharya Vinoba Bhave’s remarkable act of convincing hardened dacoits to give up their arms and surrender without shedding a single drop of blood inspired Radhu Karmakar, a cinematographer and close associate of legendary Bollywood actor and filmmaker Raj Kapoor. Karmakar narrated his idea for a movie based on this episode to Raj Kapoor. Not only did he agree to make this film, but asked his favourite cinematographer to direct it as well. The film they released in August 1960 was called Jis Desh Mein Ganga Behti Hai (translation, The country in which the Ganges flows) starring Raj Kapoor in the lead alongside Pran and Padmini. As per some accounts, the movie almost didn’t get made. When the idea was first narrated to Raj Kapoor, legendary lyricist Shailendra and music directors Shankar-Jaikishan, Shankar allegedly stormed out of the room. The source of Shankar’s apparent dismay was the misconceived notion that there would be no scope for music and songs in a film about dacoits. Shailendra told Shankar not to fret and that he would write lyrics to fit their songs for the film. Among the first words he penned for the movie was, Hoton Pe Sachai Rehti Hai, Jahaan Dil Mein Safai Rehti Hai, Hum Us Desh Ke Waasi Hai, Jis Desh Mein Ganga Behti Hai. (Translated as “Truth lives on the lips where the heart is clean. We are citizens of that country where the river Ganga flows”.) When Shankar heard these words for the first time from the lips of Raj Kapoor, he allegedly broke down in tears. Shankar-Jaikishan would go on to write one of the finest Bollywood film soundtracks of all time. In short, the film’s plot revolves around Raju, the main protagonist played by Raj Kapoor. He is a simple and honest orphan, who through a series of events ends up taking up the responsibility of trying to convince a group of dreaded dacoits to give up violence, surrender themselves and take their families back into mainstream society. Look out for the dramatic finale when you watch this film on a variety of OTT streaming platforms including Zee5 and YouTube. When art inspires life? Twelve years after Acharya Vinoba Bhave’s act of compassion and the film it inspired, another disciple of Gandhi and legendary socialist leader Jayaprakash Narayan managed to convince a much larger group of dacoits to surrender voluntarily. This story was vividly captured in a report by journalist William Stewart writing for TIME Magazine. After actively participating in the freedom struggle and a career in mainstream politics, the socialist leader and director of the Gandhian Institute of Studies found his way to the village of Jaura, located deep in the ravines of the Chambal Valley, Madhya Pradesh. At the time, he was in-charge of a Gandhian ashram in Jaura known as the Change of Heart Mission. Some of the inmates at this ashram included former dacoits. In October 1971, Narayan was visited by a man claiming to be a “lesser dacoit” who asked him to negotiate the surrender of dacoits before the state. The police were ramping up the pressure to nab these dacoits using any means necessary which meant more bloodshed. Narayan was finally convinced to undertake the task of negotiating their surrender once this ‘lesser dacoit’ admitted that he was none other than Madho Singh, one of India’s most wanted men with a significant bounty on his head. Singh reportedly told Narayan that dacoits in the Chambal Valley were ready to surrender “if the government would promise not to hang any of the men, to prosecute within six months and to rehabilitate their families”. Eventually on one fine morning in April 1972, before a crowd of 10,000, Madho Singh “placed his weapon at the feet of Narayan and asked the crowd for forgiveness.” As Stewart reported, “Then he touched the feet of the police chief, and surrendered. At the end of the day, 167 dacoits were in jail.” More recent news reports, however, claim that over 200 dacoits surrendered in Dhorera village, which lies 36 km from Madhya Pradesh’s Morena, on that day. Following this historic moment, the government promised to commute all the death sentences that the courts may hand down, besides taking care of their families and providing scholarships for their children. Madho Singh was involved in 23 murders and nearly 500 kidnapping cases, and carried an award of Rs 1,50,000 on his head, according to a 1981 report for India Today by S Premi. After his early release from prison, Madho replaced the gun with a magician’s wand. Back then, his troupe of two dozen was holding magic shows in former dacoit territory. Another such former dacoit, who surrendered on that day, was Pancham Singh. He was accused of killing over 100 people during his reign of terror. Like many of his contemporaries, Singh was the subject of violence and injustice by the state before turning to dacoity. Following his surrender in 1972, however, Singh and his gang received life sentences. But upon the completion of eight years, he was released from prison for good behaviour. After his release, he lived a life of social work, built temples, a school, donated his home to an institution and vowed to work for peace. Speaking to The Hindu in 2017, Singh said, “I regret what I did. On my release, I visited the family of each person I killed and sought forgiveness,” he said. The mass surrender of dacoits in 1972 was the first of its kind event in the history of the Chambal Valley, but wouldn’t be the last. Was this event inspired by Raj Kapoor’s film? The film probably had some role in popularising the notion that men who had taken to crime can be rehabilitated back into society. But the ball of surrendering dacoits was set rolling by Gandhians. (Edited by Divya Sethu) Dhanush Biopic on Isaignani Ilaiyaraaja: The Real Story of India's 'Musical Sage' We bring stories straight from the heart of India, to inspire millions and create a wave of impact. Our positive movement is growing bigger everyday, and we would love for you to join it. Please contribute whatever you can, every little penny helps our team in bringing you more stories that support dreams and spread hope.
english
<reponame>EliasSchaut/Discord-Movie-Quizzer { "index": { "guild_only": "Ich kann diesen Befehl leider nur in Servern ausführen!", "dm_only": "Ich kann diesen Befehl leider nur im privaten Chat mit dir ausführen!", "restricted": "Du bist leider nicht berechtigt, diesen Befehl auszuführen!", "missing_args": "Du hast die falsche Anzahl an Argummente abgegeben", "missing_args_proper_use": "Die korrekte Verwendung wäre: ", "error": "Es gab einen Fehler beim Versuch, diesen Befehl auszuführen!" }, "commands": { "echo": { "help": "Sendet die übergebenen Argumente zurück.", "usage": "[Text]" }, "help": { "help": "Listet alle Befehle auf bzw. Informationen zu einem bestimmten Befehl", "usage": "[Name eines Befehls]", "invalid_command": "Das ist kein gültiger Befehl!", "intro": { "0": "Hier ist eine Liste mit allen Befehlen:", "1": "Du kannst", "2": "senden, um Informationen zu einem bestimmten Befehl zu erhalten" }, "dm": { "success": "Dir wurde eine DM mit allen Befehlen geschickt!", "fail_console": "Konnte keine DM senden an", "fail_reply": "Es scheint so, als ob ich dir keine DMs schicken kann! Hast du DMs deaktiviert?" }, "success": { "name": "**Name:**", "aliases": "**Aliase:**", "description": "**Beschreibung:**", "usage": "**Verwendung:**" } }, "ping": { "help": "Den Ping des Bots abrufen", "websocket": "Websocket Heartbeat:", "pinging": "Senden...", "roundtrip": "Roundtrip Latenz:" }, "reload": { "help": "Lädt einen Befehl erneut", "usage": "[Name eines Befehls]", "invalid_command": "Es gibt keinen Befehl mit diesem Namen oder Alias", "success": "wurde neu geladen!", "fail": "Es gab einen Fehler beim Nachladen des Befehls" }, "guess": { "not_started": ":x: Das Spiel hat noch nicht begonnen!", "ended": ":x: Das Spiel ist beendet!", "guessed": ":x: Die richtige Antwort wurde bereits gegeben!", "fail": ":x: Die richtige Antwort wurde bereits angezeigt. In dieser Runde ist jedes Team durchgefallen!", "no_team": ":x: Ups, du hast kein Team!", "wrong": ":x: Leider falsch!", "correct_1": ":white_check_mark: Ja, du hast es erraten und gibst", "correct_2": "einen Punkt!!!" }, "score": { "score": "**Punktzahl:**", "points": "Punkte", "point": "Punkt" } } }
json
/* * Copyright (c) 2016 Yahoo Inc. * Licensed under the terms of the Apache version 2.0 license. * See LICENSE file for terms. */ package com.yahoo.yqlplus.engine.internal.tasks; import com.google.common.collect.*; import com.yahoo.yqlplus.engine.internal.compiler.streams.PlanProgramCompileOptions; import com.yahoo.yqlplus.engine.internal.plan.ast.OperatorStep; import com.yahoo.yqlplus.engine.internal.plan.ast.PhysicalOperator; import java.util.List; import java.util.Map; import java.util.Set; /** * Plan the execution of steps as a graph of Tasks. * <p/> * Our goal is to split execution into as many parallel tracks as possible while coalescing linear series of steps into * linear execution in a single thread. * <p/> * We also want to identify steps which are async and assemble callbacks for them to run. * <p/> * A typical CQL program will likely have several largely or entirely disjoint graphs (imagine a yahoo page assembling data from several backends). * <p/> * Two kinds of nodes: * start(steps) - start these steps (no waiting) * join(steps, steps) - wait for these steps to finish, then run these steps */ public final class GraphPlanner { static class Node { Set<Value> available = Sets.newIdentityHashSet(); Set<Step> inputs = Sets.newIdentityHashSet(); List<Step> todo = Lists.newArrayList(); Set<Step> deps = Sets.newIdentityHashSet(); RunTask run; Task next; Node(Step step) { todo.add(step); } } private void discover(Step step, Map<Step, Node> nodes) { if (nodes.containsKey(step)) { return; } Node node = new Node(step); nodes.put(step, node); for (Value val : step.getInputs()) { Step source = val.getSource(); node.inputs.add(source); discover(source, nodes); } } private void populateAvailable(Node node, Set<Value> available, Map<Step, Node> nodes) { for (Step src : node.todo) { available.add(src.getOutput()); } node.available.addAll(available); for (Step dst : node.deps) { Set<Value> copy = Sets.newIdentityHashSet(); copy.addAll(available); populateAvailable(nodes.get(dst), copy, nodes); } } public ForkTask plan(Step root) { return plan(root, null); } /** * Plan a graph of tasks using the terminal step as a starting point. Discover all of the used steps from those roots, and then return the starting task. */ public ForkTask plan(Step root, PlanProgramCompileOptions planProgramCompileOptions) { final boolean keepMergeSequential = planProgramCompileOptions != null && planProgramCompileOptions.isKeepMergeSequential(); Map<Step, Node> nodes = Maps.newIdentityHashMap(); discover(root, nodes); for (Map.Entry<Step, Node> e : nodes.entrySet()) { for (Step dep : e.getValue().inputs) { nodes.get(dep).deps.add(e.getKey()); } } for (Map.Entry<Step, Node> e : nodes.entrySet()) { if (e.getValue().inputs.isEmpty()) { populateAvailable(e.getValue(), Sets.<Value>newIdentityHashSet(), nodes); } } boolean modified = true; List<Step> keys = Lists.newArrayList(); while (modified) { modified = false; // we plan to modify the map, so copy the set of keys before iteration keys.clear(); keys.addAll(nodes.keySet()); for (Step key : keys) { Node node = nodes.get(key); if (node == null) { continue; } if (node.deps.size() == 1) { // if we are the only input to that dep... Step dep = Iterables.get(node.deps, 0); if (dep.getInputs().size() == 1) { // then merge into that Node target = nodes.get(dep); node.todo.addAll(target.todo); target.todo = node.todo; target.inputs.remove(key); for (Step p : node.inputs) { nodes.get(p).deps.remove(key); nodes.get(p).deps.add(dep); } target.inputs.addAll(node.inputs); target.available.addAll(node.available); nodes.remove(key); if (keepMergeSequential) { modified = true; } else { //check if all non-END nodes only have one todo boolean found = false; for (Map.Entry<Step, Node> entry : nodes.entrySet()) { if (entry.getKey() instanceof OperatorStep) { if (!((OperatorStep) entry.getKey()).getCompute().getOperator().equals(PhysicalOperator.END)) { if (!(entry.getValue().todo.size() == 1)) { found = true; break; } } } } modified = found; } } } } } // so now all remaining nodes have 0 or > 1 deps // the 0 deps nodes are "ending" nodes, and the > deps nodes are fork nodes // set up the run & end nodes ForkTask start = new ForkTask(); Map<Set<Step>, JoinTask> joinTasks = Maps.newHashMap(); for (Node n : nodes.values()) { n.run = new RunTask(n.todo); n.run.setAvailable(n.available); if (n.inputs.size() > 1) { Set<Step> key = ImmutableSet.copyOf(n.inputs); JoinTask join = joinTasks.get(key); if (join == null) { join = new JoinTask(); joinTasks.put(key, join); join.setAvailable(Sets.<Value>newIdentityHashSet()); } join.addNext(n.run); join.getAvailable().addAll(n.available); n.next = join; } else { n.next = n.run; } } for (Node n : nodes.values()) { if (n.inputs.isEmpty()) { start.addNext(n.next); } for (Step dep : n.deps) { Node node = nodes.get(dep); if (node.next instanceof JoinTask) { ((JoinTask) node.next).getPriors().add(n.run); } n.run.addNext(node.next); } } return start; } }
java
SFDA Service For Israeli Medical Equipment Exporters Market background Israeli medical equipments have been active in Chinese market GE, Talia, ESC Sharplan, HAM-LET What can we do? What can we do? • Agent for medical equipment registration, medicine registration, cosmetic registration, health food registration, FDA market entry consultation, CE certificate consultation, market survey, clinic experiment, professional translation etc. Documents needed for registration(1) • Overseas medical equipment registration application form; • Qualification verification of medical equipment production enterprises ; • Copy of the operation license of applicant and authorization letter issued by production enterprises for empowering the agent to register; • The verifying document approved or recognized by overseas medical equipment authorities on approving the entrance of the product into the market of this country (region); • Adaptive product criteria; • The product which adopts the China national standard, industrial standard as the adaptive product criteria, will be required to submit the context of adopted China national standard and industrial standard; registered product standard should be stamped by production enterprise or its representative office in China or the authorized organization entrusted by the production enterprise. There must be clear statement of “product quality is the responsibilities of production enterprise” in the authorization letter. • Production enterprise must provide the compliance statement for their products, which is in line with China national standard and industrial standard. Production enterprise is obliged to ensure the quality of marketed product and give the specifications on the type of product and other classifications. • The stamp refers to: stamp of organization or signature of its legal person, director, or signature plus stamp (the same definition applies to all overseas medical equipment hereinafter). Documents needed for registration(2) • Medical equipment specification;the second and third category of medical equipment specification should be stamped by production enterprise or its representative office in China, the first category of medical equipment specification do not need to be stamped; • Product registration testing report issued by medical equipment testing institute (for the second and third category of medical equipment): the medical equipment which requires clinic experiment will need the testing report issued by medical equipment testing institute in half year before the clinic experiment. The medical equipment which does not require clinic experiment, shall submit testing report issued by testing institute in one year before registration. When implementing the procedures regulated in term 11, 12, 13 and 14, the related explanatory document will be needed. • When implementing the procedures regulated in term 15, production enterprise should submit the application to suspend the testing. In the application, the enterprise must guarantee that the registration testing will be fulfilled before the first piece of product being put into production. • Materials about medical equipment clinic experiment (the way of submission refers to annex 12); • Product quality warrant letter by production enterprise;to assure the quality of the product which is registered, sold in China must be the same as the identical product approved by overseas medical equipment authorities in foreign countries. Documents needed for registration(3) • Authorization letter to China agent provided by production enterprise, commitment letter of authorized agent and its operation license or registration document: the commitment of authorized agent must be in accordance with the authorization letter. In addition, the authorized agent should commit to take the responsibility of reporting the bad event caused by using the medical equipment, and contact with the (food) medicine supervisory and management dept. • Authorization letter for dominating the after-sales services organization in China, commitment letter of the authorized Chinese organization and qualification document: • After-sales service authorization letter shall be issued by production enterprise, it must address the product name; when multi-tier authorization occurs, authorizing organizations at each level must provide the approving document from production enterprise. • The commitment letter of after-sales service organization should be in line with the authorized issue addressed in authorization letter. • The qualification verifying document of after-sales service organization is the operation license (the scope of operation should incl. equivalent technical services) or registration document of production enterprise’s china representative office; • Claim on the accuracy of the materials. Our past experiences and track record • Our company has a strong team familiarizing with the application procedures of medical equipment, medicine and cosmetics, as well as the relevant regulation, law and policies in China. Our experienced and reliable experts can provide comprehensive support by our proved operational system. We provide consulting services on medical equipment, medicine and cosmetics on both regulatory and technical issues which has been proved prompt and high-quality. Dr. Yidong King • Graduated from the Capital Medical University in 1979 • Physician in Beijing Red Cross Hospital for 9 years practicing medicine in the one of the biggest hospitals in China made him to achieve a thorough understanding of medication and medical equipment use. • During that period he also published 26 thesis on internal medicine at home and abroad. • Dr. King joined the United Nations Development Program (UNDP) as a community medicine specialist and then worked abroad for UNDP and other member organizations of the United Nations for 12 years. Dr. Y. King has therefore rich international experience. • After join JPI Group of Companies as its Vice President Dr. King has been in-charge of consulting projects in medical fields. • He is responsible for our internal operation but also serves as the Assistant Director of the Chinese Pharmaceutical Association and the Senior Consultant of the Wu Jieping Medical Foundation and therefore is well connected with all the relevant parties as far as medical equipment and medication projects are concerned. Tong Helen Gao • Graduated from Capital Medical University at 1992 and practiced as paediatrician. • Joined Galxo-wellcome as Senior officer of external affair at 1993 and moved to Roche at 1999. • 10 years experiences dealing for companies governmental relations, PR and product registration and product pricing. • Currently served as jpigroup’s affiliate consultant for our services of health care product registration and product pricing, market entrance and product distribution. Joanna Guo • Graduated from Capital Medical University at 1992 and practiced as Pediatrician. • Joined jpigroup at 1992 and is served as Co-President right now. • Rich experience in project management in project development for health care sector and product registration with SFDA • Senior consultant for marketing services consultancy for health care and chemical products. • Extensive experiences with international clients and understand the needs in matching with local circumstances.
english
@media only screen and (min-width: 1601px) { .ui.grid.container { width: calc(1560px + 2rem) !important; } .ui.container{ width: 1560px !important; } /*Navbar*/ .header.item > img.ce_logo{ content: url("../images/logo_blue_ext.svg")!important; width: 14em!important; } .profile-completion-chart{ height: 15rem; } .ct-chart{ padding-top: 3em; } /*Modals*/ .modal{ width: 35%; margin-top: 5%; } .home-panel{ background-position: 100% 0!important; } .home-panel .item{ max-width: 400px; } .dark-blur-panel{ width: 0!important; } } @media (min-width: 1201px) and (max-width: 1600px){ .profile-completion-chart{ height: 10rem; margin-top: 30%; } .ct-chart{ padding-top: 3em; } .header.item > img.ce_logo{ content: url("../images/logo_blue_ext.svg")!important; width: 13em!important; } /*Modals*/ .modal{ width: 50%; margin-top: 8%; } .home-panel{ background-position: 100% 0!important; } .home-panel .item{ max-width: 300px; } .dark-blur-panel{ width: 35%!important; } } @media (min-width: 993px) and (max-width: 1200px) { .profile-completion-chart{ height: 8rem; margin-top: 50%; } .header.item > img.ce_logo{ content: url("../images/logo_blue_ext.svg")!important; width: 13em!important; } /*Modals*/ .modal{ width: 60%; margin-top: 10%; } .home-panel{ background-position: 85% 0!important; } .home-panel .item{ max-width: 270px; } .dark-blur-panel{ width: 45%!important; } } @media (min-width: 769px) and (max-width: 992px) { .profile-completion-chart{ height: 8rem; margin-top: 50%; } .ce-submenu{ display: none; } /*Modals*/ .modal{ width: 70%; margin-top: 12%; } .home-panel{ background-position: 80% 0!important; } .home-panel .item{ max-width: 270px; left: 10%!important; } .dark-blur-panel{ width: 55%!important; } } @media (max-width: 768px) { .ce-navbar-menu .username, .ce-navbar-menu .navbar-avatar-container, .ce-navbar-menu .logout-link{ display: none!important; } .navbar-avatar-container .navbar-avatar{ height: 40px; width: 40px; } .navbar-avatar-container i.icon{ font-size: .8rem; left: 8px; bottom: 8px; } .profile-completion-chart{ height: 11.5rem; margin-top: 10%; } .ce-header-info .profile-avatar{ width: 120px!important; height: 120px!important; } .basic-info{ padding-left: .8em!important; } .ce-font, .ce-font-color{ font-size: .85em!important; } .button-info{ position: inherit; margin-top: 2.5em!important; text-align: center; -webkit-box-align: center; -moz-box-align: center; } .button-info > div{ display: inline-flex!important; margin-right: 2em; } .labeled.button > .button{ padding: .5em .9em!important; } .header.item > img.ce_logo{ content: url("../images/logo_blue.svg")!important; width: 10em!important; max-height: 3em; } .body-content .ce-submenu.menu{ display: none!important; } .github-repository .right.floated .labeled.button{ display: none!important; } .ct-chart{ padding-top: 2.5em; } .ce-navbar-menu .sidebar-link{ display: inherit!important; } /*Modals*/ .modal{ width: 80%; margin-top: 15%; } .home-panel{ background-position: 75% 0!important; } .home-panel .item{ max-width: 270px; left: 10%!important; } .dark-blur-panel{ width: 65%!important; } } @font-face { font-family: Consolas; src: url("../fonts/consola.ttf"), local("Consolas"); } body, body.pushable, body.pushable>.pusher{ background: url("../images/dot.png")!important; } .m-top1{ margin-top: 1em!important; } .m-top2{ margin-top: 1.5em!important; } .m-top3{ margin-top: 2em!important; } .m-top4{ margin-top: 2.5em!important; } .m-top5{ margin-top: 3em!important; } .m-bottom1{ margin-bottom: 1em!important; } .m-bottom2{ margin-bottom: 1.5em!important; } .m-bottom3{ margin-bottom: 2em!important; } .m-bottom4{ margin-bottom: 2.5em!important; } .m-bottom5{ margin-bottom: 3em!important; } .body-content { margin-top: 5em!important; } .ce-font, .ce-font *:not(.icon){ font-family: Consolas, serif !important; /*font-weight: 600!important;*/ } .ce-font-color *:not(.icon), .ce-font-color{ font-family: Consolas, serif !important; color: #4183c4!important; font-weight: 600!important; } .ce-font.white{ color: rgb(255, 255, 255)!important; } .ce-font.blue{ color: #4183c4!important; } .ce-color.black{ background: rgb(0,0,0)!important; } .ce-color.grey{ background: #333333!important; } .ce-color.white{ background: rgb(255,255,255)!important; } .ce-segments .ui.segment{ border-radius: 0!important; border-top: none!important; } .ce-btn{ border-radius: 0!important; padding: .55em 1.5em!important; } .ce-btn *{ vertical-align: baseline!important; } img.ce_logo{ width: 14em!important; } .ce-linkedin-bg, .ce-linkedin-bg > *{ background-color: rgb(35,140,220)!important; color: white!important; } .ce-linkedin-bg-light{ background-color: rgb(130, 185, 222) !important; } .ce-github-bg, .ce-github-bg > *{ background-color: rgb(0,0,0)!important; color: white!important; } .ce-github-bg-light{ background-color: rgb(130,130,130)!important; } .ce-facebook-bg, .ce-facebook-bg > *{ background-color: rgb(60,90,150)!important; color: white!important; } .ce-facebook-bg-light{ background-color: rgb(125,155,180)!important; } .ce-google-bg, .ce-google-bg > *{ background-color: rgb(220,30,30)!important; color: white!important; } .ce-google-bg-light{ background-color: rgb(245,150,150)!important; } .ce-separated-description{ margin-top: 4%; } .hided{ display: none!important; }
css
{ "name": "opendialogai/core", "description": "The OpenDialog Core package", "type": "library", "license": "Apache-2.0", "require": { "php": "^7.4.0 || ^8.0", "laravel/framework": "^8.0", "guzzlehttp/guzzle": "^7.0.1", "symfony/yaml": "^5.2", "php-ds/php-ds": "^1.2", "justinrainbow/json-schema": "^5.2", "doctrine/dbal": "^2.11", "ext-json": "*", "symfony/serializer": "^5.2", "symfony/property-access": "^5.2", "google/cloud-dialogflow": "dev-V2Beta1-support", "laravel/sanctum": "^2.11" }, "config": { "preferred-install": "source" }, "require-dev": { "phpunit/phpunit": "^9.0", "mockery/mockery": "^1.2", "orchestra/testbench": "^6.0", "squizlabs/php_codesniffer": "^3.4", "barryvdh/laravel-ide-helper": "^2.7", "matthewbdaly/artisan-standalone": "^0.0.8", "dms/phpunit-arraysubset-asserts": "^0.2.1", "friendsofphp/php-cs-fixer": "^2.15", "opendialogai/dgraph-docker": "21.03.0.1" }, "autoload": { "psr-4": { "OpenDialogAi\\Core\\": "src/", "OpenDialogAi\\GraphQLClient\\": "src/GraphQLClient", "OpenDialogAi\\ActionEngine\\": "src/ActionEngine", "OpenDialogAi\\AttributeEngine\\": "src/AttributeEngine", "OpenDialogAi\\ContextEngine\\": "src/ContextEngine", "OpenDialogAi\\MessageBuilder\\": "src/MessageBuilder", "OpenDialogAi\\ConversationEngine\\": "src/ConversationEngine", "OpenDialogAi\\ConversationLog\\": "src/ConversationLog", "OpenDialogAi\\ResponseEngine\\": "src/ResponseEngine", "OpenDialogAi\\InterpreterEngine\\": "src/InterpreterEngine", "OpenDialogAi\\OperationEngine\\": "src/OperationEngine", "OpenDialogAi\\PlatformEngine\\": "src/PlatformEngine", "OpenDialogAi\\SensorEngine\\": "src/SensorEngine", "OpenDialogAi\\NlpEngine\\": "src/NlpEngine", "OpenDialogAi\\Core\\Database\\": "database/", "OpenDialogAi\\Core\\Tests\\": "Tests/" } }, "extra": { "laravel": { "providers": [ "OpenDialogAi\\Core\\CoreServiceProvider", "OpenDialogAi\\GraphQLClient\\GraphQLClientServiceProvider", "OpenDialogAi\\Core\\Reflection\\ReflectionServiceProvider", "OpenDialogAi\\ConversationEngine\\ConversationEngineServiceProvider", "OpenDialogAi\\ConversationLog\\ConversationLogServiceProvider", "OpenDialogAi\\ResponseEngine\\ResponseEngineServiceProvider", "OpenDialogAi\\InterpreterEngine\\InterpreterEngineServiceProvider", "OpenDialogAi\\OperationEngine\\OperationEngineServiceProvider", "OpenDialogAi\\PlatformEngine\\PlatformEngineServiceProvider", "OpenDialogAi\\AttributeEngine\\AttributeEngineServiceProvider", "OpenDialogAi\\ContextEngine\\ContextEngineServiceProvider", "OpenDialogAi\\ActionEngine\\ActionEngineServiceProvider", "OpenDialogAi\\SensorEngine\\SensorEngineServiceProvider", "OpenDialogAi\\NlpEngine\\NlpEngineServiceProvider" ], "aliases": { "AttributeResolver": "OpenDialogAi\\AttributeEngine\\Facades\\AttributeResolver" } } }, "scripts": { "test": "./vendor/bin/phpunit", "cs": "./vendor/bin/phpcbf --standard=PSR12 --report=full src/" }, "repositories": [ { "type": "vcs", "url": "https://github.com/opendialogai/google-cloud-php-dialogflow" } ] }
json
// Generated data for sbcs codec. Don't edit manually. Regenerate using generation/gen-sbcs.js script. module.exports = { "437": "cp437", "737": "cp737", "775": "cp775", "850": "cp850", "852": "cp852", "855": "cp855", "856": "cp856", "857": "cp857", "858": "cp858", "860": "cp860", "861": "cp861", "862": "cp862", "863": "cp863", "864": "cp864", "865": "cp865", "866": "cp866", "869": "cp869", "874": "windows874", "922": "cp922", "1046": "cp1046", "1124": "cp1124", "1125": "cp1125", "1129": "cp1129", "1133": "cp1133", "1161": "cp1161", "1162": "cp1162", "1163": "cp1163", "1250": "windows1250", "1251": "windows1251", "1252": "windows1252", "1253": "windows1253", "1254": "windows1254", "1255": "windows1255", "1256": "windows1256", "1257": "windows1257", "1258": "windows1258", "28591": "iso88591", "28592": "iso88592", "28593": "iso88593", "28594": "iso88594", "28595": "iso88595", "28596": "iso88596", "28597": "iso88597", "28598": "iso88598", "28599": "iso88599", "28600": "iso885910", "28601": "iso885911", "28603": "iso885913", "28604": "iso885914", "28605": "iso885915", "28606": "iso885916", "windows874": { "type": "_sbcs", "chars": "€����…�����������‘’“”•–—�������� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����" }, "win874": "windows874", "cp874": "windows874", "windows1250": { "type": "_sbcs", "chars": "€�‚�„…†‡�‰Š‹ŚŤŽŹ�‘’“”•–—�™š›śťžź ˇ˘Ł¤Ą¦§¨©Ş«¬­®Ż°±˛ł´µ¶·¸ąş»Ľ˝ľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙" }, "win1250": "windows1250", "cp1250": "windows1250", "windows1251": { "type": "_sbcs", "chars": "ЂЃ‚ѓ„…†‡€‰Љ‹ЊЌЋЏђ‘’“”•–—�™љ›њќћџ ЎўЈ¤Ґ¦§Ё©Є«¬­®Ї°±Ііґµ¶·ё№є»јЅѕїАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя" }, "win1251": "windows1251", "cp1251": "windows1251", "windows1252": { "type": "_sbcs", "chars": "€�‚ƒ„…†‡ˆ‰Š‹Œ�Ž��‘’“”•–—˜™š›œ�žŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" }, "win1252": "windows1252", "cp1252": "windows1252", "windows1253": { "type": "_sbcs", "chars": "€�‚ƒ„…†‡�‰�‹�����‘’“”•–—�™�›���� ΅Ά£¤¥¦§¨©�«¬­®―°±²³΄µ¶·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�" }, "win1253": "windows1253", "cp1253": "windows1253", "windows1254": { "type": "_sbcs", "chars": "€�‚ƒ„…†‡ˆ‰Š‹Œ����‘’“”•–—˜™š›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖרÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ" }, "win1254": "windows1254", "cp1254": "windows1254", "windows1255": { "type": "_sbcs", "chars": "€�‚ƒ„…†‡ˆ‰�‹�����‘’“”•–—˜™�›���� ¡¢£₪¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾¿ְֱֲֳִֵֶַָֹ�ֻּֽ־ֿ׀ׁׂ׃װױײ׳״�������אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�" }, "win1255": "windows1255", "cp1255": "windows1255", "windows1256": { "type": "_sbcs", "chars": "€پ‚ƒ„…†‡ˆ‰ٹ‹Œچژڈگ‘’“”•–—ک™ڑ›œ‌‍ں ،¢£¤¥¦§¨©ھ«¬­®¯°±²³´µ¶·¸¹؛»¼½¾؟ہءآأؤإئابةتثجحخدذرزسشصض×طظعغـفقكàلâمنهوçèéêëىيîïًٌٍَôُِ÷ّùْûü‎‏ے" }, "win1256": "windows1256", "cp1256": "windows1256", "windows1257": { "type": "_sbcs", "chars": "€�‚�„…†‡�‰�‹�¨ˇ¸�‘’“”•–—�™�›�¯˛� �¢£¤�¦§Ø©Ŗ«¬­®Æ°±²³´µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž˙" }, "win1257": "windows1257", "cp1257": "windows1257", "windows1258": { "type": "_sbcs", "chars": "€�‚ƒ„…†‡ˆ‰�‹Œ����‘’“”•–—˜™�›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ" }, "win1258": "windows1258", "cp1258": "windows1258", "iso88591": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" }, "cp28591": "iso88591", "iso88592": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ą˘Ł¤ĽŚ§¨ŠŞŤŹ­ŽŻ°ą˛ł´ľśˇ¸šşťź˝žżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙" }, "cp28592": "iso88592", "iso88593": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ħ˘£¤�Ĥ§¨İŞĞĴ­�ݰħ²³´µĥ·¸ışğĵ½�żÀÁÂ�ÄĊĈÇÈÉÊËÌÍÎÏ�ÑÒÓÔĠÖ×ĜÙÚÛÜŬŜßàáâ�äċĉçèéêëìíîï�ñòóôġö÷ĝùúûüŭŝ˙" }, "cp28593": "iso88593", "iso88594": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄĸŖ¤Ĩϧ¨ŠĒĢŦ­Ž¯°ą˛ŗ´ĩšēģŧŊžŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎĪĐŅŌĶÔÕÖרŲÚÛÜŨŪßāáâãäåæįčéęëėíîīđņōķôõö÷øųúûüũū˙" }, "cp28594": "iso88594", "iso88595": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ЁЂЃЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђѓєѕіїјљњћќ§ўџ" }, "cp28595": "iso88595", "iso88596": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ���¤�������،­�������������؛���؟�ءآأؤإئابةتثجحخدذرزسشصضطظعغ�����ـفقكلمنهوىيًٌٍَُِّْ�������������" }, "cp28596": "iso88596", "iso88597": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ‘’£€₯¦§¨©ͺ«¬­�―°±²³΄΅Ά·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�" }, "cp28597": "iso88597", "iso88598": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ �¢£¤¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾��������������������������������‗אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�" }, "cp28598": "iso88598", "iso88599": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖרÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ" }, "cp28599": "iso88599", "iso885910": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄĒĢĪĨͧĻĐŠŦŽ­ŪŊ°ąēģīĩķ·ļđšŧž―ūŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎÏÐŅŌÓÔÕÖŨØŲÚÛÜÝÞßāáâãäåæįčéęëėíîïðņōóôõöũøųúûüýþĸ" }, "cp28600": "iso885910", "iso885911": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����" }, "cp28601": "iso885911", "iso885913": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ”¢£¤„¦§Ø©Ŗ«¬­®Æ°±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž’" }, "cp28603": "iso885913", "iso885914": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ḃḃ£ĊċḊ§Ẁ©ẂḋỲ­®ŸḞḟĠġṀṁ¶ṖẁṗẃṠỳẄẅṡÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŴÑÒÓÔÕÖṪØÙÚÛÜÝŶßàáâãäåæçèéêëìíîïŵñòóôõöṫøùúûüýŷÿ" }, "cp28604": "iso885914", "iso885915": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£€¥Š§š©ª«¬­®¯°±²³Žµ¶·ž¹º»ŒœŸ¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" }, "cp28605": "iso885915", "iso885916": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄąŁ€„Чš©Ș«Ź­źŻ°±ČłŽ”¶·žčș»ŒœŸżÀÁÂĂÄĆÆÇÈÉÊËÌÍÎÏĐŃÒÓÔŐÖŚŰÙÚÛÜĘȚßàáâăäćæçèéêëìíîïđńòóôőöśűùúûüęțÿ" }, "cp28606": "iso885916", "cp437": { "type": "_sbcs", "chars": "ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " }, "ibm437": "cp437", "csibm437": "cp437", "cp737": { "type": "_sbcs", "chars": "ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩαβγδεζηθικλμνξοπρσςτυφχψ░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ωάέήϊίόύϋώΆΈΉΊΌΎΏ±≥≤ΪΫ÷≈°∙·√ⁿ²■ " }, "ibm737": "cp737", "csibm737": "cp737", "cp775": { "type": "_sbcs", "chars": "ĆüéāäģåćłēŖŗīŹÄÅÉæÆōöĢ¢ŚśÖÜø£Ø×¤ĀĪóŻżź”¦©®¬½¼Ł«»░▒▓│┤ĄČĘĖ╣║╗╝ĮŠ┐└┴┬├─┼ŲŪ╚╔╩╦╠═╬Žąčęėįšųūž┘┌█▄▌▐▀ÓßŌŃõÕµńĶķĻļņĒŅ’­±“¾¶§÷„°∙·¹³²■ " }, "ibm775": "cp775", "csibm775": "cp775", "cp850": { "type": "_sbcs", "chars": "ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈıÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ " }, "ibm850": "cp850", "csibm850": "cp850", "cp852": { "type": "_sbcs", "chars": "ÇüéâäůćçłëŐőîŹÄĆÉĹĺôöĽľŚśÖÜŤťŁ×čáíóúĄąŽžĘ꬟Ⱥ«»░▒▓│┤ÁÂĚŞ╣║╗╝Żż┐└┴┬├─┼Ăă╚╔╩╦╠═╬¤đĐĎËďŇÍÎě┘┌█▄ŢŮ▀ÓßÔŃńňŠšŔÚŕŰýÝţ´­˝˛ˇ˘§÷¸°¨˙űŘř■ " }, "ibm852": "cp852", "csibm852": "cp852", "cp855": { "type": "_sbcs", "chars": "ђЂѓЃёЁєЄѕЅіІїЇјЈљЉњЊћЋќЌўЎџЏюЮъЪаАбБцЦдДеЕфФгГ«»░▒▓│┤хХиИ╣║╗╝йЙ┐└┴┬├─┼кК╚╔╩╦╠═╬¤лЛмМнНоОп┘┌█▄Пя▀ЯрРсСтТуУжЖвВьЬ№­ыЫзЗшШэЭщЩчЧ§■ " }, "ibm855": "cp855", "csibm855": "cp855", "cp856": { "type": "_sbcs", "chars": "אבגדהוזחטיךכלםמןנסעףפץצקרשת�£�×����������®¬½¼�«»░▒▓│┤���©╣║╗╝¢¥┐└┴┬├─┼��╚╔╩╦╠═╬¤���������┘┌█▄¦�▀������µ�������¯´­±‗¾¶§÷¸°¨·¹³²■ " }, "ibm856": "cp856", "csibm856": "cp856", "cp857": { "type": "_sbcs", "chars": "ÇüéâäàåçêëèïîıÄÅÉæÆôöòûùİÖÜø£ØŞşáíóúñÑĞ𿮬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ºªÊËÈ�ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµ�×ÚÛÙìÿ¯´­±�¾¶§÷¸°¨·¹³²■ " }, "ibm857": "cp857", "csibm857": "cp857", "cp858": { "type": "_sbcs", "chars": "ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈ€ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ " }, "ibm858": "cp858", "csibm858": "cp858", "cp860": { "type": "_sbcs", "chars": "ÇüéâãàÁçêÊèÍÔìÃÂÉÀÈôõòÚùÌÕÜ¢£Ù₧ÓáíóúñѪº¿Ò¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " }, "ibm860": "cp860", "csibm860": "cp860", "cp861": { "type": "_sbcs", "chars": "ÇüéâäàåçêëèÐðÞÄÅÉæÆôöþûÝýÖÜø£Ø₧ƒáíóúÁÍÓÚ¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " }, "ibm861": "cp861", "csibm861": "cp861", "cp862": { "type": "_sbcs", "chars": "אבגדהוזחטיךכלםמןנסעףפץצקרשת¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " }, "ibm862": "cp862", "csibm862": "cp862", "cp863": { "type": "_sbcs", "chars": "ÇüéâÂà¶çêëèïî‗À§ÉÈÊôËÏûù¤ÔÜ¢£ÙÛƒ¦´óú¨¸³¯Î⌐¬½¼¾«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " }, "ibm863": "cp863", "csibm863": "cp863", "cp864": { "type": "_sbcs", "chars": "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"#$٪&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~°·∙√▒─│┼┤┬├┴┐┌└┘β∞φ±½¼≈«»ﻷﻸ��ﻻﻼ� ­ﺂ£¤ﺄ��ﺎﺏﺕﺙ،ﺝﺡﺥ٠١٢٣٤٥٦٧٨٩ﻑ؛ﺱﺵﺹ؟¢ﺀﺁﺃﺅﻊﺋﺍﺑﺓﺗﺛﺟﺣﺧﺩﺫﺭﺯﺳﺷﺻﺿﻁﻅﻋﻏ¦¬÷×ﻉـﻓﻗﻛﻟﻣﻧﻫﻭﻯﻳﺽﻌﻎﻍﻡﹽّﻥﻩﻬﻰﻲﻐﻕﻵﻶﻝﻙﻱ■�" }, "ibm864": "cp864", "csibm864": "cp864", "cp865": { "type": "_sbcs", "chars": "ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø₧ƒáíóúñѪº¿⌐¬½¼¡«¤░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " }, "ibm865": "cp865", "csibm865": "cp865", "cp866": { "type": "_sbcs", "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№¤■ " }, "ibm866": "cp866", "csibm866": "cp866", "cp869": { "type": "_sbcs", "chars": "������Ά�·¬¦‘’Έ―ΉΊΪΌ��ΎΫ©Ώ²³ά£έήίϊΐόύΑΒΓΔΕΖΗ½ΘΙ«»░▒▓│┤ΚΛΜΝ╣║╗╝ΞΟ┐└┴┬├─┼ΠΡ╚╔╩╦╠═╬ΣΤΥΦΧΨΩαβγ┘┌█▄δε▀ζηθικλμνξοπρσςτ΄­±υφχ§ψ΅°¨ωϋΰώ■ " }, "ibm869": "cp869", "csibm869": "cp869", "cp922": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®‾°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŠÑÒÓÔÕÖרÙÚÛÜÝŽßàáâãäåæçèéêëìíîïšñòóôõö÷øùúûüýžÿ" }, "ibm922": "cp922", "csibm922": "cp922", "cp1046": { "type": "_sbcs", "chars": "ﺈ×÷ﹱˆ■│─┐┌└┘ﹹﹻﹽﹿﹷﺊﻰﻳﻲﻎﻏﻐﻶﻸﻺﻼ ¤ﺋﺑﺗﺛﺟﺣ،­ﺧﺳ٠١٢٣٤٥٦٧٨٩ﺷ؛ﺻﺿﻊ؟ﻋءآأؤإئابةتثجحخدذرزسشصضطﻇعغﻌﺂﺄﺎﻓـفقكلمنهوىيًٌٍَُِّْﻗﻛﻟﻵﻷﻹﻻﻣﻧﻬﻩ�" }, "ibm1046": "cp1046", "csibm1046": "cp1046", "cp1124": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ЁЂҐЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђґєѕіїјљњћќ§ўџ" }, "ibm1124": "cp1124", "csibm1124": "cp1124", "cp1125": { "type": "_sbcs", "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёҐґЄєІіЇї·√№¤■ " }, "ibm1125": "cp1125", "csibm1125": "cp1125", "cp1129": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ" }, "ibm1129": "cp1129", "csibm1129": "cp1129", "cp1133": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ກຂຄງຈສຊຍດຕຖທນບປຜຝພຟມຢຣລວຫອຮ���ຯະາຳິີຶືຸູຼັົຽ���ເແໂໃໄ່້໊໋໌ໍໆ�ໜໝ₭����������������໐໑໒໓໔໕໖໗໘໙��¢¬¦�" }, "ibm1133": "cp1133", "csibm1133": "cp1133", "cp1161": { "type": "_sbcs", "chars": "��������������������������������่กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู้๊๋€฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛¢¬¦ " }, "ibm1161": "cp1161", "csibm1161": "cp1161", "cp1162": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����" }, "ibm1162": "cp1162", "csibm1162": "cp1162", "cp1163": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£€¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ" }, "ibm1163": "cp1163", "csibm1163": "cp1163", "maccroatian": { "type": "_sbcs", "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈ƫȅ ÀÃÕŒœĐ—“”‘’÷◊�©⁄¤‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ" }, "maccyrillic": { "type": "_sbcs", "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°¢£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµ∂ЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤" }, "macgreek": { "type": "_sbcs", "chars": "Ĺ²É³ÖÜ΅àâä΄¨çéèê룙î‰ôö¦­ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ�" }, "maciceland": { "type": "_sbcs", "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüݰ¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ" }, "macroman": { "type": "_sbcs", "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ" }, "macromania": { "type": "_sbcs", "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂŞ∞±≤≥¥µ∂∑∏π∫ªºΩăş¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›Ţţ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ" }, "macthai": { "type": "_sbcs", "chars": "«»…“”�•‘’� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู​–—฿เแโใไๅๆ็่้๊๋์ํ™๏๐๑๒๓๔๕๖๗๘๙®©����" }, "macturkish": { "type": "_sbcs", "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙ�ˆ˜¯˘˙˚¸˝˛ˇ" }, "macukraine": { "type": "_sbcs", "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°Ґ£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµґЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤" }, "koi8r": { "type": "_sbcs", "chars": "─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ё╓╔╕╖╗╘╙╚╛╜╝╞╟╠╡Ё╢╣╤╥╦╧╨╩╪╫╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ" }, "koi8u": { "type": "_sbcs", "chars": "─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґ╝╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪Ґ╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ" }, "koi8ru": { "type": "_sbcs", "chars": "─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґў╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪ҐЎ©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ" }, "koi8t": { "type": "_sbcs", "chars": "қғ‚Ғ„…†‡�‰ҳ‹ҲҷҶ�Қ‘’“”•–—�™�›�����ӯӮё¤ӣ¦§���«¬­®�°±²Ё�Ӣ¶·�№�»���©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ" }, "armscii8": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ �և։)(»«—.՝,-֊…՜՛՞ԱաԲբԳգԴդԵեԶզԷէԸըԹթԺժԻիԼլԽխԾծԿկՀհՁձՂղՃճՄմՅյՆնՇշՈոՉչՊպՋջՌռՍսՎվՏտՐրՑցՒւՓփՔքՕօՖֆ՚�" }, "rk1048": { "type": "_sbcs", "chars": "ЂЃ‚ѓ„…†‡€‰Љ‹ЊҚҺЏђ‘’“”•–—�™љ›њқһџ ҰұӘ¤Ө¦§Ё©Ғ«¬­®Ү°±Ііөµ¶·ё№ғ»әҢңүАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя" }, "tcvn": { "type": "_sbcs", "chars": "\u0000ÚỤ\u0003ỪỬỮ\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010ỨỰỲỶỸÝỴ\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÀẢÃÁẠẶẬÈẺẼÉẸỆÌỈĨÍỊÒỎÕÓỌỘỜỞỠỚỢÙỦŨ ĂÂÊÔƠƯĐăâêôơưđẶ̀̀̉̃́àảãáạẲằẳẵắẴẮẦẨẪẤỀặầẩẫấậèỂẻẽéẹềểễếệìỉỄẾỒĩíịòỔỏõóọồổỗốộờởỡớợùỖủũúụừửữứựỳỷỹýỵỐ" }, "georgianacademy": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზთიკლმნოპჟრსტუფქღყშჩცძწჭხჯჰჱჲჳჴჵჶçèéêëìíîïðñòóôõö÷øùúûüýþÿ" }, "georgianps": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზჱთიკლმნჲოპჟრსტჳუფქღყშჩცძწჭხჴჯჰჵæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" }, "pt154": { "type": "_sbcs", "chars": "ҖҒӮғ„…ҶҮҲүҠӢҢҚҺҸҗ‘’“”•–—ҳҷҡӣңқһҹ ЎўЈӨҘҰ§Ё©Ә«¬ӯ®Ҝ°ұІіҙө¶·ё№ә»јҪҫҝАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя" }, "viscii": { "type": "_sbcs", "chars": "\u0000\u0001Ẳ\u0003\u0004ẴẪ\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010\u0011\u0012\u0013Ỷ\u0015\u0016\u0017\u0018Ỹ\u001a\u001b\u001c\u001dỴ\u001f !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ẠẮẰẶẤẦẨẬẼẸẾỀỂỄỆỐỒỔỖỘỢỚỜỞỊỎỌỈỦŨỤỲÕắằặấầẩậẽẹếềểễệốồổỗỠƠộờởịỰỨỪỬơớƯÀÁÂÃẢĂẳẵÈÉÊẺÌÍĨỳĐứÒÓÔạỷừửÙÚỹỵÝỡưàáâãảăữẫèéêẻìíĩỉđựòóôõỏọụùúũủýợỮ" }, "iso646cn": { "type": "_sbcs", "chars": "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"#¥%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������" }, "iso646jp": { "type": "_sbcs", "chars": "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[¥]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������" }, "hproman8": { "type": "_sbcs", "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ÀÂÈÊËÎÏ´ˋˆ¨˜ÙÛ₤¯Ýý°ÇçÑñ¡¿¤£¥§ƒ¢âêôûáéóúàèòùäëöüÅîØÆåíøæÄìÖÜÉïßÔÁÃãÐðÍÌÓÒÕõŠšÚŸÿÞþ·µ¶¾—¼½ªº«■»±�" }, "macintosh": { "type": "_sbcs", "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ" }, "ascii": { "type": "_sbcs", "chars": "��������������������������������������������������������������������������������������������������������������������������������" }, "tis620": { "type": "_sbcs", "chars": "���������������������������������กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����" } }
javascript
Codreanka is grapes belonging to table varieties, super early (110 days) and vigorous. It has quite large clusters, reaching up to one and a half kilograms. Grapes Codreanka has a dark purple berry that weighs up to 8 g (31x19 mm). The taste of the berries is harmonious and at the same time simple. The taste qualities of Codrians are caused by dense skin, flesh and a small amount of well-separated seeds. The variety of grapes of Codreanka is characterized by a high sugar content, reaching up to 19%, while the acidity is about 7 g / l. It should be said that when the sugar content reaches 12-14%, grapes acquire characteristic taste qualities. Grape clusters can hang for a long time on the bushes, without losing their taste qualities. The grapes of Codreanka are prone to bearded. Especially often it is recorded in years unfavorable for flowering. This grape variety is characterized by high yield, frost-resistant (withstands temperatures up to -22 degrees). In general, this is an excellent option for homestead viticulture. Experts argue that almost always the variety has a small percentage of the peas. On some bunches, up to 30% of the peas are found. Of course, this spoils the presentation of the product, but for consumption with the family this is not so scary. "Peas" much earlier ripen, do not crack and do not rot. The concentration of carbohydrates is higher in comparison with large berries, so they taste rather pleasant. If you want to get a natural and useful product, then during the vegetative period of the bush, do not use a variety of foliar and root top dressings. It is necessary to conduct minimal spraying from grape itch and fungal diseases. It is recommended to process grapes in spring (before May 30) and after harvest (July, August), which depends on the weather. As a rule, Codreanka grapes ripens in mid-August. Of course, the period of maturation is determined by the weather and the physiological condition of the bush. In the hot summer, clusters of grapes are painted in blue at the end of July, in a cold and polite period - the ripening period of berries is prolonged until September. The bunches are well preserved, so you can consume fresh grapes for three to four weeks, tearing it from the bush. Grapes Codreanka high-yielding, vigorous. With the appropriate care from one bush, you can get about 60 kg of berries. During the ripening of the grapes, they must be protected from attack of wasps. To do this, you need to prepare the syrup, pour it into bottles and hang next to the bunches. This manipulation must be carried out when the berries begin to stain. Winter frosts Codrians carry fairly well, however, in winters without snow, when they predict a temperature drop below 20 degrees, vines must be sheltered. Grapes Codreanka is not only frost-resistant, but also drought-resistant. Even on the hottest summer days, when the air temperature in the shade exceeds 35 degrees, and rains do not go on for a long time (more than a month), the growth and development of shoots do not stop, and the crop ripens well even without additional watering. Eating grapes is very useful. American studies have shown that the polyphenols that make up the grape exhibit antibacterial properties. They inhibit the development of infections in the mouth. The greatest amount of these compounds is found in the seeds and peel of the berry. Polyphenols have a destructive effect on streptococcal microorganisms. These microorganisms destroy the tooth enamel, can cause meningitis and pneumonia. It is proved that polyphenols are much more in red and blue grapes than in white. Scientific studies have established that polyphenols reduce the activity of pathogenic bacteria by 85%.
english
We explain what indigenous people are and what their characteristics are. Also, how is your society, religion and relationship with the environment. What Are indigenous People? Indigenous people are native people of a place and belonging to an original people , that is, a people from which their family, culture and traditions also come. The name derives from the Latin, "inde" meaning right there and "genos" meaning born . The word "indigenous" differs from "native" which represents a person who was born in a territory but does not maintain the traditions of their ancestors. In the case of the indigenous, it is important to note that their lineage has belonged to that region since times before the Spanish conquest. Indigenous peoples have suffered numerous combats throughout history, with the aim of displacing them from their lands. Despite being a minority, they maintain their pre-Hispanic customs and a political-social organization different from that proposed by the modern state. The United Nations (UN) estimates that there are 370 million indigenous people around the world , who inhabit 22% of the earth's mass. Despite their differences, they share similar experiences and struggles. The indigenous people are characterized by certain very demarcated physical features , such as mestizo skin, black eyes, dark straight hair, and a robust build. Their clothing varies according to the type of climate of the area they inhabit and they usually wear garments made with fabrics and animal skins . They build their homes with adobe, wood , tree leaves or straw and, depending on the geography of the area they inhabit, they can use the caves to protect themselves from the intense temperatures . Currently, there are some 7,000 indigenous languages around the world , which constitute complex knowledge systems and are a fundamental part of the identity of native peoples and the preservation of their culture. The social organization of the indigenous is hierarchical, headed by a cacique who directs the entire tribe and has lower-ranking advisers. The cacique is usually an older adult, considered a spiritual guide and leader . Within each community different families made up of father, mother and children live together . The role of the father consists of going hunting to bring food to his family, an activity that he carries out together with other adult men. Women are responsible for maintaining the home and making clothing for the family. The children are cared for, most of the time, by the elders of the tribe. Indigenous populations have different customs or religious beliefs . However, they share two fundamental characteristics: - They consider the existence of a "great creator" or a great spirit responsible for the creation of the Earth and that is present in all things and living beings . Most of the towns usually represent it with the sun. - In addition to the main god, they worship multiple gods or inferior spirits to whom they worship and admire. Although they are called differently, they usually represent each god with a phenomenon of nature, such as the god of rain , sun and wind. . For this, they use decorated wooden masks and musical instruments such as the drum (made with wood, bones and animal skins) and wind instruments such as flutes (made with reeds or hollow logs). , on which their subsistence directly depends. Empirical research has shown that in areas where indigenous peoples have control of the land, biodiversity flourishes . and emphasizes the right of each indigenous people to live with dignity , under their own rules , maintaining their institutions and customs. , being recognized in the political arena. There are currently around 68 indigenous peoples in Mexico and the 20 most populous are: - The Nahuas. With 2 million inhabitants distributed in the south of what is now Mexico City and in the Milpa Alta Delegation. - The Mayans . With 1.5 million inhabitants distributed in the states of Yucatan, Quintana Roo, Campeche, Tabasco and Chiapas. - The Zapotecs . With 460,000 inhabitants distributed in regions of the state of Oaxaca, such as: the Sierra Zapoteca, the Isthmus of Tehuantepec and the Valley of Oaxaca. - The Mixtecs . With more than 700,000 inhabitants distributed in some areas of Guerrero, Puebla and Oaxaca. - The Otomi. With more than 100,000 inhabitants distributed in the central zone of Mexico, in the states of Hidalgo, Querétaro, Guanajuato, Michoacán, Puebla, Veracruz and the State of Mexico. - The Totonacs. With 411,000 inhabitants distributed in Veracruz and Puebla. To a lesser extent, they extend to other states of the Republic . - The Tzotzils. With 400,000 inhabitants distributed in the state of Chiapas. - The Tzeltals. With 380,000 inhabitants distributed in the state of Chiapas (they share many activities with the Tsotziles). - The Mazahuas. With 320,000 inhabitants distributed in the northwest of the State of Mexico and in a small region in the west of the State of Michoacán. - The Mazatecs. With 300,000 inhabitants distributed in regions such as La Cañada, the mountainous area and the Papaloapan-Tuxtepec valley (Oaxaca). - The Huastecs . With 220,000 inhabitants distributed in some regions of Veracruz, Tamaulipas, San Luis Potosí, Querétaro and Hidalgo. - the choles. With 220,000 inhabitants distributed in the northwest of Chiapas. - The Purepechas. With 200,000 inhabitants distributed in 22 municipalities in the state of Michoacán. - The Chinantecs . With 200,000 inhabitants distributed in 14 municipalities in the state of Oaxaca. - the mixes. With almost 150,000 inhabitants distributed in the north of the state of Oaxaca. - The Tlapanecos. With 140,000 inhabitants distributed on the coast and in 13 municipalities in the state of Guerrero. - The Tarahumara. With almost 120,000 inhabitants distributed in the part of the Sierra Madre Occidental that crosses the states of Chihuahua, Durango and Sonora. - The Mayos or Yoremes . With almost 90,000 inhabitants distributed in the north of Sinaloa and the south of Sonora. - the zoques. With almost 86,000 inhabitants distributed in three areas of Chiapas: the slope of the Gulf, the Sierra and the Depression. - The Chontals. With almost 80,000 inhabitants distributed in the state of Tabasco. The above content published at Collaborative Research Group is for informational and educational purposes only and has been developed by referring to reliable sources and recommendations from technology experts. We do not have any contact with official entities nor do we intend to replace the information that they emit.
english
Karthik Subbaraj‘s dream project Petta, starring Kollywood superstar Rajinikanth and Trisha Krishnan, has hit the theaters today. The movie also features also features Vijay Sethupathi, Nawazuddin Siddiqui, Simran in supporting role. The film is locking horns with Ajith’s Viswasam. Antariksham Petta twitter review & rating / live updates: We bring you some viewers’ verdict on the movie shared on Twitter. Marshall@LDR_Violence : I have tears enjoying and I’m not even lying. Na sonna evanum namba poradhu illa, but #Petta is absolutely better than Baasha or Sivaji. Watch and you’ll know what I mean. Phenomenal film. Interval now. I’m speechless. Deepak Srinivasan: #Petta 1st half loaded with Rajnism both class and mass ! Vijay Prabhakaran @Vijay7291Vijay: #Petta Bleeds Rajinism All Over The First Half. Simply #Superstar At His Best. Vintage Thalaivar Is BACK..!! Sriram @Sriram_Vj: Have you ever felt bad for missing Rajinisim in Padayappa,Annamalai,Baatsha on BIG Screens?? No worries!! Watch out #PETTA!! THE MAN is UNFORMIDABLE #PettaParaak @sunpictures @karthiksubbaraj Tharamana Sambhavam!!! Giridharan@Girichillax : First Half : Vintage Rajni to the core.. Bangam maxxxx.. Verithanathin Uchakattam.. @karthiksubbaraj happy tears.. It’s been more than 10 years since I enjoyed Rajni movie like this to the core..DOP n BGM..
english
<reponame>faisalhakim47/alamat [{"id":"2001","provinceId":"18","regencyId":"08","districtId":"13","name":"<NAME>"},{"id":"2002","provinceId":"18","regencyId":"08","districtId":"13","name":"<NAME>ung"},{"id":"2003","provinceId":"18","regencyId":"08","districtId":"13","name":"<NAME>"},{"id":"2004","provinceId":"18","regencyId":"08","districtId":"13","name":"<NAME>"},{"id":"2005","provinceId":"18","regencyId":"08","districtId":"13","name":"<NAME>ung"},{"id":"2006","provinceId":"18","regencyId":"08","districtId":"13","name":"Sukadana"},{"id":"2007","provinceId":"18","regencyId":"08","districtId":"13","name":"<NAME>"},{"id":"2008","provinceId":"18","regencyId":"08","districtId":"13","name":"<NAME>"},{"id":"2009","provinceId":"18","regencyId":"08","districtId":"13","name":"<NAME>"}]
json
[ { "facts":[ { "day":"6", "month":"7", "year":"1415", "text": "<NAME>, a Czech who spoke out against Church corruption, is burned at the stake as a heretic." }, { "day":"6", "month":"7", "year":"1519", "text": "Charles of Spain is elected Holy Roman emperor in Barcelona." }, { "day":"6", "month":"7", "year":"1535", "text": "Sir <NAME> is beheaded in England for refusing to swear allegiance to King Henry VIII as head of the Church." }, { "day":"6", "month":"7", "year":"1536", "text": "<NAME> returns to France after discovering the St. Lawrence River in Canada." }, { "day":"6", "month":"7", "year":"1685", "text": "<NAME> defeats James, the Duke of Monmouth, at the Battle of Sedgemoor, the last major battle to be fought on English soil." }, { "day":"6", "month":"7", "year":"1770", "text": "The entire Ottoman fleet is destroyed by the Russians at the battle of Cesme." }, { "day":"6", "month":"7", "year":"1788", "text": "10,000 troops are called out in Paris as unrest mounts in the poorer districts over poverty and lack of food." }, { "day":"6", "month":"7", "year":"1836", "text": "French General <NAME> defeats Abd al-Kader’s forces beside the Sikkak River in Algeria." }, { "day":"6", "month":"7", "year":"1835", "text": "<NAME>, the third chief justice of the Supreme Court, dies at the age of 79. Two days later, while tolling in his honor in Philadelphia, the Liberty Bell cracks." }, { "day":"6", "month":"7", "year":"1854", "text": "The Republican Party is officially organized in Jackson, Michigan." }, { "day":"6", "month":"7", "year":"1885", "text": "Louis Pasteur gives the first successful anti-rabies innoculation." }, { "day":"6", "month":"7", "year":"1944", "text": "<NAME> of the U.S. Army, while riding a civilian bus from Camp Hoo, Texas, refuses to give up his seat to a white man." }, { "day":"6", "month":"7", "year":"1945", "text": "B-29 Superfortress bombers attack Honshu, Japan, using new fire-bombing techniques." }, { "day":"6", "month":"7", "year":"1945", "text": "Operation Overcast begins in Europe–moving Austrian and German scientists and their equipment to the United States." }, { "day":"6", "month":"7", "year":"1982", "text": "President <NAME> agrees to contribute U.S. troops to the peacekeeping unit in Beruit." } ] } ]
json
"Men tend to prefer women who make them feel great about themselves. Explained in this e-book are the 50 ways to make him want you; Tip number one. Ensure that you have an attractive appearance Men are naturally visual. They want to feel attracted to a potential partner. Once you invest in improving your appearance, your man gets signals that; you respect yourself, appreciate the importance of presentation, have your unique style/look, and take care of yourself physically. You are what you wear. What you wear exposes a lot about your self-worth and value to your man. Tip number two. Make him feel acknowledged and well-received Understand that men want women to know about their worlds and accomplishments. If you’re at a party or social gathering and he’s expressing his opinion on matters on anything social, political, economic, and environmental, try to supplement in support of his views. Men LOVE it when you understand and acknowledge their points of view."
english
'use strict'; let { map } = require('bolzano'); let { n, view } = require('kabanery'); /** * @readme-quick-run * * ## test tar=js r_c=Select env=browser * * let {mount} = require('kabanery'); * * let view = Select({ * options: [['a', 'option a'], ['b', 'option b']], * selected: 'a', * onchange: (selectItem) => { * } * }); * * mount(view, document.body); * * console.log(document.body.innerHTML); */ /** * { * * options: [[name, description]], * * selected * } */ module.exports = view((data) => { data.selected = data.selected || data.options[0][0]; let onchange = data.onchange; return n('select', { onchange: (e) => { data.selected = e.target.value; onchange && onchange(data.selected); } }, map(data.options, ([name, description]) => { let selectStr = ''; if (data.selected === name) { selectStr = 'selected="selected"'; } if (description === undefined) { description = name; } return n(`option value=${name} ${selectStr}`, description); })); });
javascript
export {} // Check references to a type in a generic. //- @IFace defines/binding IFace //- IFace.node/kind interface interface IFace { foo: string; } // Reference to IFace in a generic type. //- @IFace ref IFace let x: Map<string, IFace>; // Reference to IFace in an expression. //- @IFace ref IFace x = new Map<string, IFace>(); // Create a generic type and instantiate it. //- @Container defines/binding Container //- @T defines/binding ContainerT //- T.node/kind absvar interface Container<T> { //- @T ref ContainerT //- !{@T ref Container} contained: T; } let box: Container<IFace>; //- @#0T defines/binding FnT //- FnT.node/kind absvar //- @IFace ref IFace function generic<T>(x: T, y: IFace) { return x; }
typescript
package ca.sukhsingh.actions.on.google.request.originalrequest; import com.fasterxml.jackson.annotation.JsonProperty; /** * Created by sukhSingh on 2017-08-09. */ public class OriginalRequest { @JsonProperty("source") private String source; @JsonProperty("version") private String version; @JsonProperty("data") private Data data; public String getSource() { return source; } public String getVersion() { return version; } public Data getData() { return data; } }
java
You don't have to head out to the great outdoors to get allergy symptoms. If you're stuffed up, sneeze, or get itchy eyes all from the comfort of your home, you may have an indoor allergy. It's triggered by things like pet dander, dust mites, mold spores, and cockroaches. Some telltale signs: Year-round symptoms. Seasonal hay fever is a problem only at certain times of the year. Indoor allergies may cause symptoms that never go away. Symptoms that get worse in colder months. When it's cold, you spend more time indoors, so you're more likely to come into contact with your allergy triggers. Your home's heating system can also cause problems. Allergens inside air ducts can blow into the air. It's hard to tell on your own what triggers your indoor allergies. There are lots of possibilities. Schedule an appointment with an allergist. You may need testing to figure out what causes your symptoms. Once you know what you're allergic to, your doctor may suggest medication or other treatment. Keep a record. When symptoms flare up, note where and when and what was going on. Were you around possible allergens? Did your problems get worse after your basement flooded, which could have caused mold to grow? Did they get better when you were on vacation? This info could help your doctor figure out your allergy triggers. Allergy-proof your bedroom. Start by making changes there. You spend more time in that one room than anywhere else. Clean up clutter. Keep your pets out. Get rid of drapes and area rugs that catch dust. If those changes seem to help after a few weeks, take similar steps in other rooms.
english