text
stringlengths
1
1.04M
language
stringclasses
25 values
Will ensure rule of law in Kerala: Governor-designate Arif Mohd Khan ( Exclusive) Newly-appointed Governor of Kerala and a leading moderate Muslim face, Arif Mohammad Khan said on Sunday that his prime responsibility would be to ensure that the government of the day (Left Democratic Front) functions "according to the rule of law". "As the representative of the Centre, I would oversee that a duly-elected government carries its duties in accordance with the law," he said in an exclusive interaction with . On several occasions, the LDF government, led by the Communist Party of India-Marxist (CPI-M), has been blamed by its rival, the Bharatiya Janata Party (BJP), for targeting the cadres of the 'Sangh Parivar'. On being asked about the selective targeting of political cadres in Kerala, Khan said: "Let me first take the charge. I am here for peace. I am here to unite people. It won't be appropriate to elaborate on this issue. " Former Union Minister Khan, who had walked out of the Rajiv Gandhi cabinet and the Congress in 1986 over the controversial Shah Bano case, said that three days back, he was asked by the leadership (at the Centre) whether he would prefer to be out of Delhi. "I said in the interest of the society and the people at large, I would certainly consider (any such proposal). . . and today I am being sent to the God's own Country. In fact, I came to know from TV channels that I have appointed as the Governor of Kerala. " During his exclusive interaction with , Khan's mobile phone kept ringing, and while talking to this reporter, he continued to reply to his well-wishers. Known for his low profile and people-friendly image, the towering Muslim politician has devoted his last two decades in the study of Vedic literature. Khan, who had been a minister in the V. P. Singh-led National Front government, had a brief stint with the Bahujan Samaj Party (BSP) before joining the BJP. Though he subsequently focussed more on his studies, BJP stalwarts Atal Bihari Vajpayee and Lal Krishna Advani had been consulting Khan on his rich understanding of theological issues right from the early 2000s. After almost 29 years, Khan is back at the centre stage of politics as he has been given the charge of the most communally volatile state in the country after West Bengal. Asked about his priorities as Governor, Khan said that it is too early to comment but he would first like to visit the flood-affected places in the state. "Meeting people affected by floods and ensuring proper relief and rehabilitation work for them is what I hope to do. I paid my last visit to Kerala three years ago. Though born in north India, I would love to be in the far-off south part of the country," said the Governor designate. Prime Minister Narendra Modi and Home Minister Amit Shah have frequently quoted Khan's valuable role in the triple talaq matter in debates and discourses on multiple platforms, including the Parliament. The BJP and the RSS leadership also acknowledge Khan's scholarly skills on Hindu culture and his interpretation of the Upanishad, the Bhagavad Gita and other ancient literature. The RSS was keen that such leading moderate Muslim faces should be given bigger platforms to showcase the new modern Muslim mindset and its acceptability of Hindu culture and traditions. It was a coincidence that Khan was invited to a function "Imam-e-Hind, Ram", a Urdu drama based on the character of Lord Ram as described in the ancient Valmiki Ramayan, when his appointment was announced. "Ram is the soul and spirit of this country. It hardly matters whether I am a Muslim, but the fact remains that the soul of Ram is present in me and everybody living in this great country. Noted 8th century Arab traveller and historian, Al-Masudi, has also said that Hindus were not polytheist. They might be worshipping several deities, but they believe in one God. Its unfortunate that some sections have distorted the views on this issue. I believe Ram's character, virtue and human qualities echo in every religion," he said. He finally said that it is a coincidence that on a day when he is releasing the book on Ram, his appointment as Governor of Kerala has come as a pleasant surprise.
english
package br.com.portfolio.java.web.acao; import javax.servlet.http.HttpSession; import br.com.portfolio.java.web.util.Acao; public class Error implements Acao { @Override public boolean executar(HttpSession sessao) { System.out.println("[ Error ]"); sessao.setAttribute("targetPage", "login.jsp"); return false; } }
java
Uttar Pradesh Deputy Chief Minister Dinesh Sharma said BSP president Mayawati is suffering from "political depression" as she fears defeat of her party's candidates in the general election under way and as a result, she is losing her temper and patience. Mr Sharma claimed Mayawati is showing weakness and her memory is fading. "All these symptoms are clearly visible in the statements of the BSP chief," he told news agency PTI. He said the Bahujan Samaj Party leader needed a "political health tonic". Mayawati, who is leading the BSP-SP-RLD alliance in UP with Akhilesh Yadav, has regularly hit out at the BJP on Twitter and in campaign rallies, claiming that its government at the Centre is "autocratic" and has resorted to various means to "scare" senior leaders of the opposition parties. She has said the Centre "badly failed" to tackle issues like terrorism and naxalism. Ahead of the second phase of the seven-phase poll, the BSP chief was banned for 48 hours from campaigning by the Election Commission for violating the moral code of conduct. Three others, including Chief Minister Yogi Adityanath, were also banned for varying periods over similar reasons. Shortly after the ban ended on April 18, Mayawati lashed out at BJP and its leaders for levelling "unfounded" charges on opposition parties, including the allegation they were abusing Prime Minister Narendra Modi. The BJP is facing a challenge from the alliance in Uttar Pradesh, which has the largest number of Lok Sabha seats, 80, compared to any other state. He claimed the symptoms of her "depression" will become more evident in coming days and she will make "anaap, shanaap" (loose) remarks. Mayawati has raised doubts on the caste of the prime minister, alleging he is a "farzi backward" - a fake OBC leader. PM Modi has responded saying he belongs to caste of all the poor in the country. On Sunday, a full-scale war of words broke out between Mayawati and PM Modi over the gangrape of a Dalit girl in Rajasthan's Alwar. The prime minister accused the BSP chief of shedding "crocodile tears" and asked her to withdraw support to the Congress government in Rajasthan if she cared for Dalits. Mayawati hit back, calling PM Modi's statements on the gangrape incident "dirty politics" and demanded him to resign taking responsibility for atrocities on Dalits during his rule. Mr Sharma, however, said the way Prime Minister Modi has worked to uplift the Dalit community, backward classes, the oppressed and deprived sections, "has instilled fear in Mayawati. " He said the chiefs of BSP and SP, who gave themselves "certificates" for being concerned about Dalits and backward classes, have been rejected by people, who consider Modi "pramaanik" (authentic).
english
// Autogenerated from CppHeaderCreator // Created by Sc2ad // ========================================================================= #pragma once // Begin includes #include "beatsaber-hook/shared/utils/typedefs.h" #include "beatsaber-hook/shared/utils/byref.hpp" // Including type: System.Enum #include "System/Enum.hpp" // Completed includes // Type namespace: System namespace System { // Forward declaring type: UriSyntaxFlags struct UriSyntaxFlags; } #include "beatsaber-hook/shared/utils/il2cpp-type-check.hpp" DEFINE_IL2CPP_ARG_TYPE(::System::UriSyntaxFlags, "System", "UriSyntaxFlags"); // Type namespace: System namespace System { // Size: 0x4 #pragma pack(push, 1) // Autogenerated type: System.UriSyntaxFlags // [TokenAttribute] Offset: FFFFFFFF // [FlagsAttribute] Offset: FFFFFFFF struct UriSyntaxFlags/*, public ::System::Enum*/ { public: public: // public System.Int32 value__ // Size: 0x4 // Offset: 0x0 int value; // Field size check static_assert(sizeof(int) == 0x4); public: // Creating value type constructor for type: UriSyntaxFlags constexpr UriSyntaxFlags(int value_ = {}) noexcept : value{value_} {} // Creating interface conversion operator: operator ::System::Enum operator ::System::Enum() noexcept { return *reinterpret_cast<::System::Enum*>(this); } // Creating conversion operator: operator int constexpr operator int() const noexcept { return value; } // static field const value: static public System.UriSyntaxFlags None static constexpr const int None = 0; // Get static field: static public System.UriSyntaxFlags None static ::System::UriSyntaxFlags _get_None(); // Set static field: static public System.UriSyntaxFlags None static void _set_None(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags MustHaveAuthority static constexpr const int MustHaveAuthority = 1; // Get static field: static public System.UriSyntaxFlags MustHaveAuthority static ::System::UriSyntaxFlags _get_MustHaveAuthority(); // Set static field: static public System.UriSyntaxFlags MustHaveAuthority static void _set_MustHaveAuthority(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags OptionalAuthority static constexpr const int OptionalAuthority = 2; // Get static field: static public System.UriSyntaxFlags OptionalAuthority static ::System::UriSyntaxFlags _get_OptionalAuthority(); // Set static field: static public System.UriSyntaxFlags OptionalAuthority static void _set_OptionalAuthority(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags MayHaveUserInfo static constexpr const int MayHaveUserInfo = 4; // Get static field: static public System.UriSyntaxFlags MayHaveUserInfo static ::System::UriSyntaxFlags _get_MayHaveUserInfo(); // Set static field: static public System.UriSyntaxFlags MayHaveUserInfo static void _set_MayHaveUserInfo(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags MayHavePort static constexpr const int MayHavePort = 8; // Get static field: static public System.UriSyntaxFlags MayHavePort static ::System::UriSyntaxFlags _get_MayHavePort(); // Set static field: static public System.UriSyntaxFlags MayHavePort static void _set_MayHavePort(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags MayHavePath static constexpr const int MayHavePath = 16; // Get static field: static public System.UriSyntaxFlags MayHavePath static ::System::UriSyntaxFlags _get_MayHavePath(); // Set static field: static public System.UriSyntaxFlags MayHavePath static void _set_MayHavePath(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags MayHaveQuery static constexpr const int MayHaveQuery = 32; // Get static field: static public System.UriSyntaxFlags MayHaveQuery static ::System::UriSyntaxFlags _get_MayHaveQuery(); // Set static field: static public System.UriSyntaxFlags MayHaveQuery static void _set_MayHaveQuery(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags MayHaveFragment static constexpr const int MayHaveFragment = 64; // Get static field: static public System.UriSyntaxFlags MayHaveFragment static ::System::UriSyntaxFlags _get_MayHaveFragment(); // Set static field: static public System.UriSyntaxFlags MayHaveFragment static void _set_MayHaveFragment(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags AllowEmptyHost static constexpr const int AllowEmptyHost = 128; // Get static field: static public System.UriSyntaxFlags AllowEmptyHost static ::System::UriSyntaxFlags _get_AllowEmptyHost(); // Set static field: static public System.UriSyntaxFlags AllowEmptyHost static void _set_AllowEmptyHost(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags AllowUncHost static constexpr const int AllowUncHost = 256; // Get static field: static public System.UriSyntaxFlags AllowUncHost static ::System::UriSyntaxFlags _get_AllowUncHost(); // Set static field: static public System.UriSyntaxFlags AllowUncHost static void _set_AllowUncHost(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags AllowDnsHost static constexpr const int AllowDnsHost = 512; // Get static field: static public System.UriSyntaxFlags AllowDnsHost static ::System::UriSyntaxFlags _get_AllowDnsHost(); // Set static field: static public System.UriSyntaxFlags AllowDnsHost static void _set_AllowDnsHost(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags AllowIPv4Host static constexpr const int AllowIPv4Host = 1024; // Get static field: static public System.UriSyntaxFlags AllowIPv4Host static ::System::UriSyntaxFlags _get_AllowIPv4Host(); // Set static field: static public System.UriSyntaxFlags AllowIPv4Host static void _set_AllowIPv4Host(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags AllowIPv6Host static constexpr const int AllowIPv6Host = 2048; // Get static field: static public System.UriSyntaxFlags AllowIPv6Host static ::System::UriSyntaxFlags _get_AllowIPv6Host(); // Set static field: static public System.UriSyntaxFlags AllowIPv6Host static void _set_AllowIPv6Host(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags AllowAnInternetHost static constexpr const int AllowAnInternetHost = 3584; // Get static field: static public System.UriSyntaxFlags AllowAnInternetHost static ::System::UriSyntaxFlags _get_AllowAnInternetHost(); // Set static field: static public System.UriSyntaxFlags AllowAnInternetHost static void _set_AllowAnInternetHost(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags AllowAnyOtherHost static constexpr const int AllowAnyOtherHost = 4096; // Get static field: static public System.UriSyntaxFlags AllowAnyOtherHost static ::System::UriSyntaxFlags _get_AllowAnyOtherHost(); // Set static field: static public System.UriSyntaxFlags AllowAnyOtherHost static void _set_AllowAnyOtherHost(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags FileLikeUri static constexpr const int FileLikeUri = 8192; // Get static field: static public System.UriSyntaxFlags FileLikeUri static ::System::UriSyntaxFlags _get_FileLikeUri(); // Set static field: static public System.UriSyntaxFlags FileLikeUri static void _set_FileLikeUri(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags MailToLikeUri static constexpr const int MailToLikeUri = 16384; // Get static field: static public System.UriSyntaxFlags MailToLikeUri static ::System::UriSyntaxFlags _get_MailToLikeUri(); // Set static field: static public System.UriSyntaxFlags MailToLikeUri static void _set_MailToLikeUri(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags V1_UnknownUri static constexpr const int V1_UnknownUri = 65536; // Get static field: static public System.UriSyntaxFlags V1_UnknownUri static ::System::UriSyntaxFlags _get_V1_UnknownUri(); // Set static field: static public System.UriSyntaxFlags V1_UnknownUri static void _set_V1_UnknownUri(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags SimpleUserSyntax static constexpr const int SimpleUserSyntax = 131072; // Get static field: static public System.UriSyntaxFlags SimpleUserSyntax static ::System::UriSyntaxFlags _get_SimpleUserSyntax(); // Set static field: static public System.UriSyntaxFlags SimpleUserSyntax static void _set_SimpleUserSyntax(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags BuiltInSyntax static constexpr const int BuiltInSyntax = 262144; // Get static field: static public System.UriSyntaxFlags BuiltInSyntax static ::System::UriSyntaxFlags _get_BuiltInSyntax(); // Set static field: static public System.UriSyntaxFlags BuiltInSyntax static void _set_BuiltInSyntax(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags ParserSchemeOnly static constexpr const int ParserSchemeOnly = 524288; // Get static field: static public System.UriSyntaxFlags ParserSchemeOnly static ::System::UriSyntaxFlags _get_ParserSchemeOnly(); // Set static field: static public System.UriSyntaxFlags ParserSchemeOnly static void _set_ParserSchemeOnly(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags AllowDOSPath static constexpr const int AllowDOSPath = 1048576; // Get static field: static public System.UriSyntaxFlags AllowDOSPath static ::System::UriSyntaxFlags _get_AllowDOSPath(); // Set static field: static public System.UriSyntaxFlags AllowDOSPath static void _set_AllowDOSPath(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags PathIsRooted static constexpr const int PathIsRooted = 2097152; // Get static field: static public System.UriSyntaxFlags PathIsRooted static ::System::UriSyntaxFlags _get_PathIsRooted(); // Set static field: static public System.UriSyntaxFlags PathIsRooted static void _set_PathIsRooted(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags ConvertPathSlashes static constexpr const int ConvertPathSlashes = 4194304; // Get static field: static public System.UriSyntaxFlags ConvertPathSlashes static ::System::UriSyntaxFlags _get_ConvertPathSlashes(); // Set static field: static public System.UriSyntaxFlags ConvertPathSlashes static void _set_ConvertPathSlashes(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags CompressPath static constexpr const int CompressPath = 8388608; // Get static field: static public System.UriSyntaxFlags CompressPath static ::System::UriSyntaxFlags _get_CompressPath(); // Set static field: static public System.UriSyntaxFlags CompressPath static void _set_CompressPath(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags CanonicalizeAsFilePath static constexpr const int CanonicalizeAsFilePath = 16777216; // Get static field: static public System.UriSyntaxFlags CanonicalizeAsFilePath static ::System::UriSyntaxFlags _get_CanonicalizeAsFilePath(); // Set static field: static public System.UriSyntaxFlags CanonicalizeAsFilePath static void _set_CanonicalizeAsFilePath(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags UnEscapeDotsAndSlashes static constexpr const int UnEscapeDotsAndSlashes = 33554432; // Get static field: static public System.UriSyntaxFlags UnEscapeDotsAndSlashes static ::System::UriSyntaxFlags _get_UnEscapeDotsAndSlashes(); // Set static field: static public System.UriSyntaxFlags UnEscapeDotsAndSlashes static void _set_UnEscapeDotsAndSlashes(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags AllowIdn static constexpr const int AllowIdn = 67108864; // Get static field: static public System.UriSyntaxFlags AllowIdn static ::System::UriSyntaxFlags _get_AllowIdn(); // Set static field: static public System.UriSyntaxFlags AllowIdn static void _set_AllowIdn(::System::UriSyntaxFlags value); // static field const value: static public System.UriSyntaxFlags AllowIriParsing static constexpr const int AllowIriParsing = 268435456; // Get static field: static public System.UriSyntaxFlags AllowIriParsing static ::System::UriSyntaxFlags _get_AllowIriParsing(); // Set static field: static public System.UriSyntaxFlags AllowIriParsing static void _set_AllowIriParsing(::System::UriSyntaxFlags value); // Get instance field reference: public System.Int32 value__ [[deprecated("Use field access instead!")]] int& dyn_value__(); }; // System.UriSyntaxFlags #pragma pack(pop) static check_size<sizeof(UriSyntaxFlags), 0 + sizeof(int)> __System_UriSyntaxFlagsSizeCheck; static_assert(sizeof(UriSyntaxFlags) == 0x4); } #include "beatsaber-hook/shared/utils/il2cpp-utils-methods.hpp"
cpp
Tata Technologies has been positioned 1st among all India-based Global ER&D Electrification specialists and 2nd globally as the ESP of choice for OEMs embarking on their electrification journey. PUNE, India and COVENTRY, England and DETROIT, Jan. 2, 2023 /PRNewswire/ — Tata Technologies, a leading global product engineering and digital services company, announced today that it has been recognized as a global leader in the Zinnov Zones for ER&D services ratings for the sixth consecutive year. The company has been showcased as the electrification partner of choice for global OEMs by being positioned as 1st among all India-based Global ER&D Electrification specialists and 2nd globally. It has also been positioned as 1st among all India-based global Automotive ER&D engineering service providers and 3rd globally. Tata Technologies’ vision of Engineering a better world embodies a commitment to offering sustainable engineering and digital transformation solutions across the product value chain. The 2022 Zinnov Zones study acknowledged that Tata Technologies has made impressive gains across all the key areas of the product value chain. It has been positioned as a Global Leader in Automotive ER&D, Electrification services, Digital Engineering, Industry 4. 0, and Aerospace ER&D services. The broad-based improvement in ratings is a testament to its compelling solutions across the product engineering and manufacturing value chain, turnkey electric vehicle capabilities, embedded software solutions, digital transformation services, digital manufacturing solutions, diversified global client base, and large deal wins over the last year. Additionally, its custom offerings around MRO, tooling design and simulation, and aftermarket solutions for the Aerospace industry have been recognized for their value creation. The Press Release is available on website, LinkedIn, Twitter, and Instagram. Zinnov Zones is an annual rating published by Zinnov, which assesses Global Service Providers based on their competencies, capabilities, and market success.
english
Microsoft's highest end Windows Server SKU is going to get a lot more expensive with the coming Windows Server 2012 R2 release. Microsoft's highest end Windows Server SKU is going to get a lot more expensive with the coming Windows Server 2012 R2 release. Fusion 11 may not be as slick as Parallels Desktop, but enterprise users will appreciate its integration with VMware's wider technology portfolio. Buying CoreOS was a great move for Red Hat as it tries to become a cloud and container power using Kubernetes. But what does that mean for CoreOS? Here's the plan going forward. Microsoft is beefing up its Linux guest support in the coming Windows Server 2012 R2, a k a Windows Server "Blue" release. Microsoft has no plans to follow VMware's lead with new pricing/licensing changes in the virtualization space that have led to VMware customer outcry. In fact, with Windows 8, Microsoft is taking the opposite tack, officials said. Containers are finally coming into their own as a virtualization alternative, but until now their programs were incompatible. Now, the major container players are agreeing to line up behind Docker's libcontainer. Veeam believes that Microsoft System Center users want the same view into a Hyper-V virtual machine environment that VMware's vCenter users enjoy. The company's new Management Pack v7 for System Center's support for Hyper-V directly addresses that need. Red Hat is taking a major step forward in securing not only its own Kubernetes distribution, OpenShift, but other Kubernetes distros as well. Starting August 2, Microsoft will start selling subscriptions to virtualized Windows desktops, apps, data, and settings as part of a new Windows 365 service connecting to a Cloud PC 'experience.' Amitabh Srivastava, the former head of Microsoft's Server and Cloud Division, has resurfaced at EMC, the parent company of one of Microsoft's foremost rivals.
english
<reponame>jtalmi/pre-commit-dbt import pytest from pre_commit_dbt.check_source_has_all_columns import get_catalog_nodes from pre_commit_dbt.check_source_has_all_columns import main # Input schema, valid_catalog, expected return value TESTS = ( ( """ sources: - name: catalog tables: - name: with_catalog_columns columns: - name: col1 - name: col2 """, True, 0, ), ( """ sources: - name: catalog tables: - name: with_catalog_columns columns: - name: col1 - name: col2 """, False, 1, ), ( """ sources: - name: catalog tables: - name: with_catalog_columns columns: - name: col1 """, True, 1, ), ( """ sources: - name: catalog tables: - name: with_catalog_columns """, True, 1, ), ( """ sources: - name: catalog tables: - name: without_catalog_columns """, True, 0, ), ( """ sources: - name: catalog tables: - name: without_catalog_columns columns: - name: col1 """, True, 1, ), ( """ sources: - name: catalog tables: - name: without_catalog columns: - name: col1 """, True, 1, ), ) @pytest.mark.parametrize( ("input_schema", "valid_catalog", "expected_status_code"), TESTS ) def test_check_source_columns_have_desc( input_schema, valid_catalog, expected_status_code, catalog_path_str, tmpdir ): yml_file = tmpdir.join("schema.yml") input_args = [str(yml_file)] yml_file.write(input_schema) if valid_catalog: input_args.extend(["--catalog", catalog_path_str]) status_code = main(argv=input_args) assert status_code == expected_status_code def test_get_catalog_nodes(): input_txt = { "sources": { "source.test.catalog_cols": { "metadata": {}, "columns": { "COL1": {"type": "TEXT", "index": 1, "name": "COL1"}, "COL2": {"type": "TEXT", "index": 2, "name": "COL1"}, }, } } } result = get_catalog_nodes(input_txt) assert list(result.keys()) == [frozenset({"test", "catalog_cols"})]
python
<gh_stars>10-100 [{"province":"山西省","city":"吕梁市","area":"石楼县","name":"石楼县小蒜邮政代办所","code":"032503","address":"吕梁市石楼县小蒜镇","phone":"13834353648"},{"province":"山西省","city":"吕梁市","area":"石楼县","name":"石楼县曹家垣邮政代办所","code":"032503","address":"山西省石楼县曹家垣乡曹家垣村","phone":"13753393351"}]
json
<gh_stars>0 import { AngularFireAuth } from '@angular/fire/auth'; import { Injectable } from '@angular/core'; import * as firebase from 'firebase'; @Injectable({ providedIn: 'root' }) export class AuthService { constructor( private afAuth: AngularFireAuth, ) {} login(email: string, password: string): Promise<firebase.auth.UserCredential> { return this.afAuth.signInWithEmailAndPassword(email, password); } logOut(): Promise<void> { return this.afAuth.signOut(); } }
typescript
But that changed Sunday for recipients of a record 12 Breakthrough Prizes, the award created two years ago by Russian billionaire venture capitalist Yuri Milner, Facebook founder Mark Zuckerberg, Google co-founder Sergey Brin and other tech industry luminaries. Each prize is worth $3 million (roughly Rs. 18 crores), almost three times the cash a Nobel Prize winner receives. This year is the first to honor mathematicians. Five won for work ranging from algebraic geometry to analytic number theory. In the future, just one prize per year will go to a mathematician, organizers say; the large number Sunday celebrates the inaugural year for math. Six prizes went to researchers in life sciences for discoveries in areas ranging from bacterial immunity to genetic regulation. The physics prize went to a group that showed the expansion of the universe was accelerating, not slowing as previously assumed. The prizes' funders aim to generate a sense of excitement around scientific accomplishment, Milner said in an interview. "We are trying to use all means available, including money, to get the message across," he said. Milner, a onetime physics PhD student in Moscow who dropped out to move to the United States in 1990, has backed some of the world's biggest technology companies, including Facebook. Organizers also threw some Hollywood razzle-dazzle into the mix. Sunday's award ceremony was hosted by Seth MacFarlane, creator of the hit TV series "Family Guy." Presenters included actresses Kate Beckinsale and Cameron Diaz, along with actors Benedict Cumberbatch, Jon Hamm and Eddie Redmayne. Science could use the marketing, with portrayals of nerdy science types rife in movies and television. Milner contrasted that with the situation 50 years ago, when scientist Albert Einstein was a household name. "If you look at the list of celebrities now, you could probably not find a single scientist in the list of the top 200," he said. A self-proclaimed science fanatic, Milner keeps up with developments in the field by reading stacks of science magazines. "It's my only hobby," he said. Catch the latest from the Consumer Electronics Show on Gadgets 360, at our CES 2024 hub.
english
<reponame>mawigh/slurm_jupyter_kernel<gh_stars>1-10 from slurm_jupyter_kernel.start_kernel import slurm_jupyter_kernel; slurm_jupyter_kernel();
python
Uttara Karnataka - The land of ancient science,art,culture, architecture and heritage. Should I explore the ancient art? Where should I begin? Will this provide me wanderlust to travel? These were the questions that arose, when I thought of Uttara Karnataka. After a long research, I prepared an itinerary and a small bucket list. Places like Hampi, Badami and many more stimulated me to explore the ancient technology. The spicy food cuisine added euphoria and motivated me to begin my journey. I started the journey with my parents and headed towards Chitradurga. On our way, we visited Chitradurga Windmills and headed to Hospet. We reached Hospet by 1:00 PM and had a delicious lunch at Ananya Comfortss. Later we started exploring the beauty of Tungabhadra dam. Sunset at Tungabhadra dam was mesmerizing and filled our eyes with colors of joy. Various rare bird species can be found on the top of the dam. Tungabhadra dam has turned into a picnic spot for the residents of Hospet. After having nutritious breakfast, we started our journey to Hampi which is 13kms from Hospet. Hampi was the capital of great Vijayanagara Empire which is marked as the land of ancient history and power. The first place we visited in Hampi was Virupaksha temple. Virupaksha temple is famous for its vibrant Gopura which signifies ancient science. Hampi is designated as UNESCO World Heritage Site. One of the main part of the temple is Pinhole camera, which captures the inverted image of the Gopuram. The pillars in the temple portray concept of symmetry. Ancient history tells, gold and diamonds were sold in front of the Virupaksha Temple which signify pride,glory and wealth of Vijayanagara kingdom. Next we headed towards the Vitthala temple and Hazara Rama temple. The pillars of Hazara Rama temple are blended with a musical touch. Each pillar is composed of a musical instrument. The famous stone chariot is present in Vitthala temple which is the symbol of Hampi. 150 years old tree is still present in the premises of Vitthala temple. After having a delicious lunch at Mango tree hotel we visited the ruins of the kingdom. We ended the day after watching the mesmerizing sunset at Matanga hills. Hampi bucketlist: 1) Visit Virupaksha Temple and enjoy the ancient science and art. 2) Enjoy the musical sounds from the pillars of Hazara Rama temple. 3) Drink Mango Lassi at "The Mango Tree " hotel. 4) Click your pic with the Royal Stone Chariot. 5) Bicycle ride to the ruins of Hampi. 6) Drink a cup of tea near Sasivekalu ganesha temple and then head towards Mathanga hills to enjoy the sunset. 7) Interact with the local guides to understand the value of ancient science and art. 8) Drink fresh Tender Coconut water near Lakshmi Narashima temple. 9) Enjoy the beautiful sunset from the hill top of Mathanga hills. 10) Trek to Anjanadri hills to seek the blessings of Lord Hanuman and enjoy the beautiful view of Vijayanagara Kingdom. 11) Experience the Coracle ride on the Tungabhadra river. 12) Stay in Hippie Island and relax . 13) Enjoy the nature along the paddy fields of Hampi. On day 3, we started our journey towards Aihole. On the way we visited Kudala Sangama and seeked the blessings of Vishwaguru Basavanna. Then we reached Aihole and started exploring the art. The famous Durga Aihole temple resembles today's Indian Parliament. Aihole form the basic for the construction of Gopuram and temples. Temples to be visited in Aihole: 1) Durga Temple. 2) Lad Khan Temple. 3) Meguti Jain Temple. 4) Aihole Rockcut Shiva Temple. 5) Ravana Phadi Cave Temple Aihole. After visiting Aihole, we headed to Pattadakal. Pattadakal is a collection of Hindu and Jain temples. The carvings on these temples are artistic. Varieties of North Karnataka spicy dishes are available here. Must try things at Pattadakal: 1) Have delicious North Karnataka special meals (Jolada rotti, ennegayi). 2) Drink a glass of Buttermilk prepared by the localites. 3) Eat North Karnataka Special Mandakki. 4) Enjoy the view of temples from Pattadakal gardens. After having a delicious and spicy North Karnataka Cuisine, we headed to Badami caves. Badami is a collection of Hindu and Jain cave temples which are carved with beautiful Deities. Each cave temple has its own significance. The caves are beautifully filled with carvings of Lord Shiva and Lord Vishnu. Things to be done in Badami: 1) Visit Badami cave temple and learn the ethos of ancient art, science and carvings. 2) Enjoy the beautiful view of Agastya lake from the 4th cave temple. 3) Visit the great Banashankri Amma Temple. 4) Enjoy the mesmerizing sunset from Badami cave Temple. 4) Chill in the Agastya lake and interact with the localites. After having a delicious breakfast, we started exploring the city Bijapur. Bijapur is famous for its ancient artistic collection of places. It captures the eyes of a traveller by its famous Gol Gumbuz. Gol Gumbuz comprises of Indo-Islamic culture of style, which is built by the Adil Shah Dynasty. Ibrahim Roza is another famous tourist attraction for its art and architecture. Bijapur Bucketlist: 1) Visit Gol Gumbuz and learn the importance of ancient science and art. 2) Visit Juma Masjid, Mahatar Mahal, Jodighumat, Taj Bawadi, Bara Kaman. 3) Explore the beauty of Ibrahim Rouza Masjid for its great carvings. 4) Trek to the top of Upli Burj and enjoy the beautiful view of Bijapur City. 5) Click your pic at Malik E Maidan with the mighty cannon. 6) Visit Bijapur Archaeological Museum and learn the importance of the city. 7) Explore the city streets by riding in a Tanga. On day 5, we headed to Anjanadri betta - the birth place of Lord Hanuman. This place is covered with greenery and fresh Paddy fields. This place is also called as Kishkinda, earns this name from the great Hindu Epic Ramayana. This place provides positive vibes and energy. Anjanadri hill is also famous for vibrant sunsets. Floating stone that was used in building the Ramsettu from Rameshwaram to Sri Lankha is found in Anjanadri hill. Anjanadri has found a huge significance in the great Indian Epic Ramayana. Must try things at Anjanadri Hill: 1) Climb 550 steps to seek blessings of Lord Hanuman and enjoy the beautiful view of Hampi. 2) Bicycle ride along the roads of Anjanadri. 3) Relax with the greenery and fresh Paddy fields. 4) Visit any nearby cafe and chill with the nature. 5) Interact with the localites and understand the importance of Anjanadri. 6) Feed the Monkeys. 7) Meditate on the top of Anjanadri betta to attain inner peace. 8) Enjoy the sunset and beauty of Tungabadhra river. 9) Click your picture with the 200 years old tree.
english
{ "word": "Logrolling", "definitions": [ "The practice of exchanging favours, especially in politics by reciprocal voting for each other's proposed legislation.", "A sport in which two contestants stand on a floating log and try to knock each other off by spinning it with their feet." ], "parts-of-speech": "Noun" }
json
[{"team_id": 444, "team": "Morehead State", "id": "5888", "name": "<NAME>", "year": "Sophomore", "hometown": "Milwaukee, Wis.", "high_school": "Bryant & Stratton (Wis.)", "previous_school": null, "height": "5'9\"", "position": "Guard", "jersey": "0", "url": "/sports/womens-basketball/roster/lai-janique-perry-ellis/5888", "season": "2020-21"}, {"team_id": 444, "team": "Morehead State", "id": "5757", "name": "<NAME>", "year": "Freshman", "hometown": "Georgetown, Ky.", "high_school": "Scott County", "previous_school": null, "height": "5'5\"", "position": "Guard", "jersey": "1", "url": "/sports/womens-basketball/roster/morgan-defoor/5757", "season": "2020-21"}, {"team_id": 444, "team": "Morehead State", "id": "5754", "name": "<NAME>", "year": "Junior", "hometown": "South Webster, Ohio", "high_school": "South Webster", "previous_school": null, "height": "6'1\"", "position": "Forward", "jersey": "2", "url": "/sports/womens-basketball/roster/ellie-jo-johnson/5754", "season": "2020-21"}, {"team_id": 444, "team": "Morehead State", "id": "5758", "name": "<NAME>", "year": "Redshirt Sophomore", "hometown": "Cleveland, Ohio", "high_school": "Moberly Area (Mo.) CC", "previous_school": null, "height": "5'10\"", "position": "Guard", "jersey": "3", "url": "/sports/womens-basketball/roster/darryn-zeigler/5758", "season": "2020-21"}, {"team_id": 444, "team": "Morehead State", "id": "5750", "name": "<NAME>", "year": "Sophomore", "hometown": "Barnesville, Ga.", "high_school": "Lamar", "previous_school": null, "height": "5'10\"", "position": "Guard", "jersey": "4", "url": "/sports/womens-basketball/roster/tomiyah-alford/5750", "season": "2020-21"}, {"team_id": 444, "team": "Morehead State", "id": "5759", "name": "<NAME>", "year": "Junior", "hometown": "Evansville, Ind.", "high_school": "Dodge City (Kan.) CC", "previous_school": null, "height": "5'5\"", "position": "Guard", "jersey": "10", "url": "/sports/womens-basketball/roster/freddy-adams/5759", "season": "2020-21"}, {"team_id": 444, "team": "Morehead State", "id": "5755", "name": "<NAME>", "year": "Sophomore", "hometown": "Milwaukee, Wis.", "high_school": "Milwaukee Vincent", "previous_school": null, "height": "6'0\"", "position": "Guard", "jersey": "11", "url": "/sports/womens-basketball/roster/ariel-kirkwood/5755", "season": "2020-21"}, {"team_id": 444, "team": "Morehead State", "id": "5751", "name": "<NAME>", "year": "Redshirt Sophomore", "hometown": "High Point, N.C.", "high_school": "Campbell", "previous_school": null, "height": "6'0\"", "position": "Guard", "jersey": "12", "url": "/sports/womens-basketball/roster/lauren-carter/5751", "season": "2020-21"}, {"team_id": 444, "team": "Morehead State", "id": "5752", "name": "<NAME>", "year": "Redshirt Sophomore", "hometown": "Munford, Tenn.", "high_school": "Ole Miss", "previous_school": null, "height": "6'2\"", "position": "Forward", "jersey": "22", "url": "/sports/womens-basketball/roster/gabby-crawford/5752", "season": "2020-21"}, {"team_id": 444, "team": "Morehead State", "id": "5753", "name": "<NAME>", "year": "Senior", "hometown": "Rossville, Ga.", "high_school": "State Fair (Mo.) CC", "previous_school": null, "height": "5'9\"", "position": "Guard", "jersey": "24", "url": "/sports/womens-basketball/roster/jazzmyn-elston/5753", "season": "2020-21"}, {"team_id": 444, "team": "Morehead State", "id": "5760", "name": "<NAME>", "year": "Junior", "hometown": "Athens, Ga.", "high_school": "Central Georgia Tech", "previous_school": null, "height": "5'11\"", "position": "Guard", "jersey": "32", "url": "/sports/womens-basketball/roster/laurie-thomas/5760", "season": "2020-21"}, {"team_id": 444, "team": "Morehead State", "id": "5761", "name": "<NAME>", "year": "Redshirt Senior", "hometown": "Portsmouth, Va.", "high_school": "UMBC", "previous_school": null, "height": "5'10\"", "position": "Guard", "jersey": "42", "url": "/sports/womens-basketball/roster/tyler-moore/5761", "season": "2020-21"}]
json
Wig in Yoruba: What's Yoruba for wig? If you want to know how to say wig in Yoruba, you will find the translation here. We hope this will help you to understand Yoruba better. "Wig in Yoruba." In Different Languages, https://www.indifferentlanguages.com/words/wig/yoruba. Accessed 07 Oct 2023. Check out other translations to the Yoruba language:
english
{"code": "467", "description": "", "label": "Fehlende Krisenmanagementorganisation", "language": "DE", "uuid": "69fc18ac-4591-11e9-9173-0800277f0571"}
json
<filename>login-workflow/ng-package.json { "dest": "./dist", "lib": { "entryFile": "src/index.ts", "umdModuleIds": { "@pxblue/angular-components": "angularComponents", "@pxblue/colors": "Colors" } } }
json
<reponame>kit-data-manager/wap-server<gh_stars>1-10 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (1.8.0_151) on Sun Sep 16 17:42:23 CEST 2018 --> <title>DcTermsVocab</title> <meta name="date" content="2018-09-16"> <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="DcTermsVocab"; } } catch(err) { } //--> </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="class-use/DcTermsVocab.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-files/index-1.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/kit/scc/dem/wapsrv/model/rdf/vocabulary/AsVocab.html" title="class in edu.kit.scc.dem.wapsrv.model.rdf.vocabulary"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/LdpVocab.html" title="class in edu.kit.scc.dem.wapsrv.model.rdf.vocabulary"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html" target="_top">Frames</a></li> <li><a href="DcTermsVocab.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><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</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.kit.scc.dem.wapsrv.model.rdf.vocabulary</div> <h2 title="Class DcTermsVocab" class="title">Class DcTermsVocab</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>edu.kit.scc.dem.wapsrv.model.rdf.vocabulary.DcTermsVocab</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">DcTermsVocab</span> extends java.lang.Object</pre> <div class="block">This class provides the vocabulary for dc-terms (http://dublincore.org/documents/dcmi-terms/).</div> <dl> <dt><span class="simpleTagLabel">Version:</span></dt> <dd>1.0</dd> <dt><span class="simpleTagLabel">Author:</span></dt> <dd><NAME>, <NAME>, <NAME>, <NAME>, <NAME></dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#abstractaccessRights">abstractaccessRights</a></span></code> <div class="block">abstractaccessRights</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#abstractVoc">abstractVoc</a></span></code> <div class="block">abstract (abstract alone is a reserved term in java, hence the "_")</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#accrualMethod">accrualMethod</a></span></code> <div class="block">accrualMethod</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#accrualPeriodicity">accrualPeriodicity</a></span></code> <div class="block">accrualPeriodicity</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#accrualPolicy">accrualPolicy</a></span></code> <div class="block">accrualPolicy</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#alternative">alternative</a></span></code> <div class="block">alternative</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#audience">audience</a></span></code> <div class="block">audience</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#available">available</a></span></code> <div class="block">available</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#bibliographicCitation">bibliographicCitation</a></span></code> <div class="block">bibliographicCitation</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#conformsTo">conformsTo</a></span></code> <div class="block">conformsTo</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#contributor">contributor</a></span></code> <div class="block">contributor</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#coverage">coverage</a></span></code> <div class="block">coverage</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#created">created</a></span></code> <div class="block">created</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#creator">creator</a></span></code> <div class="block">creator</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#date">date</a></span></code> <div class="block">date</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#dateAccepted">dateAccepted</a></span></code> <div class="block">dateAccepted</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#dateCopyrighted">dateCopyrighted</a></span></code> <div class="block">dateCopyrighted</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#dateSubmitted">dateSubmitted</a></span></code> <div class="block">dateSubmitted</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#description">description</a></span></code> <div class="block">description</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#educationLevel">educationLevel</a></span></code> <div class="block">educationLevel</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#extent">extent</a></span></code> <div class="block">extent</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#format">format</a></span></code> <div class="block">format</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#hasFormat">hasFormat</a></span></code> <div class="block">hasFormat</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#hasPart">hasPart</a></span></code> <div class="block">hasPart</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#hasVersion">hasVersion</a></span></code> <div class="block">hasVersion</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#identifier">identifier</a></span></code> <div class="block">identifier</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#instructionalMethod">instructionalMethod</a></span></code> <div class="block">instructionalMethod</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#isFormatOf">isFormatOf</a></span></code> <div class="block">isFormatOf</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#isPartOf">isPartOf</a></span></code> <div class="block">isPartOf</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#isReferencedBy">isReferencedBy</a></span></code> <div class="block">isReferencedBy</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#isReplacedBy">isReplacedBy</a></span></code> <div class="block">isReplacedBy</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#isRequiredBy">isRequiredBy</a></span></code> <div class="block">isRequiredBy</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#issued">issued</a></span></code> <div class="block">issued</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#isVersionOf">isVersionOf</a></span></code> <div class="block">isVersionOf</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#language">language</a></span></code> <div class="block">language</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#license">license</a></span></code> <div class="block">license</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#mediator">mediator</a></span></code> <div class="block">mediator</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#medium">medium</a></span></code> <div class="block">medium</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#modified">modified</a></span></code> <div class="block">modified</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#provenance">provenance</a></span></code> <div class="block">provenance</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#publisher">publisher</a></span></code> <div class="block">publisher</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#references">references</a></span></code> <div class="block">references</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#relation">relation</a></span></code> <div class="block">relation</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#replaces">replaces</a></span></code> <div class="block">replaces</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#requires">requires</a></span></code> <div class="block">requires</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#rights">rights</a></span></code> <div class="block">rights</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#rightsHolder">rightsHolder</a></span></code> <div class="block">rightsHolder</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#source">source</a></span></code> <div class="block">source</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#spatial">spatial</a></span></code> <div class="block">spatial</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#subject">subject</a></span></code> <div class="block">subject</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#tableOfContents">tableOfContents</a></span></code> <div class="block">tableOfContents</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#temporal">temporal</a></span></code> <div class="block">temporal</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#title">title</a></span></code> <div class="block">title</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#type">type</a></span></code> <div class="block">type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.commons.rdf.api.IRI</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#valid">valid</a></span></code> <div class="block">valid</div> </td> </tr> </table> </li> </ul> <!-- ======== 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/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html#DcTermsVocab--">DcTermsVocab</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <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"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="abstractVoc"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abstractVoc</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI abstractVoc</pre> <div class="block">abstract (abstract alone is a reserved term in java, hence the "_")</div> </li> </ul> <a name="abstractaccessRights"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abstractaccessRights</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI abstractaccessRights</pre> <div class="block">abstractaccessRights</div> </li> </ul> <a name="accrualMethod"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>accrualMethod</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI accrualMethod</pre> <div class="block">accrualMethod</div> </li> </ul> <a name="accrualPeriodicity"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>accrualPeriodicity</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI accrualPeriodicity</pre> <div class="block">accrualPeriodicity</div> </li> </ul> <a name="accrualPolicy"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>accrualPolicy</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI accrualPolicy</pre> <div class="block">accrualPolicy</div> </li> </ul> <a name="alternative"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>alternative</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI alternative</pre> <div class="block">alternative</div> </li> </ul> <a name="audience"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>audience</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI audience</pre> <div class="block">audience</div> </li> </ul> <a name="available"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>available</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI available</pre> <div class="block">available</div> </li> </ul> <a name="bibliographicCitation"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>bibliographicCitation</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI bibliographicCitation</pre> <div class="block">bibliographicCitation</div> </li> </ul> <a name="conformsTo"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>conformsTo</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI conformsTo</pre> <div class="block">conformsTo</div> </li> </ul> <a name="contributor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>contributor</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI contributor</pre> <div class="block">contributor</div> </li> </ul> <a name="coverage"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>coverage</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI coverage</pre> <div class="block">coverage</div> </li> </ul> <a name="created"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>created</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI created</pre> <div class="block">created</div> </li> </ul> <a name="creator"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>creator</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI creator</pre> <div class="block">creator</div> </li> </ul> <a name="date"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>date</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI date</pre> <div class="block">date</div> </li> </ul> <a name="dateAccepted"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dateAccepted</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI dateAccepted</pre> <div class="block">dateAccepted</div> </li> </ul> <a name="dateCopyrighted"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dateCopyrighted</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI dateCopyrighted</pre> <div class="block">dateCopyrighted</div> </li> </ul> <a name="dateSubmitted"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dateSubmitted</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI dateSubmitted</pre> <div class="block">dateSubmitted</div> </li> </ul> <a name="description"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>description</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI description</pre> <div class="block">description</div> </li> </ul> <a name="educationLevel"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>educationLevel</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI educationLevel</pre> <div class="block">educationLevel</div> </li> </ul> <a name="extent"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>extent</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI extent</pre> <div class="block">extent</div> </li> </ul> <a name="format"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>format</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI format</pre> <div class="block">format</div> </li> </ul> <a name="hasFormat"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hasFormat</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI hasFormat</pre> <div class="block">hasFormat</div> </li> </ul> <a name="hasPart"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hasPart</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI hasPart</pre> <div class="block">hasPart</div> </li> </ul> <a name="hasVersion"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hasVersion</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI hasVersion</pre> <div class="block">hasVersion</div> </li> </ul> <a name="identifier"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>identifier</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI identifier</pre> <div class="block">identifier</div> </li> </ul> <a name="instructionalMethod"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>instructionalMethod</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI instructionalMethod</pre> <div class="block">instructionalMethod</div> </li> </ul> <a name="isFormatOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isFormatOf</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI isFormatOf</pre> <div class="block">isFormatOf</div> </li> </ul> <a name="isPartOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isPartOf</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI isPartOf</pre> <div class="block">isPartOf</div> </li> </ul> <a name="isReferencedBy"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isReferencedBy</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI isReferencedBy</pre> <div class="block">isReferencedBy</div> </li> </ul> <a name="isReplacedBy"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isReplacedBy</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI isReplacedBy</pre> <div class="block">isReplacedBy</div> </li> </ul> <a name="isRequiredBy"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isRequiredBy</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI isRequiredBy</pre> <div class="block">isRequiredBy</div> </li> </ul> <a name="issued"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>issued</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI issued</pre> <div class="block">issued</div> </li> </ul> <a name="isVersionOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isVersionOf</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI isVersionOf</pre> <div class="block">isVersionOf</div> </li> </ul> <a name="language"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>language</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI language</pre> <div class="block">language</div> </li> </ul> <a name="license"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>license</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI license</pre> <div class="block">license</div> </li> </ul> <a name="mediator"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>mediator</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI mediator</pre> <div class="block">mediator</div> </li> </ul> <a name="medium"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>medium</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI medium</pre> <div class="block">medium</div> </li> </ul> <a name="modified"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>modified</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI modified</pre> <div class="block">modified</div> </li> </ul> <a name="provenance"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>provenance</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI provenance</pre> <div class="block">provenance</div> </li> </ul> <a name="publisher"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>publisher</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI publisher</pre> <div class="block">publisher</div> </li> </ul> <a name="references"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>references</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI references</pre> <div class="block">references</div> </li> </ul> <a name="relation"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>relation</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI relation</pre> <div class="block">relation</div> </li> </ul> <a name="replaces"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>replaces</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI replaces</pre> <div class="block">replaces</div> </li> </ul> <a name="requires"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>requires</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI requires</pre> <div class="block">requires</div> </li> </ul> <a name="rights"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>rights</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI rights</pre> <div class="block">rights</div> </li> </ul> <a name="rightsHolder"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>rightsHolder</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI rightsHolder</pre> <div class="block">rightsHolder</div> </li> </ul> <a name="source"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>source</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI source</pre> <div class="block">source</div> </li> </ul> <a name="spatial"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>spatial</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI spatial</pre> <div class="block">spatial</div> </li> </ul> <a name="subject"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>subject</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI subject</pre> <div class="block">subject</div> </li> </ul> <a name="tableOfContents"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tableOfContents</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI tableOfContents</pre> <div class="block">tableOfContents</div> </li> </ul> <a name="temporal"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>temporal</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI temporal</pre> <div class="block">temporal</div> </li> </ul> <a name="title"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>title</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI title</pre> <div class="block">title</div> </li> </ul> <a name="type"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>type</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI type</pre> <div class="block">type</div> </li> </ul> <a name="valid"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>valid</h4> <pre>public static&nbsp;org.apache.commons.rdf.api.IRI valid</pre> <div class="block">valid</div> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="DcTermsVocab--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>DcTermsVocab</h4> <pre>public&nbsp;DcTermsVocab()</pre> </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="class-use/DcTermsVocab.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-files/index-1.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/kit/scc/dem/wapsrv/model/rdf/vocabulary/AsVocab.html" title="class in edu.kit.scc.dem.wapsrv.model.rdf.vocabulary"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../../../edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/LdpVocab.html" title="class in edu.kit.scc.dem.wapsrv.model.rdf.vocabulary"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?edu/kit/scc/dem/wapsrv/model/rdf/vocabulary/DcTermsVocab.html" target="_top">Frames</a></li> <li><a href="DcTermsVocab.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><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
html
Hangzhou: The torch relay for the Hangzhou Asian Games is set to commence on September 8 near the iconic West Lake, as announced during a press conference on Wednesday at the Hangzhou Asian Games Main Media Center. The torch will journey through 11 cities in Zhejiang province, including Huzhou, Jiaxing, Shaoxing, Ningbo, Zhoushan, Taizhou, Wenzhou, Lishui, Jinhua, and Quzhou, before returning to Hangzhou on Sept. 20 to complete its final leg, reports Xinhua. A total of 2,022 torchbearers will participate in the relay, ranging in age from 14 to 84 years old. In line with the games’ ethos of being “green, smart, economical, and ethical,” the planning for the Hangzhou Asian Games torch relay route emphasizes simplicity and a fitting scale. The design of the relay routes in each location accentuates the unique characteristics, historical and cultural significance, and natural beauty of the respective cities, ensuring a diverse and visually stunning journey. Furthermore, the torch relay incorporates both online and offline elements. Following the Asian Games Flame Collection Ceremony on June 15, the “Digital Torchbearer” online relay activity was launched. To date, over 760 million people have engaged with the Asian Games online torch relay, with the count of “Digital Torchbearers” surpassing 84 million.
english
/** * Open-source Game Boy inspired game. * * Created by tom_mai78101. Hobby game programming only. * * All rights copyrighted to The Pokémon Company and Nintendo. */ package item; import entity.Player; import enums.ItemCategories; import level.PixelData; import level.WorldConstants; import main.StateManager.GameState; public class Bicycle extends KeyItem { private static final String ENABLING_DESCRIPTION = "Get on bicycle."; private static final String DISABLING_DESCRIPTION = "Get off bicycle."; public Bicycle(ModdedItem text) { super(text); this.description = Bicycle.ENABLING_DESCRIPTION; } /** * The correct constructor format to use. (May 10, 2020) * * @param game * @param pixelData */ public Bicycle(PixelData pixelData, int x, int y) { super("BICYCLE", "Ride bike.", ItemCategories.KEYITEMS, pixelData.getRed()); this.pixelData = pixelData; this.pixelData.setAsItem(true); this.setPosition(x, y); } public Bicycle(String name, String description, ItemCategories category) { super("BICYCLE", Bicycle.ENABLING_DESCRIPTION, ItemCategories.KEYITEMS, WorldConstants.ITEM_BICYCLE); } @Override public void disable() { super.disable(); final Player player = this.inventory.getPlayer(); if (player.isRidingBicycle()) { Player.lockMovements(); player.enableAutomaticMode(); new Thread(() -> { try { Thread.sleep(800); player.getsOffBicycle(); Thread.sleep(800); Player.unlockMovements(); player.disableAutomaticMode(); } catch (InterruptedException e) {} }).start(); this.description = Bicycle.ENABLING_DESCRIPTION; this.inventory.getStateManager().setCurrentGameState(GameState.MAIN_GAME); } } @Override public void enable() { super.enable(); final Player player = this.inventory.getPlayer(); if (!player.isRidingBicycle()) { Player.lockMovements(); player.enableAutomaticMode(); new Thread(() -> { try { Thread.sleep(800); player.startsRidingBicycle(); Thread.sleep(800); Player.unlockMovements(); player.disableAutomaticMode(); } catch (InterruptedException e) {} }).start(); this.description = Bicycle.DISABLING_DESCRIPTION; this.inventory.getStateManager().setCurrentGameState(GameState.MAIN_GAME); } } }
java
Shijiazhuang (China), Feb 10 (IANS) Coach Manuel Pelligrini on Friday said he hopes to help Chinese football club Hebei China Fortune win a seat in the AFC Champions League in 2018, as he heads to Hebei for his first complete season. His team met in early February in the southern Spanish city of Marbella for practice focusing on skill and tactics after a series of signings of homegrown players, including former La Liga defender Zhang Chengdong and Chinese national team midfielder Yin Hongbo, reports Xinhua. Pelligrini said in a written interview that he is satisfied with the team’s reinforcements, and expects local talent to play a bigger role in the coming season, which will be key to narrowing the gap between Hebei and the top-flight CSL sides. The training in Spain mainly focused on improving the skills of the team’s Chinese talent, said the former Manchester City tactician. He urged the 31-strong training team to strive for physical and tactical progress in each of the practice games. During the last CSL season, injury-bound China Fortune finished a mere seventh place in the league and missed the opportunity to play in the AFC. The result came despite the team boasting former Roma winger Gervinho, Chelsea midfielder Gael Kakuta and Argentina international Ezequiel Lavezzi among its ranks. Less than a month before the new season starts, Pelligrini estimates that there are six to seven Chinese teams strong enough to compete for the Champions League slots, but said Hebei will try its best to qualify for 2018. Last month, a new CSL policy came into effect stipulating that any team can have at most three foreign players registered in match-day rosters, along with at least two under-23 Chinese players, one of whom should be included in the starting 11. The 63-year-old coach expressed his support for the newly-introduced measure that promotes presence of young Chinese footballers in China’s top league and encouraged China Fortune’s U-23s to seize the opportunity provided by the new rules. But he maintained it would be better tactically if a team could use four non-Asian players per game, while suggesting that Chinese players log more playing time against high-level foreign footballers in order to improve their skills. China’s national team, coached by Italy’s 2006 World Cup-winning team coach Marcello Lippi, will play South Korea in a must-win 2018 World Cup qualifier on home soil in late March. Currently, China sit at the bottom of Group A with two points, nine points adrift of group leaders Iran. China will likely face an early exit from the group if it cannot beat the visiting Koreans. Pelligrini suggested the Chinese national team double their efforts if they want to survive the qualifiers, pledging to do his part to help China return to the World Cup. It is a club coach’s responsibility to show support for the national team, Pelligrini added.
english
<reponame>nhicung/squishy-squirrel<filename>SquishySquirrel/Library/StateCache/Hierarchy/b8dbf7-9c24c4eed4b324874b.json {"m_ExpandedPrefabGameObjectFileIDs":[6791779760557776665,6791779760470910125,1707098175007479487],"m_ExpandedSceneGameObjectInstanceIDs":[],"m_ScrollY":0.0,"m_LastClickedFileID":6791779760557776665,"m_LastClickedInstanceID":0}
json
<reponame>bundestag/dip21-daten { "vorgangId": "260901", "VORGANG": { "WAHLPERIODE": "19", "VORGANGSTYP": "Kleine Anfrage", "TITEL": "Bevölkerungsschutz im Falle einer Pandemie", "INITIATIVE": "Fraktion der AfD", "AKTUELLER_STAND": "Beantwortet", "SIGNATUR": "", "GESTA_ORDNUNGSNUMMER": "", "WICHTIGE_DRUCKSACHE": [ { "DRS_HERAUSGEBER": "BT", "DRS_NUMMER": "19/18337", "DRS_TYP": "Kleine Anfrage", "DRS_LINK": "http://dipbt.bundestag.de:80/dip21/btd/19/183/1918337.pdf" }, { "DRS_HERAUSGEBER": "BT", "DRS_NUMMER": "19/18920", "DRS_TYP": "Antwort", "DRS_LINK": "http://dipbt.bundestag.de:80/dip21/btd/19/189/1918920.pdf" } ], "EU_DOK_NR": "", "SACHGEBIET": "Gesundheit", "SCHLAGWORT": [ "Arzneimittelversorgung", "Bericht der Bundesregierung", "China", { "_fundstelle": "true", "__cdata": "COVID-19" }, "Desinfektion", { "_fundstelle": "true", "__cdata": "Epidemie" }, { "_fundstelle": "true", "__cdata": "Gesundheitsschutz" }, "Grundrechtsbeschränkung", "Humanitäre Hilfe", "Intensivmedizin", "Krankenhausbehandlung", "Notfallvorsorge", "Schutzausrüstung", "Schutzkleidung", "Seuchenbekämpfung" ], "ABSTRAKT": "Vorräte an medizinischer Schutzausrüstung, Medizinprodukten und lebenswichtigen Arzneimitteln, Intensivbetten in Deutschland, kurzfristige Aufstockung der Bettenzahlen, deutsche Hilfslieferungen an China zur Pandemiebekämpfung; Umsetzung von Handlungsempfehlungen aus dem Bericht zur Risikoanalyse im Bevölkerungsschutz 2017, etwaige Einschränkungen von Grundrechten gemäß Infektionsschutzgesetz \r\n(insgesamt 11 Einzelfragen mit zahlreichen Unterfragen)" }, "VORGANGSABLAUF": { "VORGANGSPOSITION": [ { "ZUORDNUNG": "BT", "URHEBER": "Kleine Anfrage, Urheber : Fraktion der AfD ", "FUNDSTELLE": "24.03.2020 - BT-Drucksache 19/18337", "FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/btd/19/183/1918337.pdf", "PERSOENLICHER_URHEBER": [ { "VORNAME": "Martin", "NACHNAME": "Sichert", "FUNKTION": "MdB", "FRAKTION": "AfD", "AKTIVITAETSART": "Kleine Anfrage" }, { "VORNAME": "Detlev", "NACHNAME": "Spangenberg", "FUNKTION": "MdB", "FRAKTION": "AfD", "AKTIVITAETSART": "Kleine Anfrage" } ] }, { "ZUORDNUNG": "BT", "URHEBER": "Antwort, Urheber : Bundesregierung, Bundesministerium für Gesundheit (federführend)", "FUNDSTELLE": "05.05.2020 - BT-Drucksache 19/18920", "FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/btd/19/189/1918920.pdf" } ] } }
json
export { default } from 'ilios-common/models/mesh-term';
javascript
<reponame>CardanoFreaks/rarity-analyzer {"nft":{"id":"1879","name":"PixelFreak #01879","description":"They call us ugly, and misfits, but we prefer to call ourselves freaks","image":"ipfs://Qmf8Wq8hF4AiucsVTLo3CAYZoqK7p3n2KGvTkg7YnPctyz","attributes":[{"trait_type":"pet","value":"None"},{"trait_type":"body","value":"Model D"},{"trait_type":"eyes","value":"Trio Glass"},{"trait_type":"head","value":"Mol"},{"trait_type":"nose","value":"Pixel"},{"trait_type":"extra","value":"Rasta"},{"trait_type":"mouth","value":"Hairy"},{"trait_type":"background","value":"RandomColor"},{"trait_type":"Trait Count","value":"8"}]},"attributeRarities":[{"trait_type":"pet","value":"None","count":9511,"ratio":0.9511,"ratioScore":1.0514141520344864},{"trait_type":"body","value":"Model D","count":163,"ratio":0.0163,"ratioScore":61.34969325153375},{"trait_type":"eyes","value":"Trio Glass","count":319,"ratio":0.0319,"ratioScore":31.347962382445143},{"trait_type":"head","value":"Mol","count":759,"ratio":0.0759,"ratioScore":13.175230566534916},{"trait_type":"nose","value":"Pixel","count":1464,"ratio":0.1464,"ratioScore":6.830601092896175},{"trait_type":"extra","value":"Rasta","count":662,"ratio":0.0662,"ratioScore":15.105740181268883},{"trait_type":"mouth","value":"Hairy","count":420,"ratio":0.042,"ratioScore":23.809523809523807},{"trait_type":"background","value":"RandomColor","count":9595,"ratio":0.9595,"ratioScore":1.0422094841063054},{"trait_type":"Trait Count","value":"8","count":10000,"ratio":1,"ratioScore":1}],"rarityScore":154.71237492034345,"rank":7763}
json
{"dataset":"brownfield-land","datetime":"2020-01-13T00:09:22.356448","elapsed":"0.563","exception":"SSLError","organisation":"local-authority-eng:POL","url":"https://www.poole.gov.uk/EasySiteWeb/GatewayLink.aspx?alId=42476"}
json
For the past few weeks, protests have erupted across the country marching against the unfair treatment of Black people by law enforcement. While police brutality in the Black community is not a new phenomenon, the topic was brought to the forefront after the death of George Floyd while he was being arrested by Minneapolis police officers. Comic Kenny DeForest recently shared a Twitter thread about the time his good friend Dave Chapelle made a surprise appearance at the Knit in Williamsburg, Brooklyn back in 2015. Instead of his usual set, Chapelle took the opportunity to educate the audience about the complicated history between Black people and police. It was an eye-opening experience and many in the audience appreciated how Chapelle broached the difficult subject. The audience is mixed and feeling good. But the tone of the show changes. Chapelle knows his history. He patiently puts the white audience members in their places. John Crawford III was killed for looking at a BB gun for sale inside a Walmart. There was very little media coverage over the incident. Then Chapelle tells his own story about getting pulled over by law enforcement. He didn’t know what could happen to him. This was the same officer who would later gun down Crawford. Then, Chapelle goes further back in time to South Africa’s reckoning with racism. Later, the white girl with the hat wanted to meet him. Chapelle was glad to have her come back. She admits her eyes were opened to the true and inexcusable racism Black people deal with on a daily basis. She wants to be part of the change for good. He has taken his time and energy to educate her and the rest of the audience. So gracious. A class act. He inspired his audience to be part of the critical mass. There’s never been a more perfect time than now to post this thread. I think Chapelle would approve. Fans of DeForest and Chapelle recalled being there that night. It even inspired some great art. It can’t be easy to talk about his experience over again, but he does it to be part of the solution. If you remember his Chapelle Show, you may remember how funny it was but also how smart. Nothing was off limits. Chapelle is a brilliant comic who makes you think. One of the best parts of this thread is hearing his voice throughout. People, let’s start caring and get this critical mass moving!
english
Kasaragod: The police have managed to establish the sequence of events just before and after the Periya double murder after analysing the statements of the arrested suspects. Only one among the eight suspects is still absconding. The arrested are: Peethambaran, his friend Saji George, Suresh, Gijin, Anil, Sreerag and Ashwin. The gang of CPM activists had hacked to death Youth Congress workers Kripesh and Sharathlal on Sunday. * Prime accused Peethambaran had planned the vendetta attack together with his friend Saji after the former sustained injuries in an attack allegedly by Congress activists. * Sharathlal’s movements were being monitored since he was the target. The gang received the message on February 17 that he had left an event venue. * The gang waited in a rubber plantation near Kalliyat school. Vehicles to flee scene after murder were on standby. * The gang pounced on Kripesh and Sharathlal’s bike as it approached. Sharathlal identified the gang members and tried to speed off. A kick to the bike made it tip over towards KM Suresh, another arrested accused in the case. Suresh swung a sword and injured Kripesh. * A fatally wounded Kripesh ran from the scene in pain. The gang then turned to Sharathlal. The handle of the sword came off and injured Suresh’s right palm as he kept swinging it. They hacked Sarathlal many times and left. Most weapons were discarded in a dry well. But one of them kept his new weapon. He discarded it later at another location. The police are yet to retrieve it. * The assailants got on to three different vehicles and left for different locations. Saji’s vehicle carried three, while other two vehicles carried two each. * They reached Velutholi, a party stronghold, first and then another, where they received legal advice on statements to be given to police. * The police have seized Saji’s vehicle which was found abandoned. (Saji, absolving himself of murder, had told media he merely drove the vehicle. A suspect in five other cases, Saji has been involved in political ruckus earlier too. The tile businessman is a long-time friend of Peethambaran) Efforts to arrest Saji were scuttled by party members. He surrendered on February 19, a day after his friend and prime accused in the case A Peethambaran was taken in by the cops. * The bike found at the crime scene belongs to someone from Echiladukka, Kannur. Another jeep is also under police scanner. The probe into the Periya twin murder case was handed over to the Crime Branch from the local police on Thursday. Though the family of the slain Youth Congress workers as well as the Congress party had requested for an investigation by the Central Bureau of Investigation, the change in the investigation agency was unlikely.
english
<reponame>Abilein/yopropongo<filename>app/src/main/java/com/xiberty/propongo/credentials/LoginContract.java package com.xiberty.propongo.credentials; import android.content.Context; import com.xiberty.propongo.accounts.AccountService; import com.xiberty.propongo.councils.models.ProposalResponse; import com.xiberty.propongo.credentials.responses.OAuthCredential; public class LoginContract { public interface View { void showProgress(); void hideProgress(); void signInHandler(); void forgotPasswordHandler(); void facebookSignHandler(); void signInSuccess(OAuthCredential credential); void signInError(String message); void getProfileSuccess(); void getProfileError(String message); } public interface Presenter { void onCreate(); void onDestroy(); void getProfile(Context contex, AccountService aService); void login(Context context, String user, String password); void facebookLogin(Context context, String facebookToken); } }
java
<gh_stars>0 { "meta_name": "meta_range_expected", "meta_type": "type-section", "meta_description": [ "Gives the expected range for the values corresponding to this meta_info_entry" ], "meta_parent_section": "meta_info_entry", "meta_repeats": true, "meta_required": false }
json
{ "vorgangId": "7433", "VORGANG": { "WAHLPERIODE": "16", "VORGANGSTYP": "Schriftliche Frage", "TITEL": "Nichtbefassung der vom Justizministerium geleiteten Arbeitsgruppe des Nationalen Integrationsplans \"Lebenssituation von Frauen und Mädchen verbessern - Gleichberechtigung verwirklichen\" mit der aufenthaltsrechtlichen Situation zwangsverheirateter Migrantinnen sowie Haltung der Bundesregierung zu den Forderungen von Frauenorganisationen nach aufenthaltsrechtlicher Besserstellung zwangsverheirateter Frauen (G-SIG: 16051797)", "AKTUELLER_STAND": "Beantwortet", "SIGNATUR": "", "GESTA_ORDNUNGSNUMMER": "", "WICHTIGE_DRUCKSACHE": { "DRS_HERAUSGEBER": "BT", "DRS_NUMMER": "16/4914", "DRS_TYP": "Schriftliche Fragen", "DRS_LINK": "http://dipbt.bundestag.de:80/dip21/btd/16/049/1604914.pdf" }, "EU_DOK_NR": "", "SCHLAGWORT": [ "Aufenthaltsrecht", "Frau", "Gleichberechtigung von Mann und Frau", "Migration", { "_fundstelle": "true", "__cdata": "Zwangsheirat" } ], "ABSTRAKT": "" }, "VORGANGSABLAUF": { "VORGANGSPOSITION": { "ZUORDNUNG": "BT", "URHEBER": "Schriftliche Frage/Schriftliche Antwort ", "FUNDSTELLE": "30.03.2007 - BT-Drucksache 16/4914, Nr. 19, 20", "FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/btd/16/049/1604914.pdf", "PERSOENLICHER_URHEBER": [ { "VORNAME": "Johann", "NACHNAME": "Hahlen", "FUNKTION": "Staatssekr.", "RESSORT": "Bundesministerium des Innern", "AKTIVITAETSART": "Antwort" }, { "VORNAME": "<NAME>", "NACHNAME": "Winkler", "FUNKTION": "MdB", "FRAKTION": "BÜNDNIS 90/DIE GRÜNEN", "AKTIVITAETSART": "Frage" } ] } } }
json
<reponame>Nelsonmwaura/My-Portfolio <!DOCTYPE html> <head> <title>My Programming Portfolio</title> <link href="styles.css" rel="stylesheet" type="text/css"> <style> span{ color: hsla(0deg, 50%, 40%, 0.5); background-color:#FFC300 ; } div{ color: hsla(0deg, 50%, 100%, 0.5); background-color:#9FA4A4 ; } </style> </head> <body> <h1><u>Independent Project-Portfolio</u></h1> <h3> This website is to show my Work.Teamwork is necessary for Success </h3> <div class="Reason"> <p> <img src="pics/teamwork.jpg" alt="A photo of something that represents Me"> <br> I believe my reason for taking a class in Programming is because i didn't have the necessary skills to build My Career after finishing my University Education. It is also clear to me that learning and doing things practical are two diffrent things since in University they don't really teach the technical part of Programming. </br> So being able to specialize in Programming will enable me to advance as a Developer an be able to work on my own as Self-employed and get a better understanding of the Programming world. </p> </div> <h3>About Me:</h3> <h2><u>Background</u></h2> <p> <h4><br>NAME:<u><strong><NAME></strong></u></br> </h4> <ul> <li>2019-2016: JOMO KENYATTA UNIVERSITY OF AGRICULTURE AND TECHNOLOGY :<span >Bachelor in Business Information Technology</span></li> <li>2015-2016: <span> Working at Euro-Direct</span></li> <li>2015-2014: ICDL (International Computer Driving License) :<span >ICDL CERTIFICATE</span></li> <li>2014-2011: ST.HANNAHS HIGH SCHOOL :<span>KCSE GRADE : B-</span ></li> <li>2010-2007: ST.PAUL THOMAS ACADEMY PRIMARY SCHOOL :KCPE GRADE : <span >306</span></li> </ul> </p> <h3><u>HOBBIES</u></h3> <ul> <li><strong>Playing basketball</strong></li> <li><strong>Socializing</strong></li> <li><strong>Travelling</strong></li> <li><strong>Programming</strong></li> <li><strong>Reading</strong></li> </ul> <div class="Links"> <p>Through a list of projects i have created with active links to them below:> <br>These websites used only<span >HTML5</span> and <span >CSS</span></br> </p> <ol> <li><a href="https://nelsonmwaura.github.io/MY-FIRST-WEBPAGE/"><u>My-First-Webpage.</u></li> <li><a href="https://nelsonmwaura.github.io/Resort-Website/"><u>Resort-Website</u></li> <li><a href="https://nelsonmwaura.github.io/cookie-recipe-1/"><u>cookie-recipe</u></li> </ol> </div> </body> </html>
html
Stock of Adani Green Energy fell 4. 45 per cent, Adani Total Gas went lower by 4. 28 per cent and Adani Transmission declined by 1. 33 per cent. ( Image Source : Getty ) Out of the ten listed Adani Group stocks, seven ended in the positive territory on Wednesday, with Adani Enterprises rallying nearly 9 per cent. Shares of Adani Enterprises jumped 8. 75 per cent, the most among the group stocks on the BSE. Adani Ports rallied 7. 25 per cent, Adani Wilmar went up by 5 per cent, NDTV advanced by 4. 99 per cent, Adani Power climbed 4. 98 per cent, Ambuja Cements (1. 52 per cent) and ACC (0. 78 per cent). However, the stock of Adani Green Energy fell 4. 45 per cent, Adani Total Gas went lower by 4. 28 per cent and Adani Transmission declined by 1. 33 per cent. In the equity market, the 30-share BSE Sensex climbed 346. 37 points or 0. 60 per cent to finish at 57,960. 09. Shares of all the ten listed firms of Adani Group ended lower for the second day in a row on Tuesday, with Adani Enterprises tumbling 7 per cent. The group stocks were down on Tuesday amid reports on debt payments not matching with pledged shares data. Billionaire Gautam Adani-led promoter group has paid off all of the $2. 15 billion loans taken pledging their shares in the conglomerate, and only debt at the operating company level remains, Adani Group said, seeking to assure investors of its ability to repay debt. Adani Group in a statement termed reports of the group not completing repayment of $2. 15 billion share-backed debt "baseless and deliberately mischievous". "Adani has completed full prepayment of margin-linked share-backed financing aggregating to $2. 15 billion (as was announced on March 12), and all corresponding shares pledged for those facilities have been released," it said. While "all share-backed facilities availed by the promoters have been paid off", residual pledges pertain to debt taken by operating companies, it said. The statement came after reports cited exchange filings showing banks not releasing a large portion of the promoters' shares held as collateral to suggest that the debt hasn't been fully paid off.
english
<gh_stars>0 <title>Qual ID</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/milligram/1.4.1/milligram.css" /> <body class="container"> <h1>Welcome to the Qual ID RESTful API</h1> <h2>'categories' Endpoint</h2> <p> This endpoint will return a list of available categories. Each one can be used in the pattern parameter in the url. </p> <h2>'get' Endpoint</h2> <p> This endpoint will return qualitative ID's based on the <i>pattern</i> and <i>number</i> parameters. </p> <h3>'pattern' Parameter</h3> <p> A valid pattern is given as a list of categories, seperated by hyphens ('-'). This will determine the pattern that the Qual IDs will follow. For example the pattern <code>food-animal</code> would return results composed of a <code>food</code> and an <code>animal</code>. </p> <p> Up to 5 categories can be joined together to make a pattern. Additionally, the word <code>random</code> can be given in place of a category, and a random category will be used. </p> <h3>'number' Parameter</h3> <p> The number parameter simply dictates how many Qual IDs following a given pattern will be returned. If this parameter is omitted it will default to 1. </p> <h3>An Example Request</h3> <p>Here is an example URL for the 'get' endpoint:</p> <code>https://qual-id.herokuapp.com/get/?pattern=food-animal&number=3</code> <p> <br /> This would return 3 Qual IDs following the pattern of <code>food-animal</code>. An example response would be: </p> <code>{"data":["apple-dog","waffle-dog","cookie-snake"]}</code> </body>
html
<gh_stars>0 .buttonMenu:hover,.buttonMenu:active,.buttonMenu:visited { background: #125773 !important; box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(17, 87, 115, 0.4); }
css
const error = require('../console/error') const run = ({ dependencies, state, main }) => dependencies != null ? run({ state, main: main(dependencies) }) : main(state).catch((dependencies || {}).error || error) module.exports = run
javascript
import { html, PolymerElement } from '@polymer/polymer/polymer-element.js'; import {GridConfiguration} from "./core/index" import CTd from "./c-td"; export default class CPager extends PolymerElement { static get template() { return html` <style> </style> <template is="dom-repeat" items="{{pages}}"> <a href="">{{item}}</a> </template> `; } static get properties() { return { prop1: { type: String, value: 'c-pager', }, gridConfiguration: { type: Object, value: {} }, data: { type: Array, }, pages: { type: Array, computed: "_computePages(gridConfiguration.numOfPages)" }, }; } ready() { super.ready(); // this.data = axios.get(gridConfiguration.urlCompile(gridConfiguration)) } _computePages(numOfPages) { return [...Array(numOfPages).keys()] } } window.customElements.define('c-pager', CPager);
javascript
Fortyone security personnel sustained injuries when they jumped from a height of 20 feet into a drain to save their lives when violence broke out in the Red Fort premises on Tuesday, said the Delhi police. A senior police officer said adequate number of security personnel were deployed to prevent the protesters from entering the Red Fort but they were outnumbered by the protesters. “We just prevented the protesters from entering the Red Fort and they turned violent. They attacked security personnel with iron rods, sticks and pelted stones at them. Many police personnel received injuries after they jumped into the drain located in the periphery of the Red Fort. They were rushed to a hospital,” said a police officer. The officer said after the policemen fell into the drain, protesters kept hitting them with stones. At the Lal Qila, they broke the gates and entered the wells of the Red Fort. A section of the crowd also managed to climb atop the ramparts where they hoisted their organisation’s flag. With great efforts, the Delhi police managed to remove the crowd from the ramparts and the vicinity, said the Delhi police.
english
{ "interval_options": { "weekly": "Weekly", "monthly": "Monthly", "quarterly": "Quarterly", "halfyearly": "Halfyearly", "yearly": "Yearly" }, "time_options": { "first": "1st", "second": "2nd", "third": "3rd", "fourth": "4th", "fifth": "5th" }, "recurring_date_error": "Date should be greater than today", "recurring_all_field_required": "All * fields should be valid and filled", "recurring_account": "Recurring Account", "never_expire": "Never expire", "interval": "Interval", "select_interval": "Select Interval", "type_to_search": "Type to search...", "search_here": "Search here...", "invoice_type": "Invoice Type", "last_invoice_date": "Last Invoice Date", "search_invoice_no": "Search Invoice No.", "search_customer_name": "Search Customer Name", "bulk_note": "Bulk Note", "generate_eway_bill": "Generate E-way Bill", "next_invoice_date": "Next Invoice Date", "invoice_amount": "Invoice Amt", "search_field": "Search [FIELD]", "active": "Active", "inactive": "InActive" }
json
Senior Bangladesh batsman, Tamim Iqbal has admitted the team is capable of performing better than what they did in the first Test against the Windies at Antigua. Meanwhile, Bangladesh found Windies attack to be tough to tackle on a challenging wicket, as they lost by an innings and 219 runs. The hosts crushed them within three days as the batsmen failed to apply themselves. The host bowl out Bangladesh for a mere 43, their lowest ever score in the first innings. Furthermore, the second innings was only marginally better losing six wickets for 62 runs at the close of second day’s play, after Windies piled 403 runs in their first innings. “We are shocked like everyone else as we know we are capable of performing better than what we did [in the opening game],” Tamim confessed. “We are not trying to make any excuses as we are aware that our mistakes were responsible for our downfall. The way we performed certainly cannot be acceptable,” he added. Tamim admitted they are eyeing a comeback in the second Test through better performance. Furthermore, he also urged his teammates to keep confidence in their abilities. “For us, the most important thing is to have faith on our abilities and back ourselves,” said Tamim. “We must trust our own ability and believe that we can score big runs in difficult conditions. We have to believe that we are better than our opponent, both individually and team-wise,” he added. Bangladesh went into this series ahead of the Windies in the ICC Test Team Ranking. However, an outcome of 1-0 in the series will ensure the hosts go past their opponents. “The way Sohan [Nurul Hasan] batted and received the support from the lower order [Rubel Hossain] in the opening Test, it suggests that if we can manage to stay at the wicket we are capable of scoring runs,” Tamim concluded.
english
import sys import numpy as np import scipy.integrate import scipy.special from ._dblquad import dblquad HAVE_PYGSL = False try: import pygsl.integrate import pygsl.sf HAVE_PYGSL = True except ImportError: pass class BinEB(object): def __init__( self, tmin, tmax, Nb, windows=None, linear=False, useArcmin=True, fname=None ): if fname is not None: self.read_data(fname) else: # set basic params if useArcmin: am2r = np.pi / 180.0 / 60.0 else: am2r = 1.0 self.Nb = Nb self.L = tmin * am2r self.H = tmax * am2r if linear: self.Lb = (self.H - self.L) / Nb * np.arange(Nb) + self.L self.Hb = (self.H - self.L) / Nb * (np.arange(Nb) + 1.0) + self.L else: self.Lb = np.exp(np.log(self.H / self.L) / Nb * np.arange(Nb)) * self.L self.Hb = ( np.exp(np.log(self.H / self.L) / Nb * (np.arange(Nb) + 1.0)) * self.L ) self.have_ell_win = False # make the bin window functions if windows is None: def _make_geomwin(L, H): return lambda x: 2.0 * x / (H * H - L * L) self.windows = [] for i in range(self.Nb): self.windows.append(_make_geomwin(self.Lb[i], self.Hb[i])) else: def _make_normwin(winf, norm): return lambda x: winf(x / am2r) / norm self.windows = [] assert ( len(windows) == Nb ), "binEB requires as many windows as angular bins!" for i in range(self.Nb): twin = _make_normwin(windows[i], 1.0) norm, err = scipy.integrate.quad(twin, self.Lb[i], self.Hb[i]) self.windows.append(_make_normwin(windows[i], norm)) # get fa and fb self.fa = np.zeros(self.Nb) self.fa[:] = 1.0 if HAVE_PYGSL: limit = 10 epsabs = 1e-8 epsrel = 1e-8 w = pygsl.integrate.workspace(limit) def fb_int(x, args): win = args[0] return win(x) * x * x self.fb = np.zeros(self.Nb) for i in range(self.Nb): args = [self.windows[i]] f = pygsl.integrate.gsl_function(fb_int, args) code, val, err = pygsl.integrate.qags( f, self.Lb[i], self.Hb[i], epsabs, epsrel, limit, w ) self.fb[i] = val else: def fb_int(x, win): return win(x) * x * x self.fb = np.zeros(self.Nb) for i in range(self.Nb): val, err = scipy.integrate.quad( fb_int, self.Lb[i], self.Hb[i], args=(self.windows[i],) ) self.fb[i] = val self.fa_on = self.fa / np.sqrt(np.sum(self.fa * self.fa)) self.fb_on = self.fb - self.fa * np.sum(self.fa * self.fb) / np.sum( self.fa * self.fa ) self.fb_on = self.fb_on / np.sqrt(np.sum(self.fb_on * self.fb_on)) # get Mplus matrix if HAVE_PYGSL: limit = 10 epsabs = 1e-8 epsrel = 1e-8 w = pygsl.integrate.workspace(limit) def knorm_int(x, args): win = args[0] return win(x) * win(x) / x knorm = np.zeros(self.Nb) for i in range(self.Nb): args = [self.windows[i]] f = pygsl.integrate.gsl_function(knorm_int, args) code, val, err = pygsl.integrate.qags( f, self.Lb[i], self.Hb[i], epsabs, epsrel, limit, w ) knorm[i] = val self.invnorm = knorm def inv2_int(x, args): win = args[0] return win(x) / x / x inv2 = np.zeros(self.Nb) for i in range(self.Nb): args = [self.windows[i]] f = pygsl.integrate.gsl_function(inv2_int, args) code, val, err = pygsl.integrate.qags( f, self.Lb[i], self.Hb[i], epsabs, epsrel, limit, w ) inv2[i] = val def inv4_int(x, args): win = args[0] return win(x) / x / x / x / x inv4 = np.zeros(self.Nb) for i in range(self.Nb): args = [self.windows[i]] f = pygsl.integrate.gsl_function(inv4_int, args) code, val, err = pygsl.integrate.qags( f, self.Lb[i], self.Hb[i], epsabs, epsrel, limit, w ) inv4[i] = val else: def knorm_int(x, win): return win(x) * win(x) / x knorm = np.zeros(self.Nb) for i in range(self.Nb): val, err = scipy.integrate.quad( knorm_int, self.Lb[i], self.Hb[i], args=(self.windows[i],) ) knorm[i] = val self.invnorm = knorm def inv2_int(x, win): return win(x) / x / x inv2 = np.zeros(self.Nb) for i in range(self.Nb): val, err = scipy.integrate.quad( inv2_int, self.Lb[i], self.Hb[i], args=(self.windows[i],) ) inv2[i] = val def inv4_int(x, win): return win(x) / x / x / x / x inv4 = np.zeros(self.Nb) for i in range(self.Nb): val, err = scipy.integrate.quad( inv4_int, self.Lb[i], self.Hb[i], args=(self.windows[i],) ) inv4[i] = val if HAVE_PYGSL: def _mp_int(p, args): t = args[0] k = args[1] i = args[2] if p > t: val = ( (4.0 / p / p - 12.0 * t * t / p / p / p / p) * self.windows[k](p) * self.windows[i](t) ) else: val = 0.0 return val else: def _mp_int(p, t, k, i): if p > t: return ( (4.0 / p / p - 12.0 * t * t / p / p / p / p) * self.windows[k](p) * self.windows[i](t) ) else: return 0.0 self.mp = np.zeros((self.Nb, self.Nb)) for k in range(self.Nb): # sys.stdout.write("|") for i in range(self.Nb): if windows is None: if i < k: self.mp[k, i] += ( 2.0 / (self.Hb[i] * self.Hb[i] - self.Lb[i] * self.Lb[i]) * ( 2.0 * ( self.Hb[i] * self.Hb[i] - self.Lb[i] * self.Lb[i] ) * np.log(self.Hb[k] / self.Lb[k]) + 3.0 / 2.0 * ( np.power(self.Hb[i], 4.0) - np.power(self.Lb[i], 4.0) ) * ( 1.0 / self.Hb[k] / self.Hb[k] - 1.0 / self.Lb[k] / self.Lb[k] ) ) ) if k == i: self.mp[k, i] += 1.0 self.mp[k, i] += ( 2.0 / (self.Hb[i] * self.Hb[i] - self.Lb[i] * self.Lb[i]) * ( -0.5 * ( self.Hb[k] * self.Hb[k] - self.Lb[k] * self.Lb[k] ) - 2.0 * self.Lb[i] * self.Lb[i] * np.log(self.Hb[k] / self.Lb[k]) - 3.0 / 2.0 * np.power(self.Lb[i], 4.0) * ( 1.0 / self.Hb[k] / self.Hb[k] - 1.0 / self.Lb[k] / self.Lb[k] ) ) ) else: if k == i: self.mp[k, i] += 1.0 val = dblquad( _mp_int, self.Lb[i], self.Hb[i], lambda x: self.Lb[k], lambda x: self.Hb[k], args=(k, i), ) self.mp[k, i] += val / knorm[k] if i < k: self.mp[k, i] = ( 4.0 * inv2[k] - 12.0 * inv4[k] * self.fb[i] ) / knorm[k] # sys.stdout.write("\n") if HAVE_PYGSL: def _mm_int(p, args): t = args[0] k = args[1] i = args[2] if t > p: val = ( (4.0 / t / t - 12.0 * p * p / t / t / t / t) * self.windows[k](p) * self.windows[i](t) ) else: val = 0.0 return val else: def _mm_int(p, t, k, i): if t > p: return ( (4.0 / t / t - 12.0 * p * p / t / t / t / t) * self.windows[k](p) * self.windows[i](t) ) else: return 0.0 self.mm = np.zeros((self.Nb, self.Nb)) for k in range(self.Nb): # sys.stdout.write("|") for i in range(self.Nb): if windows is None: if i > k: self.mm[k, i] += ( 2.0 / (self.Hb[i] * self.Hb[i] - self.Lb[i] * self.Lb[i]) * ( 2.0 * ( self.Hb[k] * self.Hb[k] - self.Lb[k] * self.Lb[k] ) * np.log(self.Hb[i] / self.Lb[i]) + 3.0 / 2.0 * ( np.power(self.Hb[k], 4.0) - np.power(self.Lb[k], 4.0) ) * ( 1.0 / self.Hb[i] / self.Hb[i] - 1.0 / self.Lb[i] / self.Lb[i] ) ) ) if k == i: self.mm[k, i] += 1.0 self.mm[k, i] += ( 2.0 / (self.Hb[i] * self.Hb[i] - self.Lb[i] * self.Lb[i]) * ( 0.5 * ( -1.0 * self.Hb[k] * self.Hb[k] + self.Lb[k] * self.Lb[k] * ( 4.0 - 3.0 * self.Lb[k] * self.Lb[k] / self.Hb[i] / self.Hb[i] - 4.0 * np.log(self.Hb[i] / self.Lb[k]) ) ) ) ) else: if k == i: self.mm[k, i] += 1.0 val = dblquad( _mm_int, self.Lb[i], self.Hb[i], lambda x: self.Lb[k], lambda x: self.Hb[k], args=(k, i), ) self.mm[k, i] += val / knorm[k] if i > k: self.mm[k, i] = ( 4.0 * inv2[i] - 12.0 * inv4[i] * self.fb[k] ) / knorm[k] # sys.stdout.write("\n") # compute the ell windows self.comp_ell_windows() def comp_ell_windows(self): # get the windows in ell self.have_ell_win = True if HAVE_PYGSL: def ellwin_int(theta, args): ell = args[0] win = args[1] n = args[2] return (pygsl.sf.bessel_Jn(n, ell * theta))[0] * win(theta) else: def ellwin_int(theta, ell, win, n): return scipy.special.jn(n, ell * theta) * win(theta) self.ellv = np.logspace(0.0, 5.5, 1500) self.ellwindowsJ0 = np.zeros((self.Nb, len(self.ellv))) self.ellwindowsJ4 = np.zeros((self.Nb, len(self.ellv))) for i in range(self.Nb): sys.stdout.write("|") sys.stdout.flush() if HAVE_PYGSL: epsabs = 1e-6 epsrel = 1e-6 limit = 1000 w = pygsl.integrate.workspace(limit) for j, ell in enumerate(self.ellv): args = [ell, self.windows[i], 0] f = pygsl.integrate.gsl_function(ellwin_int, args) # code,val,err = pygsl.integrate.qag( # f,self.Lb[i],self.Hb[i],epsabs,epsrel, # limit,pygsl.integrate.GAUSS61,w # ) code, val, err = pygsl.integrate.qags( f, self.Lb[i], self.Hb[i], epsabs, epsrel, limit, w ) self.ellwindowsJ0[i, j] = val for j, ell in enumerate(self.ellv): args = [ell, self.windows[i], 4] f = pygsl.integrate.gsl_function(ellwin_int, args) # code,val,err = pygsl.integrate.qag( # f,self.Lb[i],self.Hb[i],epsabs,epsrel,limit, # pygsl.integrate.GAUSS61,w # ) code, val, err = pygsl.integrate.qags( f, self.Lb[i], self.Hb[i], epsabs, epsrel, limit, w ) self.ellwindowsJ4[i, j] = val else: win0 = np.array( [ ( scipy.integrate.quad( ellwin_int, self.Lb[i], self.Hb[i], args=(ell, self.windows[i], 0), ) )[0] for ell in self.ellv ] ) win4 = np.array( [ ( scipy.integrate.quad( ellwin_int, self.Lb[i], self.Hb[i], args=(ell, self.windows[i], 4), ) )[0] for ell in self.ellv ] ) self.ellwindowsJ0[i, :] = win0 self.ellwindowsJ4[i, :] = win4 sys.stdout.write("\n") def write_data(self, fname): """ writes a simple text file with object info # N L H 100 1.0 400.0 # Lb 1.0 1.2 ... 398.0 # Hb 1.2 1.4 ... 400.0 # fa 1.0 1.0 .... 1.0 # fb blah blah ... blah # fa_on blah blah ... blah # fb_on blah blah ... blah # invnorm blah blah ... blah # Mplus blah blah ... blah blah blah ... blah . . . blah blah ... blah # Mminus blah blah ... blah blah blah ... blah . . . blah blah ... blah # ellv blah blah ... blah # ellwinJ0 blah blah ... blah blah blah ... blah . . . blah blah ... blah # ellwinJ4 blah blah ... blah blah blah ... blah . . . blah blah ... blah """ def write_vec(fp, vec): for val in vec: fp.write("%.20lg " % val) fp.write("\n#\n") def write_mat(fp, mat): shape = mat.shape for i in range(shape[0]): for val in mat[i, :]: fp.write("%.20lg " % val) fp.write("\n") fp.write("#\n") fp = open(fname, "w") fp.write("# N L H\n") fp.write("%ld %.20lg %.20lg\n" % (self.Nb, self.L, self.H)) fp.write("# Lb\n") write_vec(fp, self.Lb) fp.write("# Hb\n") write_vec(fp, self.Hb) fp.write("# fa\n") write_vec(fp, self.fa) fp.write("# fb\n") write_vec(fp, self.fb) fp.write("# fa_on\n") write_vec(fp, self.fa_on) fp.write("# fb_on\n") write_vec(fp, self.fb_on) fp.write("# invnorm\n") write_vec(fp, self.invnorm) fp.write("# Mplus\n") write_mat(fp, self.mp) fp.write("# Mminus\n") write_mat(fp, self.mm) fp.write("# ellv\n") write_vec(fp, self.ellv) fp.write("# ellwinJ0\n") write_mat(fp, self.ellwindowsJ0) fp.write("# ellwinJ4\n") write_mat(fp, self.ellwindowsJ4) fp.close() def read_data(self, fname): def read_vec(fp): line = fp.readline() line = line.strip() val = np.array([float(tag) for tag in line.split()]) line = fp.readline() return val def read_mat(fp): mat = [] line = fp.readline() while line[0] != "#": line = line.strip() mat.append([float(tag) for tag in line.split()]) line = fp.readline() mat = np.array(mat) return mat fp = open(fname, "r") line = fp.readline() line = fp.readline() line = line.strip() line = line.split() self.Nb = int(line[0]) self.L = float(line[1]) self.H = float(line[2]) line = fp.readline() self.Lb = read_vec(fp) line = fp.readline() self.Hb = read_vec(fp) line = fp.readline() self.fa = read_vec(fp) line = fp.readline() self.fb = read_vec(fp) line = fp.readline() self.fa_on = read_vec(fp) line = fp.readline() self.fb_on = read_vec(fp) line = fp.readline() self.invnorm = read_vec(fp) line = fp.readline() self.mp = read_mat(fp) line = fp.readline() self.mm = read_mat(fp) line = fp.readline() self.ellv = read_vec(fp) line = fp.readline() self.ellwindowsJ0 = read_mat(fp) line = fp.readline() self.ellwindowsJ4 = read_mat(fp) self.have_ell_win = True fp.close() def fplusminus(self, fptest): fp = fptest - np.sum(fptest * self.fa_on) * self.fa_on fp = fp - np.sum(fp * self.fb_on) * self.fb_on fm = np.dot(self.mp, fp) """ code to test fm = np.zeros(len(fp)) for i in range(len(fp)): for j in range(len(fp)): fm[i] += self.mp[i,j]*fp[j] print fm-np.dot(self.mp,fp) """ return fp, fm def wplus(self, fp, fm): if not self.have_ell_win: self.comp_ell_windows() psum = np.array( [np.sum(self.ellwindowsJ0[:, i] * fp) for i in range(len(self.ellv))] ) msum = np.array( [np.sum(self.ellwindowsJ4[:, i] * fm) for i in range(len(self.ellv))] ) return self.ellv.copy(), (psum + msum) * 0.5 def wminus(self, fp, fm): if not self.have_ell_win: self.comp_ell_windows() psum = np.array( [np.sum(self.ellwindowsJ0[:, i] * fp) for i in range(len(self.ellv))] ) msum = np.array( [np.sum(self.ellwindowsJ4[:, i] * fm) for i in range(len(self.ellv))] ) return self.ellv.copy(), (psum - msum) * 0.5 def wplusminus(self, fp, fm): if not self.have_ell_win: self.comp_ell_windows() psum = np.array( [np.sum(self.ellwindowsJ0[:, i] * fp) for i in range(len(self.ellv))] ) msum = np.array( [np.sum(self.ellwindowsJ4[:, i] * fm) for i in range(len(self.ellv))] ) return self.ellv.copy(), (psum + msum) * 0.5, (psum - msum) * 0.5
python
package com.bentech.android.appcommons.config; import android.graphics.Color; import com.bentech.android.appcommons.R; import com.bentech.android.appcommons.permission.AndroidPermissionItem; import java.util.ArrayList; /** * Created by Daniel on 07/11/2015. */ public class AppCommonsDefaultConfiguration extends AppCommonsConfiguration { public AppCommonsDefaultConfiguration() { setFragmentEnterAnimation(android.R.anim.fade_in); setFragmentExitAnimation(R.anim.no_animation); setFragmentPopEnterAnimation(android.R.anim.fade_in); setFragmentPopExitAnimation(R.anim.no_animation); setSnackbarTextSize(14); setSnackbarTextColor(Color.WHITE); setSnackbarActionTextColor(Color.YELLOW); setPreferredStringLocale("en"); setPicUtilImageSampleSize(256); setEditTextRequiredErrorMessage(R.string.label_required); setSpinnerLabelErrorColor(Color.RED); setSpinnerLabelValidColor(Color.BLACK); setEditTextInvalidEmailErrorMessage(R.string.label_invalid_email); setEditTextInvalidUsernameErrorMessage(R.string.label_invalid_username); setEditTextInvalidNumberRangeErrorMessage(R.string.label_invalid_number_range); setEditTextTextLengthErrorMessage(R.string.label_invalid_text_length); setEditTextStartDateGreaterThanTodayErrorMessage(R.string.label_start_date_greater_than_today_error); setEditTextDateEarlierThanTodayErrorMessage(R.string.date_must_not_be_earlier_than_today); setEditTextPhoneNumberValidatorErrorMessage(R.string.invalid_phone_number); setEditTextInvalidPositiveNumberErrorMessage(R.string.label_invalid_positive_number); setEnableRequiredPermissionsMessage(R.string.label_enable_permissions_hint); setDangerousPermissions(new ArrayList<AndroidPermissionItem>()); } }
java
import {isDateTime} from '../../datetime'; import {FieldDef, isCount} from '../../fielddef'; import {isOneOfFilter, isEqualFilter, isRangeFilter} from '../../filter'; import {QUANTITATIVE, TEMPORAL} from '../../type'; import {extend, differ, keys, isArray, isNumber, isString, Dict} from '../../util'; import {FacetModel} from './../facet'; import {LayerModel} from './../layer'; import {Model} from './../model'; export namespace formatParse { // TODO: need to take calculate into account across levels when merging function parse(model: Model): Dict<string> { const calcFieldMap = (model.calculate() || []).reduce(function(fieldMap, formula) { fieldMap[formula.field] = true; return fieldMap; }, {}); let parseComponent: Dict<string> = {}; // Parse filter fields let filter = model.filter(); if (!isArray(filter)) { filter = [filter]; } filter.forEach((f) => { let val = null; // For EqualFilter, just use the equal property. // For RangeFilter and OneOfFilter, all array members should have // the same type, so we only use the first one. if (isEqualFilter(f)) { val = f.equal; } else if (isRangeFilter(f)) { val = f.range[0]; } else if (isOneOfFilter(f)) { // in = old name (this is for backward compatability) val = (f.oneOf || f['in'])[0]; } // else -- for filter expression, we can't infer anything if (!!val) { if (isDateTime(val)) { parseComponent[f['field']] = 'date'; } else if (isNumber(val)) { parseComponent[f['field']] = 'number'; } else if (isString(val)) { parseComponent[f['field']] = 'string'; } } }); // Parse encoded fields model.forEach(function(fieldDef: FieldDef) { if (fieldDef.type === TEMPORAL) { parseComponent[fieldDef.field] = 'date'; } else if (fieldDef.type === QUANTITATIVE) { if (isCount(fieldDef) || calcFieldMap[fieldDef.field]) { return; } parseComponent[fieldDef.field] = 'number'; } }); // Custom parse should override inferred parse const data = model.data(); if (data && data.format && data.format.parse) { const parse = data.format.parse; keys(parse).forEach((field) => { parseComponent[field] = parse[field]; }); } return parseComponent; } export const parseUnit: (model: Model) => Dict<string> = parse; export function parseFacet(model: FacetModel) { let parseComponent = parse(model); // If child doesn't have its own data source, but has its own parse, then merge const childDataComponent = model.child().component.data; if (!childDataComponent.source && childDataComponent.formatParse) { extend(parseComponent, childDataComponent.formatParse); delete childDataComponent.formatParse; } return parseComponent; } export function parseLayer(model: LayerModel) { // note that we run this before source.parseLayer let parseComponent = parse(model); model.children().forEach((child) => { const childDataComponent = child.component.data; if (model.compatibleSource(child) && !differ(childDataComponent.formatParse, parseComponent)) { // merge parse up if the child does not have an incompatible parse extend(parseComponent, childDataComponent.formatParse); delete childDataComponent.formatParse; } }); return parseComponent; } // Assemble for formatParse is an identity function, no need to declare }
typescript
Akhanda-dipa (perpetual-lamp) which was a custom to keep the temples luminous and unperturbed. Most of the devotees had come fro Kalinga or the Southern regions. Many of them were loyal officers of the synchronous Ganga-Rulers. Some of them were posted in Utkala by Chodagangadeva after he amalgamated Kalinga with Utkala under a single administrative unit when the Somavamsis had become extract, in or about 1113 A.D. We have stated before that upto 1126 A.D. i name of Chodagangadeva was not mentioned in any inscription, so far discovered from Puri. It was, therefore, led us to believe that the Ganga Ruler's recognition as suzerain power in Utkala was ignored for a few years. Therefore, Chodaganga must have posted some of his officient. officers who visited Sri-Puruşottama-Kṣetra to offer homage and adore in temples there. For example, one Sommana Rāya, son of VankuṇaNayaka, governor (palaka) of Khimeda (Khimida) has issued a votive inscription at Nṛsimha-temple in Sakāvda 1048 (=1126 A.D.) in favour of Sri-Purusottama (No.3). In that inscription he mentions the name of Chodaganga (the ruler), which indicates that till 1126 A was not regarded as the Ruler of Utkaļa. Apart from deputing officers to establish tranquillity in the as. turbed area of Utkala, some Pandits and great poets (Mahakavis) were also deputed to sing the glory of the Ganga-kings to appease the subjects, which was an old system in Rājanīti. In order to create confidence in people's mind, the poets might have to sing the glory of Chodagangadeva, who was able enough to eradicating \misery and bringing prosperity after defeat of the weak rulers of tkala and Vengi-Desa. where he could fix two pillars of victory on both sides of the boundaries i.e. one at the river Ganga in the East and the other at the Godavari in South. A verse, engraved ie Korni copper-teinscription will corroborate the above fact. “पूर्वस्यां दिशि: पूर्वमुत्कलपतिं राज्ये निधायाद्भुतं पश्चात् पश्चिम दिक्तटे विघटितं वेङ्गीशमप्येतयोः । लक्ष्मीबन्धनमालिकामिव जय प्रीतोरणसभ्योर्बध्नाति स्म समिद्धकीर्भुिविभः श्रीगङ्गचूडाम ॥ The mahakavi Nārāyaṇa visited Puri from Kalinga to donate a lamp in the name of Sri-Purusottama, in 1113 A.D. (Vide No. 1). His presence in Utkala, immediately after Choḍagañga's subjugation of Utkaļa, takes us to belive that Mahakavi Nārāyaṇa might have been deputed by Chodaganga to appease the peoples of Utkala and to restore confidence in favour of the Ganga Administration. Agnilitary officer named Potāyā-lenka," is mentioned in an inscriptón ef Nṛsimha-temple, in 1126 A.D. He is also recorded as Senāpati commander) in 1145 A.D. in an inscriptionof Madhukeśvara temple at Mukhalinga, Hence, his presence at Puri is perhaps to watch and guard the safety of Utkaļa on behalf of his master, the Gañga-Rulers. Another officer named Bhimanātha Srikaraṇa (writer) is mentioned in two inscriptions of Madhukeśvara Temple at Mukhalinga. He was the son of Potama Nayaka who belonged to the Kāyasta or Karana caste of Arsavelli (Village). Bhimanātha used the titles of Srikaraṇa, Kaia-tandarī and Rāja-Vidyādhara in 1133 A.D. Another SriKavana amed Surapota, belonged to the same Ārṣavelli-kāyasta-caste, is mensoned as donor of a perpetual-lamp in Nṛsimha-temple in 115051 D. (No.17) and also in the temple of Suryanarayana (Sun-God) at is In 1132 A.D. using the titles of Rājanārāyana, Sri-Karaṇa, RājaBudihasta and Puravari. Another inscription of the same officer is found in the emple of Madhukeśvara at Mukhalinga dated in 1134 A.D. Codagangadeva's brother, Vira Sri Pramāḍi Rāja, has visited Puri i the 60ťʼn śrāhi of Choḍagańgadeva, i.e. 1134-35 A.D. He granted a perpetual lamp in the temple of Markandesvara, where he Konoured the poets, sages, hermits and Sadhus like Śiva (Saiva ascetics) who lived there (Vide No. 12 After the 60th Aika year of Chodagangle, his 61st Añka Ceremony was performed in the temple of Śriurusotsma's (Nrsimha-temple as per inscription No. 11. Vira-Pramāḍiraja was present at Puri, perhaps to attend the birth ceremony (Şaştipurti) of his brother when five principal deities, such as Caṇapati, Siva, Suryand Ambika including Sri-chakri or Puruso tama were devote that inscrpion (No.11) there is a passage in I nes 4 and 5 51. Ins Orol-III, pt-, p-84.
english
5673 High Court Judges 24 APRIL 1954 Shri K. K. Basu: Sir, I beg to move: In page 8,(i) Omit line 5. (ii) in line 6, omit 'Grade II'. and No. 2. and the last amendment also relating to the omission of sub-clause 9. I beg to move: In page 8, omit lines 20 to 24. Mr. Chairman: Is he moving his third amendment also? Shri K. K. Basu: Yes, Sir. I beg to move: In page 8, line 18, for "Rs. 20,000" substitute "Rs. 16,000". The first point is very short and simple. My whole idea is that so far as pensions are concerned there should not be any difference between a judge and a Chief Justice of a High Court. You, Sir, have been in the Constituent Assembly which framed the Constitution after much deliberation, and there we have deliberately scaled down the difference in the pay only to five hundred rupees. That is because we feel that Chief Justices have to perform more or less the same work as other judges, apart from some executive or administrative work, and therefore we feel that there should not be much difference between the two. Formerly, excepting in one or two High Courts, no Indian was appointed as Chief Justice. It was as late as 1918 or 1919 that Sir Shadi Lal was appointed as the Chief Justice of the Lahore High Court, the first Indian to be appointed as Chief Justice. Though we had brilliant Indian judges they were never appointed as Chief Justices. In 1934 the Britishers appointed in the Calcutta High Court a gentleman as Chief Justice who had served in a (Conditions of Service) Bill 5674 country court in England or the Isle of Man or something like that, who knew very little of the legal principles. In the British days the Chief Justiceships were meant for Englishmen and therefore they kept a wide gap between the salary of the Chief Justice and that of other Judges. And the Chief Justice of the Calcutta High Court used to get Rs. 6,000 in comparison to the Rs. 5,000 that the other Chief Justices were getting. When Constitution-makers deliberately scaled down this difference to only five hundred rupees-that is, Rs. 3,500 for a judge and Rs. 4,000 for a Chief Justice I do not see why any difference should be there in the pension. Because after retirement it does not matter whether one was a Chief Justice or an ordinary judge. The fact is that he had been on the Bench of a High Court and has rendered service in the capacity of a judge of a High Court. Therefore I have moved this amendment so as to see that there is no classification or class among judges. They should all be put together and this classification should not be there. We have the classification between Chief Justice and other judges only for the purpose of certain administrative duties and for being at the head of a particular High Court. In the last one I reiterate the same point. Whatever the period, he is entitled to draw a pension. I shall give one example. I may be wrong about what transpired. But Shri Lakshmipat Jha served only for two years. It is talked about that the Bihar State Government did not like the other seniormost judge of the High Court, who has a claim to be appointed as Chief Justice, to be appointed. And they prevailed upon the Advocate-General of the State to accept the post. And he served only for two years and a few months. The information may be wrong, but people in Bihar openly talked about it. We must guard against the seniority of people being overlooked. It is not a
english
--- layout: projects type: projects include_header: projects_header.html nav_item: projects dynaid: cloudedge dynasta: "old" ---
html
Be it television or the big screen, actress Sanjeeda Sheikh has left her imprint on the hearts and minds of the audience. The TV star has turned a year wiser today. Sanjeeda debuted on the big screen with an evergreen blockbuster film, Bhagban as Milee. Later in 2005, she debuted on television with Kya Hoga Nimmo Ka playing the lead role of Nimmo. And then, she played a negative character in the second serial of her career as a vamp in the 2007 serial Qayamat. She became one of our favourite TV stars by appearing in many other shows like Ishq Ka Rang Safed, Kya Dil Mein Hai and Ek Hasina Thi. She married her longtime boyfriend Aamir Ali on March 2, 2012. It was revealed in August 2020 that the couple has a one-year-old daughter, Ayra Ali, via surrogacy. After 8 years of marriage, they separated in 2020 and were granted divorce in 2021, with Sheikh receiving custody of their daughter.
english
import { Test, TestingModule } from '@nestjs/testing'; import { ParticipacoesController } from './participacoes.controller'; import { ParticipacoesService } from './participacoes.service'; describe('ParticipacoesController', () => { let controller: ParticipacoesController; beforeEach(async () => { const module: TestingModule = await Test.createTestingModule({ controllers: [ParticipacoesController], providers: [ParticipacoesService], }).compile(); controller = module.get<ParticipacoesController>(ParticipacoesController); }); it('should be defined', () => { expect(controller).toBeDefined(); }); });
typescript
import React from 'react'; import PropTypes from 'prop-types'; import { Carousel } from 'antd'; import moment from 'moment'; import APILoader from 'react-amap/lib/utils/APILoader' import './Weather.less'; class CarouselWeather extends React.Component { constructor (props) { super(props) this.state = { weather: '', temperature: '', weatherImage: '', weatherInfo: [] } this.loader = new APILoader({key: props.amapkey}).load(); } setWeatherState = ({weather, location}) => { weather.getForecast(location, (err, data) => { if (!err) { const images = []; console.log(data.forecasts); const weatherImage = (weather) => { switch (true) { case weather === '阴' || weather === '多云': { return 'cloudy' } case weather === '晴': { return 'sunny' } case weather.indexOf('雨') > -1: { return 'rainy' } case weather.indexOf('雪') > -1: { return 'snow' } default: { return 'na' } } } const weatherInfo = data.forecasts.slice(0,3).map(({dayWeather, date, dayTemp}, index) => { return { weather: dayWeather, temperature: dayTemp, weatherImage: weatherImage(dayWeather), date: index === 0 && '今天' || index === 1 && '明天' || index === 2 && '后天' } }) this.setState({ weatherInfo }) // this.setState({ // weather: data.weather, // temperature: data.temperature, // weatherImage // }) } }); } componentDidMount() { const self = this; const { location, interval = 1000 * 60 * 60 } = this.props; this.loader.then(() => { const { AMap } = window; AMap.service('AMap.Weather', function() { var weather = new AMap.Weather(); self.intervalId = setInterval(() => { self.setWeatherState({weather, location}) }, interval) self.setWeatherState({weather, location}) }); }) } componentWillUnmount() { clearInterval(this.intervalId) } render() { const { weatherImage, weather, temperature, weatherInfo } = this.state; const { location, className } = this.props; const containerClass = className ? className : "map-weather-container"; return ( <div className={containerClass}> {weatherInfo.length > 0 && <Carousel autoplay={true} dots={false} vertical adaptiveHeight > {weatherInfo.map(({weatherImage, temperature, weather, date}, index) => { return ( <div style={{height: 62}} key={index}> {weatherImage !== '' && <img src={require(`../../../assets/images/weather/${weatherImage}.png`)} alt="" className="map-weather-image"/>} <div className="map-weather-detail"> <div> <span className="map-weather-temperature">{temperature}°C</span> {date} </div> <div> {/*<span>{location}</span>*/} {weather} </div> </div> </div> ) })} </Carousel>} </div> ) } } export default CarouselWeather CarouselWeather.propTypes = { location: PropTypes.string.isRequired, interval: PropTypes.number, className: PropTypes.string, amapkey: PropTypes.string.isRequired }
javascript
<reponame>poulosar/nfl-database {"player_id": 2782, "name": "<NAME>", "position": "G-DG", "height": "6-2", "weight": "222", "current_team": null, "birth_date": "1923-09-23", "birth_place": "Boyd, TX", "death_date": "2013-01-21", "college": "TCU", "high_school": null, "draft_team": "Pittsburgh Steelers", "draft_round": "8", "draft_position": "76", "draft_year": "1949", "current_salary": null, "hof_induction_year": null}
json
Written Answers specialists deputed by the supplier, of experts to provide training on bay-servicing of aggregates in laboratory. (c) to (e). The observations made in the Report have been examined and the 'Action Taken Note' indicating, inter-alia, the remedial measures taken, duly vetted by the concerned Audit authorities, has been forwarded to the Lok Sabha Secretariat (PAC Branch). No inquiry was conducted, as it was not considered necessary to do so in the circumstances of the case. NCC Units pleased to state: SHRI K. PRADHANI: SHRIMATI DIL KUMARI BHANDARI: Will the Minister of DEFENCE be Written Answers 132 (a) the number of units of various wings of National Cadet Corps working, Statewise; (b) whether the Government propose to establish more units of National Cadet Corps; (c) if so, details thereof, State-wise; and (d) if not, the reasons therefor? THE MINISTER OF DEFENCE(SHRI SHARAD PAWAR): (a) Information is furnished in the annexed Statement. (b) No, Sir. (c) Does not arise. (d) Raising of new units is not being considered due to paucity of resources.
english
<filename>src/views/ProsopikoView.java<gh_stars>0 package views; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import javax.annotation.PostConstruct; import javax.faces.bean.ManagedBean; import javax.faces.bean.ManagedProperty; import javax.faces.bean.RequestScoped; import javax.faces.bean.ViewScoped; import javax.faces.component.UIComponent; import javax.faces.context.FacesContext; import javax.faces.event.ActionEvent; import javax.faces.event.AjaxBehaviorEvent; import javax.faces.event.ValueChangeEvent; import org.primefaces.component.picklist.PickList; import org.primefaces.event.TransferEvent; import org.primefaces.model.DualListModel; import com.sun.xml.internal.ws.client.RequestContext; import gr.army.sphy.bean.UserBn; import gr.army.sphy.model.Kathikon; import gr.army.sphy.model.LookUpTables; import gr.army.sphy.model.Prosopiko; import gr.army.sphy.service.MonadaService; import gr.army.sphy.service.ProsopikoService; @ManagedBean(name = "prosopikoView") @ViewScoped public class ProsopikoView implements Serializable { private static final long serialVersionUID = 2211559875453336598L; @ManagedProperty("#{userBn}") private UserBn userBn; @ManagedProperty("#{prosopikoService}") private ProsopikoService prosopikoService; @ManagedProperty("#{monadaService}") private MonadaService monadaService; private List<Prosopiko> prosopikoLst; private List<Prosopiko> unassignedProsopikoLst; private List<Prosopiko> selectedProsopikoToAdd; private DualListModel<Prosopiko> dualListModel; private Prosopiko selectedProsopiko; private List<Kathikon> kathikontaMonadas; private Kathikon selectedKathikon; // At creation, see the User's unit, and get all personnel for him @PostConstruct public void init() { prosopikoLst = prosopikoService.getProsopikoMonadas(userBn.getUser().getMonada().getIdMonadas()); unassignedProsopikoLst = prosopikoService .getUnassignedProsopikoMonadas(userBn.getUser().getMonada().getIdMonadas()); selectedProsopikoToAdd = new ArrayList<>(); dualListModel = new DualListModel<Prosopiko>(unassignedProsopikoLst, selectedProsopikoToAdd); kathikontaMonadas = monadaService.getKathikontaMonadas(userBn.getUser().getMonada().getIdMonadas()); } public UserBn getUserBn() { return userBn; } public void deleteSelected() { prosopikoService.removeProsopikoFromMonada(selectedProsopiko); init(); } public void addProsopiko() { selectedProsopikoToAdd = dualListModel.getTarget(); prosopikoService.addProsopikoToMonadas(selectedProsopikoToAdd, userBn.getUser().getMonada().getIdMonadas()); init(); } public void kathikonChange(Prosopiko pros) { prosopikoService.updateProsopiko(pros); init(); } public void setUserBn(UserBn userBn) { this.userBn = userBn; } public ProsopikoService getProsopikoService() { return prosopikoService; } public void setProsopikoService(ProsopikoService prosopikoService) { this.prosopikoService = prosopikoService; } public List<Prosopiko> getProsopikoLst() { return prosopikoLst; } public void setProsopikoLst(List<Prosopiko> prosopikoLst) { this.prosopikoLst = prosopikoLst; } public Prosopiko getSelectedProsopiko() { return selectedProsopiko; } public void setSelectedProsopiko(Prosopiko selectedProsopiko) { this.selectedProsopiko = selectedProsopiko; } public List<Prosopiko> getUnassignedProsopikoLst() { return unassignedProsopikoLst; } public void setUnassignedProsopikoLst(List<Prosopiko> unassignedProsopikoLst) { this.unassignedProsopikoLst = unassignedProsopikoLst; } public List<Prosopiko> getSelectedProsopikoToAdd() { return selectedProsopikoToAdd; } public void setSelectedProsopikoToAdd(List<Prosopiko> selectedProsopikoToAdd) { this.selectedProsopikoToAdd = selectedProsopikoToAdd; } public DualListModel<Prosopiko> getDualListModel() { return dualListModel; } public void setDualListModel(DualListModel<Prosopiko> dualListModel) { this.dualListModel = dualListModel; } public List<Kathikon> getKathikontaMonadas() { return kathikontaMonadas; } public void setKathikontaMonadas(List<Kathikon> kathikontaMonadas) { this.kathikontaMonadas = kathikontaMonadas; } public Kathikon getSelectedKathikon() { return selectedKathikon; } public void setSelectedKathikon(Kathikon selectedKathikon) { this.selectedKathikon = selectedKathikon; } public MonadaService getMonadaService() { return monadaService; } public void setMonadaService(MonadaService monadaService) { this.monadaService = monadaService; } }
java
East Punjab [Shri U. M. Trivedi] on the statute book anywhere, where two bodies corporate, each independent of the other, are created by one Bill The Unani Board is one body corporate with a separate seal, with a right to sue and be sued. And by the provisions of section 31A which is now being added, a new body corporate is being created, and without reading the pros and cons of it, why this great hurry about rushing through this Bill? If he can sit with me across a table, I can point out to him twenty different difficulties in this Bill. It will create litigation and nothing else; it will not serve the purpose for which the Bill is rushed through. Why is it pushed through? In the opening speech the hon. Minister says that this Bill has been introduced primarily to meet the demands of the students of the Tibbia College for better recognition of the diploma that they work for. It is the real object? The Statement of Objects and Reasons says: "Experience over all these years has shown that this arrangement is not satisfactory. What is the arrangement? The dual function of registering Vaids and Hakims and holding qualifying and preparatory examinations. So, what is the object in view? "It is, therefore, proposed to entrust the functions of holding examinations and prescribing courses to a separate examining body leaving the board with the task of registration, recognition of institutions and other related matters." Here is a letter which has been sent; certificate of posting has been obtained from the post office. All the certificates are there. The students have sent their applications; they do not I want any other examining body; they I want this board to continue. In that case, whom does the Government want to satisfy? Is it the whim of Ayurvedic and Unani Practitioners (Delhi Amendment) Bill certain bureaucrat or of some mischievous person? Before the incident took place at the time the agitation, I received telephone calls after telephone calls: yet I did not go to witness this agitation of the so-called students, students who are mere failures and who never wanted to pass examinations. But there were other students who wanted that the examination should be carried on. But this agitation brought about a position where the Government was frightened beyond its wits and they fell into the trap of this Bill which was laid for them. The Board which was the controlling body had been persuaded to hold back the examinations. Now, is there anything to show in this statement that at anytime the Board had failed to discharge its duties? Even if it had been so, the Chief Commissioner had full powers under section 30 to take away the powers of the Board or suspend the powers of the Board. On the contrary I have got a copy of a letter written by the Government wherein a good certificate has been given to the Board. In a note submitted by Mr. R. K. Baweja, Secretary Delhi Administration Mr. M. K. Kutty, Deputy Secretary, Ministry of Health, New Delhi, he says: 'I do not think, that it shall be possible for us to establish any excess, failure or abuse on the part of Board in order to attract the applicability of section 31" When the conditions are studied, you will find that any honest man working will not establish any excess or any failure on the part of the Board to attract the applicability of section 31 which reads as follows: "If at any time it shall appear to the Chief Commissioner that the Board has failed to exercise or has exceeded or abused any of the powers conferred upon it by or under this part, the Chief Commissioner may, if it considers such
english
import ActionTypes from './types' import { initialState } from './state' import { IInitialState } from 'interfaces/state' export type TProduct = { sku?: string | any loading?: boolean | any error?: string | any success?: string | any } export interface Action { type: string payload: IInitialState } export default function reducer( state = initialState, { type, payload }: Action ) { switch (type) { case ActionTypes.LOADING: return { ...state, id: payload.id, loading: payload.loading, } case ActionTypes.ERROR: return { ...state, id: payload.id, error: payload.error, } case ActionTypes.SUCCESS: return { ...state, id: payload.id, success: payload.success, } case ActionTypes.LOGIN: return { ...state, ...payload, error: null, isAuthenticated: true, } case ActionTypes.LOGOUT: return { ...initialState, } case ActionTypes.CARTID: case ActionTypes.CARTINFO: return { ...state, ...payload, } case ActionTypes.ORDER_SUCCESS: return { ...state, ...payload, guestId: null, customerId: null, quantity: null, cart: {}, } default: return state } }
typescript
WORLD SLEEP DAY 2023: World Sleep Day is marked annually on the third Friday of March. This year, the event falls on March 17. It is a day dedicated to raising awareness about the importance of good sleep and promoting healthy sleeping habits. Sleep Day was created by the World Sleep Society in 2008, and since then, it has been celebrated in countries all around the world. Despite the crucial role of sleep in maintaining good health and well-being, many regions of the world tend to regard it as a luxury rather than a fundamental need. Unfortunately, the consequences of insufficient sleep are often ignored. To raise awareness about the importance of rest, World Sleep Day has been officially recognized since 2008 and is commemorated every year. A group of healthcare professionals and researchers specializing in sleep medicine initiated an annual awareness event known as World Sleep Day. The primary objective of this event was to promote and disseminate information about sleep disorders worldwide, bringing together healthcare providers to discuss and raise awareness about the importance of sleep. Liborio Parrino, MD, Associate Professor of Neurology at Parma University, Italy, and Antonio Culebras, MD, Professor of Neurology at Upstate Medical University and Consultant at The Sleep Center, Community General Hospital, Syracuse, New York, USA, served as the first co-chairs of World Sleep Day. The World Sleep Day’s theme this year is ‘Sleep is Essential for Health’. It emphasizes the importance of sleep as an essential element for maintaining physical, mental, and social well-being, just like eating well and exercising. Despite its crucial role, sleep is not yet widely recognized as a vital behaviour for good health. The day also provides a platform for numerous sleep health professionals and advocates to raise awareness about the significance of sleep health. Sleep medicine experts and researchers have repeatedly said that a night of good sleep is crucial for an individual’s health and well-being and it must be prioritized. The organizers of this awareness campaign also intended to highlight the significance of maintaining healthy sleeping habits.
english
Sarod Maestro Pandit Rajeev Taranath inaugurates Antara Trust, flute jugalbandi by Mysore A. Chandankumar and Sameer L. Rao, #192 Sagarika, 2nd Main, 8th Cross, Vijayanagar 1st Stage, 6 pm. [Mob: 99000-82773]. Vocal concert in memory of Vidu. G. S. Kamala, Chennai’s Vid. G. Srikanth presents vocal recital, accompanied by Vid. H. N. Bhaskar on violin, Vid. G. S. Ramanujan on mridanga and Vid. V. S. Ramesh on morching, Veene Seshanna Bhavana, Kuvempunagar, 6 pm. Sri Krishna Janmashtami celebrations, Alankara and Puja, Alwar Kala Bhavan, Sri Krishna Temple Complex, Gokulam 3rd Stage, 5. 30 pm. Sri Raghavendra Gurusarvabhouma’s 350th Aradhana Mahotsava, Gana Vaibhava – Art of Living Mysuru, Sri Ramadhama, #370, 3rd Cross, Udayagiri, 5. 30 pm to 7 pm. Sri Raghavendra Gurusarvabhouma’s 350th Aradhana Mahotsava, Bhajans by Sri Vishweshakrishna Bhajana Mandali, Sri Ramadhama, #370, 3rd Cross, Udayagiri, 5. 30 pm to 7 pm. Digital moonlight music programme, Pt. Anirudh Aithal presents Hindustani concert, accompanied by Pt. Tejas R. Katoti on harmonium, Pt. Kiran Yavagal on tabla, YouTube: http://Youtube. com/c/JSSMahavidyapeethaonline OR Facebook: https://www. facebook. com/JSSMVP OR Website: http://jssonline. org, 6 pm. 75th Independence Day celebrations, dance feature by Kripa Phadke and team, Facebook Live [https://fb. me/e/1xOrHiGQu? ti=wa], 6 pm. Showcasing Shreeda Sarees, The Quorum Hotel, Vinoba Road, up to 8. 30 pm.
english
{ "editor.tabSize": 2, "files.insertFinalNewline": true, "files.trimTrailingWhitespace": true, "files.eol": "\n", "search.exclude": { "**/node_modules": true, "**/bower_components": true, "**/build": true, "**/beta": true, "**/prod": true, "**/staging": true, "**/coverage": true }, "prettier.eslintIntegration": true, "editor.formatOnSave": true }
json
import time import PyQt5.QtCore from nn_sandbox.backend.algorithms import RbfnAlgorithm from . import Bridge, BridgeProperty from .observer import Observable class RbfnBridge(Bridge): ui_refresh_interval = BridgeProperty(0.0) dataset_dict = BridgeProperty({}) training_dataset = BridgeProperty([]) testing_dataset = BridgeProperty([]) current_dataset_name = BridgeProperty('') total_epoches = BridgeProperty(10) most_correct_rate_checkbox = BridgeProperty(True) most_correct_rate = BridgeProperty(0.98) acceptable_range = BridgeProperty(0.5) initial_learning_rate = BridgeProperty(0.8) search_iteration_constant = BridgeProperty(10000) cluster_count = BridgeProperty(3) test_ratio = BridgeProperty(0.3) current_iterations = BridgeProperty(0) current_learning_rate = BridgeProperty(0.0) best_correct_rate = BridgeProperty(0.0) current_correct_rate = BridgeProperty(0.0) test_correct_rate = BridgeProperty(0.0) has_finished = BridgeProperty(True) current_neurons = BridgeProperty([]) def __init__(self): super().__init__() self.rbfn_algorithm = None @PyQt5.QtCore.pyqtSlot() def start_rbfn_algorithm(self): self.rbfn_algorithm = ObservableRbfnAlgorithm( self, self.ui_refresh_interval, dataset=self.dataset_dict[self.current_dataset_name], total_epoches=self.total_epoches, most_correct_rate=self._most_correct_rate, acceptable_range=self.acceptable_range, initial_learning_rate=self.initial_learning_rate, search_iteration_constant=self.search_iteration_constant, cluster_count=self.cluster_count, test_ratio=self.test_ratio ) self.rbfn_algorithm.start() @PyQt5.QtCore.pyqtSlot() def stop_rbfn_algorithm(self): self.rbfn_algorithm.stop() @property def _most_correct_rate(self): if self.most_correct_rate_checkbox: return self.most_correct_rate return None class ObservableRbfnAlgorithm(Observable, RbfnAlgorithm): def __init__(self, observer, ui_refresh_interval, **kwargs): self.has_initialized = False Observable.__init__(self, observer) RbfnAlgorithm.__init__(self, **kwargs) self.has_initialized = True self.ui_refresh_interval = ui_refresh_interval def __setattr__(self, name, value): super().__setattr__(name, value) if name == 'current_iterations' and self.has_initialized: self.notify(name, value) self.notify('current_neurons', [{ 'mean': neuron.mean.tolist(), 'standard_deviation': float(neuron.standard_deviation), 'synaptic_weight': float(neuron.synaptic_weight) } for neuron in self._neurons if not neuron.is_threshold]) self.notify('test_correct_rate', self.test()) if name in ('best_correct_rate', 'current_correct_rate'): self.notify(name, value) if name in ('training_dataset', 'testing_dataset') and value is not None: self.notify(name, value.tolist()) def run(self): self.notify('has_finished', False) self.notify('test_correct_rate', 0) super().run() self.notify('current_neurons', [{ 'mean': neuron.mean.tolist(), 'standard_deviation': float(neuron.standard_deviation), 'synaptic_weight': float(neuron.synaptic_weight) } for neuron in self._neurons if not neuron.is_threshold]) self.notify('test_correct_rate', self.test()) self.notify('has_finished', True) def _iterate(self): super()._iterate() # the following line keeps the GUI from blocking time.sleep(self.ui_refresh_interval) @property def current_learning_rate(self): ret = super().current_learning_rate self.notify('current_learning_rate', ret) return ret
python
<gh_stars>1000+ use crate::digit_table::*; use core::ptr; #[cfg_attr(feature = "no-panic", inline)] pub unsafe fn write_mantissa_long(mut output: u64, mut result: *mut u8) { if (output >> 32) != 0 { // One expensive 64-bit division. let mut output2 = (output - 100_000_000 * (output / 100_000_000)) as u32; output /= 100_000_000; let c = output2 % 10_000; output2 /= 10_000; let d = output2 % 10_000; let c0 = (c % 100) << 1; let c1 = (c / 100) << 1; let d0 = (d % 100) << 1; let d1 = (d / 100) << 1; ptr::copy_nonoverlapping(DIGIT_TABLE.get_unchecked(c0 as usize), result.offset(-2), 2); ptr::copy_nonoverlapping(DIGIT_TABLE.get_unchecked(c1 as usize), result.offset(-4), 2); ptr::copy_nonoverlapping(DIGIT_TABLE.get_unchecked(d0 as usize), result.offset(-6), 2); ptr::copy_nonoverlapping(DIGIT_TABLE.get_unchecked(d1 as usize), result.offset(-8), 2); result = result.offset(-8); } write_mantissa(output as u32, result); } #[cfg_attr(feature = "no-panic", inline)] pub unsafe fn write_mantissa(mut output: u32, mut result: *mut u8) { while output >= 10_000 { let c = (output - 10_000 * (output / 10_000)) as u32; output /= 10_000; let c0 = (c % 100) << 1; let c1 = (c / 100) << 1; ptr::copy_nonoverlapping(DIGIT_TABLE.get_unchecked(c0 as usize), result.offset(-2), 2); ptr::copy_nonoverlapping(DIGIT_TABLE.get_unchecked(c1 as usize), result.offset(-4), 2); result = result.offset(-4); } if output >= 100 { let c = ((output % 100) << 1) as u32; output /= 100; ptr::copy_nonoverlapping(DIGIT_TABLE.get_unchecked(c as usize), result.offset(-2), 2); result = result.offset(-2); } if output >= 10 { let c = (output << 1) as u32; ptr::copy_nonoverlapping(DIGIT_TABLE.get_unchecked(c as usize), result.offset(-2), 2); } else { *result.offset(-1) = b'0' + output as u8; } }
rust
{ "storageAccountId": { "type": "String", "metadata": { "strongType": "Microsoft.Storage/storageAccounts", "assignPermissions": true, "displayName": "Storage Account", "description": "This is the Storage Account that all log data will be sent to." } } }
json
<reponame>gonzalorodrigo/ScSFWorkload """ Installer for ScSF """ from pip.req import parse_requirements from setuptools import setup, find_packages # Synchronize version from code. version = "0.1" # Do the setup setup( name="scsf", packages=find_packages(), version=version, extras_require={}, install_requires=[str(ir.req) for ir in parse_requirements('requirements.txt', session='hack')], author="<NAME>", author_email="<EMAIL>", maintainer="<NAME>", url="https://bitbucket.org/gonzalorodrigo/scsf/", license="BSD 3-clause", description="""ScSF: Schedulling Simulation Framework: Tool covering the scheduling simulation framework: workload modeling and generations, control of an external scheduler simulator, experiment coordination, and results analysis. For more details read: <NAME>., <NAME>, <NAME>, and <NAME>, 'ScSF: a Scheduling Simulation Framework', in Proceedings of the 21th Workshop on Job Scheduling Strategies for Parallel Processing, 2017. """, long_description="", keywords=["HPC", "workloads", "simulation"], classifiers=[ "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "Operating System :: OS Independent", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Software Development :: Libraries :: Python Modules" ], )
python
Shine Tom Chacko is one of the leading young stars of Malayalam cinema. Shine started his career as an associate director, and today he shines as an actor and a villain in several films. Apart from films, he is also a social media star. The videos released by the actor have a large audience. Shine's words about his family are now attracting the attention of social media. Shine says the baby is now eight years old, and his name is Sial. Shine Tom Chacko also says that after separation, it is better for children to grow up on either side. Shine's response was in an interview given to Milestone Makers. When the presenter said that she saw the teaser for the film Adi, she asked, Why was there a wedding? "Don't you understand that I don't know how to treat a girl? Ahana taught me how to tie a tali, but not just how to hug. I have no experience dealing with male women. Got married and had a little boy but forgot. Now we have to learn from the beginning," says Shine. Shine asks why he should say that he has never heard anything about the baby. "The baby is sitting happily. The baby's name is Sial. They are not on this continent. Otherwise, if they are separated, it is better for the children to grow up on either side. It is better to grow up on one side. Or you will have to spend ten days there and grow up listening to the offence here and the offence from here. The child is confused." Shine says, "If you grow up hearing just one crime, it will be better. Otherwise, you will be confused. It's not that we will blame anyone, but we will not blame anyone. I don't feel bad about anything. Shouldn't everyone live in peace? We should be happy about it", says Shine.
english
17 Now having traveled-through Amphipolis and Apollonia, they came to Thessalonica, where there was a synagogue of the Jews. 2 And in accordance with the thing having become-a-custom with Paul, he went-in to them. And on three Sabbaths he reasoned with them from the Scriptures, 3 opening them, and putting-before them that the Christ had-to suffer and rise-up from the dead, and that “This One is the Christ— the Jesus Whom I am proclaiming to you”. 4 And some of them were persuaded and were allotted-to[a] Paul and Silas— both a large number of the worshiping Greeks, and not a few of the leading women. 5 But the Jews— having become-jealous, and having taking along some evil men from the marketplace, and having formed-a-crowd— were throwing the city into-a-commotion. And having suddenly-come-upon the house of Jason, they were seeking them[b] to bring them forth to the public-assembly. 6 But not having found them, they were dragging Jason and some brothers before the city-authorities[c], shouting that “The ones having upset the world— these ones are also present here, 7 whom Jason has received[d]. And these ones all are acting contrary to the decrees of Caesar, saying that Jesus is another king”. 8 And they stirred-up the crowd and the city-authorities hearing these things. 9 And having received the bond[e] from Jason and the others, they released them. 10 And the brothers immediately sent-away both Paul and Silas during the night to Berea— who, having arrived, were going into the synagogue of the Jews. 11 Now these ones were more-noble[f] than the ones in Thessalonica— who[g] received the word with all eagerness, examining the Scriptures daily to see if these things might hold so. 12 So indeed many of them believed— and not a few of the prominent Greek women and men. 13 But when the Jews from Thessalonica came-to-know that the word of God was proclaimed by Paul in Berea also, they came there also, shaking[h] and stirring-up the crowds. 14 And at that time the brothers immediately sent Paul away, that he might go as-far-as to the sea. And both Silas and Timothy remained there. 15 Now the ones conducting Paul brought him as far as Athens. And having received a command for Silas and Timothy that they should come to him as soon as they could, they were going away [to them]. 16 And while Paul was waiting-for them in Athens, his spirit was being provoked[i] within him while observing the city being full-of-idols. 17 So indeed he was reasoning in the synagogue with the Jews and the ones worshiping, and in the marketplace every day with the ones happening-to-be-there. 18 And some of the Epicurean and Stoic philosophers also were conversing with him. And some were saying, “What would this scavenger[j] be intending to say?” And others, “He seems to be a proclaimer of strange deities[k]”— because he was announcing-the-good-news as to Jesus and the resurrection. 19 And having taken-hold-of him, they brought him to the Areopagus[l], saying, “Can we know what this new teaching being spoken by you is? 20 For you are bringing-in some things being strange to our ears. So we want to know what these things mean”. 21 Now all Athenians and the strangers residing there were finding-an-opportunity[m] for nothing other than to say something or to hear something newer. 22 And Paul, having been stood in the midst of the Areopagus, said, “Men, Athenians, I see how you are very-religious in all respects. 23 For while going-about and looking-carefully-at[n] your objects-of-worship, I also found an altar in which it had been inscribed, ‘To a not-known god’. Therefore what you are worshiping while not-knowing, this I am proclaiming to you: 24 God, the One having made the world and all the things in it— this One, being Lord of heaven and earth, does not dwell in temples made-by-human-hands. 25 Nor is He served by human hands, [as if] being-in-need of something[o]— He Himself giving life and breath and all things to all people. 26 And He made from one man every nation of mankind, that they should dwell upon all the face of the earth, having determined the times[p] having been appointed[q] for them and the boundaries of their dwelling-places[r]; 27 that they should seek God— if perhaps indeed they might grope-for[s] Him and find Him, though indeed He being not far from each one of us. 28 For in Him we live and move and exist, as also some of your poets[t] have said— ‘For we are indeed the One’s offspring[u]’. 29 Being then offspring of God, we ought not to think that the divine being is like gold or silver or stone— a work of human craft and thought. 30 So indeed, having overlooked[v] the times of ignorance, God, as to the present things, is commanding people that everyone everywhere should repent. 31 Because He set a day on which He is going to judge the world in righteousness by a Man Whom He designated, having granted[w] a proof [x] to everyone— having raised Him up from the dead”. 32 Now having heard-of a resurrection of the dead, some were scoffing, but others said, “We will indeed again hear you concerning this”. 33 So Paul went out of their midst. 34 And some men having joined him believed, among whom also were Dionysius the Areopagite[y]; and a woman— Damaris by name; and others with them. - Acts 17:4 Or, assigned-to, attached-to. That is, by God. Related to the concept of ‘lots’ in 1 Pet 5:3. - Acts 17:5 That is, Paul and Silas. - Acts 17:6 Or, politarchs. This is the title for the five or six member city council in Thessalonica. - Acts 17:7 That is, received as guests. - Acts 17:9 Or, the sufficient-amount-of money. The city authorities got a pledge from Jason that he would sent away Paul and Silas, and took a large enough bond to ensure he did so. Because of this quick and effective expulsion, whereby Paul was ‘orphaned’ (1 Thes 2:17) from them, we have Paul’s two letters to the Thessalonians. - Acts 17:11 That is, more spiritually noble-minded, as seen in their willingness to examine the Scriptures. - Acts 17:11 This refers to the Bereans. - Acts 17:13 Or, agitating. - Acts 17:16 Or, stimulated. - Acts 17:18 This rendering ridicules Paul as a gatherer of random tidbits of truth, like a bird in the marketplace. Or, babbler. This rendering ridicules him as an unsophisticated proclaimer of such tidbits. - Acts 17:18 Or, gods, divinities, as the pagans used this term. To Jews and Christians this word meant ‘demons’. - Acts 17:19 That is, the city’s governing council, which met on the ‘hill of Ares’ (the Greek god of war, whom the Romans called ‘Mars’). - Acts 17:21 Or, finding-the-time, having leisure, spending-the-time. - Acts 17:23 Or, examining, considering. - Acts 17:25 Or, someone. - Acts 17:26 That is, periods of ascendancy. - Acts 17:26 Or, commanded, fixed, assigned. - Acts 17:26 Or, settlements, colonies. - Acts 17:27 Or, feel-about-for. - Acts 17:28 Paul quotes from Aratus (270 b.c.) or Cleanthes (220 b.c.). - Acts 17:28 Or, family, people. - Acts 17:30 Or, disregarded, looked-beyond. - Acts 17:31 Or, shown, presented. - Acts 17:31 Or, a pledge, assurance [of this]. - Acts 17:34 That is, a member of the council that just heard Paul.
english
{condition_attribute} impl {qt_core}::AsReceiver for {type_path} {{ type Arguments = {args}; fn as_receiver(&self) -> {qt_core}::Receiver<Self::Arguments> {{ unsafe {{ {qt_core}::Receiver::new( ::cpp_core::Ref::from_raw(self).expect("attempted to construct a null Ref"), ::std::ffi::CStr::from_bytes_with_nul_unchecked(b"{receiver_id}\0") ) }} }} }}
rust
Dayot Upamecano has ended speculation about his future by signing a new contract with Bundesliga side RB Leipzig. The 21-year-old defender had been linked with a move to Premier League outfit Arsenal and his previous deal was due to expire in 2021. Leipzig had told Upamecano he needed to sign a new contract or would likely be sold in this transfer window rather than being allowed to depart for free a year down the line. And the France Under-21 international has elected to stay put, agreeing to terms on a deal that runs until 2023. "I feel right at home here in Leipzig - the overall package is perfect," said Upamecano, who was also thought to be of interest to Bayern Munich. "We had good conversations with [chief executive] Oliver Mintzlaff, [sporting director] Markus Krosche and [head coach] Julian Nagelsmann, which showed to me that extending my contract was the right decision for me to make. "Our young and hungry team is part of an ambitious club. I want to take the next step with Leipzig and reach our aims, because I'm convinced by the way we play our football. "I have been in Leipzig for over three years and I have continued to improve alongside the team's development. I want to carry on developing personally, and I think Julian Nagelsmann is a coach that can bring me to the next level. " Leipzig, who have a Champions League quarter-final against Atletico Madrid to look forward to next month, have already lost Timo Werner to Chelsea after he became the club's all-time top scorer last season, so Upamecano's extension is a boost. The centre-back has so far played 111 times for Leipzig since joining from sister club Salzburg in January 2017. "We are obviously pleased that Dayot Upamecano has signed an early contract extension," Krosche added. "Dayot has become a top defender at RB Leipzig over the past few years and can still develop at the age of just 21. It's great that he will continue to grow as a player here with us. "We have managed to retain the services of one of our most important players, who is a key figure for the club and also plays the way we want to as a team. "
english
<reponame>zcorpan/whatwg.org <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE> [whatwg] Error in Comment start dash state (8.2.4.19) </TITLE> <LINK REL="Index" HREF="index.html" > <LINK REL="made" HREF="mailto:whatwg%40lists.whatwg.org?Subject=Re%3A%20%5Bwhatwg%5D%20Error%20in%20Comment%20start%20dash%20state%20%288.2.4.19%29&In-Reply-To=%3C63df84f0812121701u6a025f6cn38ff237c785f16d%40mail.gmail.com%3E"> <META NAME="robots" CONTENT="index,nofollow"> <style type="text/css"> pre { white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ } </style> <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> <LINK REL="Previous" HREF="060052.html"> <LINK REL="Next" HREF="060054.html"> </HEAD> <BODY BGCOLOR="#ffffff"> <H1>[whatwg] Error in Comment start dash state (8.2.4.19)</H1> <!--htdig_noindex--> <B><NAME></B> <A HREF="mailto:whatwg%40lists.whatwg.org?Subject=Re%3A%20%5Bwhatwg%5D%20Error%20in%20Comment%20start%20dash%20state%20%288.2.4.19%29&In-Reply-To=%3C63df84f0812121701u6a025f6cn38ff237c785f16d%40mail.gmail.com%3E" TITLE="[whatwg] Error in Comment start dash state (8.2.4.19)">jonas at sicking.cc </A><BR> <I>Fri Dec 12 17:01:30 PST 2008</I> <P><UL> <LI>Previous message: <A HREF="060052.html">[whatwg] Error in Comment start dash state (8.2.4.19) </A></li> <LI>Next message: <A HREF="060054.html">[whatwg] Error in Comment start dash state (8.2.4.19) </A></li> <LI> <B>Messages sorted by:</B> <a href="date.html#60053">[ date ]</a> <a href="thread.html#60053">[ thread ]</a> <a href="subject.html#60053">[ subject ]</a> <a href="author.html#60053">[ author ]</a> </LI> </UL> <HR> <!--/htdig_noindex--> <!--beginarticle--> <PRE>On Fri, Dec 12, 2008 at 4:52 PM, <NAME> &lt;<A HREF="http://lists.whatwg.org/listinfo.cgi/whatwg-whatwg.org">jonas at sicking.cc</A>&gt; wrote: &gt;<i> Currently tokenizing the following string (starting at Data state) </I>&gt;<i> &quot;&lt;!--foo&quot; results in a parse error when hitting the 'f'. It seems like </I>&gt;<i> the error is in the &quot;Comment start dash state&quot; (section 8.2.4.19). It </I>&gt;<i> should switch to 'comment state' when a '-' is consumed, which is not </I>&gt;<i> what it currently does. </I> One more thing I forgot to mention. Several of the states regarding comments refer to outputting 'the comment token' and 'the comment tokens data'. However there is no mention that I could find for when the comment token is created. Maybe this isn't an error but a general pattern? / Jonas </PRE> <!--endarticle--> <!--htdig_noindex--> <HR> <P><UL> <!--threads--> <LI>Previous message: <A HREF="060052.html">[whatwg] Error in Comment start dash state (8.2.4.19) </A></li> <LI>Next message: <A HREF="060054.html">[whatwg] Error in Comment start dash state (8.2.4.19) </A></li> <LI> <B>Messages sorted by:</B> <a href="date.html#60053">[ date ]</a> <a href="thread.html#60053">[ thread ]</a> <a href="subject.html#60053">[ subject ]</a> <a href="author.html#60053">[ author ]</a> </LI> </UL> <hr> <a href="http://lists.whatwg.org/listinfo.cgi/whatwg-whatwg.org">More information about the whatwg mailing list</a><br> <!--/htdig_noindex--> </body></html>
html
<reponame>inugroho/pemilu-2019-scraper [{"id":47059,"idParent":47049,"namaWilayah":"BANJARAGUNG","tingkatWilayah":4,"idPro":42385,"idKab":47001,"idKec":47049,"idKel":47059,"namaPro":"<NAME>","namaKab":"JOMBANG","namaKec":"BARENG","namaKel":"BANJARAGUNG","kodeWilayah":"35.17.04.2010"},{"id":47056,"idParent":47049,"namaWilayah":"BARENG","tingkatWilayah":4,"idPro":42385,"idKab":47001,"idKec":47049,"idKel":47056,"namaPro":"<NAME>","namaKab":"JOMBANG","namaKec":"BARENG","namaKel":"BARENG","kodeWilayah":"35.17.04.2007"},{"id":47055,"idParent":47049,"namaWilayah":"JENISGELARAN","tingkatWilayah":4,"idPro":42385,"idKab":47001,"idKec":47049,"idKel":47055,"namaPro":"<NAME>","namaKab":"JOMBANG","namaKec":"BARENG","namaKel":"JENISGELARAN","kodeWilayah":"35.17.04.2006"},{"id":47053,"idParent":47049,"namaWilayah":"KARANGAN","tingkatWilayah":4,"idPro":42385,"idKab":47001,"idKec":47049,"idKel":47053,"namaPro":"<NAME>","namaKab":"JOMBANG","namaKec":"BARENG","namaKel":"KARANGAN","kodeWilayah":"35.17.04.2004"},{"id":47050,"idParent":47049,"namaWilayah":"KEBONDALEM","tingkatWilayah":4,"idPro":42385,"idKab":47001,"idKec":47049,"idKel":47050,"namaPro":"<NAME>","namaKab":"JOMBANG","namaKec":"BARENG","namaKel":"KEBONDALEM","kodeWilayah":"35.17.04.2001"},{"id":47058,"idParent":47049,"namaWilayah":"MOJOTENGAH","tingkatWilayah":4,"idPro":42385,"idKab":47001,"idKec":47049,"idKel":47058,"namaPro":"<NAME>","namaKab":"JOMBANG","namaKec":"BARENG","namaKel":"MOJOTENGAH","kodeWilayah":"35.17.04.2009"},{"id":47051,"idParent":47049,"namaWilayah":"MUNDUSEWU","tingkatWilayah":4,"idPro":42385,"idKab":47001,"idKec":47049,"idKel":47051,"namaPro":"<NAME>","namaKab":"JOMBANG","namaKec":"BARENG","namaKel":"MUNDUSEWU","kodeWilayah":"35.17.04.2002"},{"id":47054,"idParent":47049,"namaWilayah":"NGAMPUNGAN","tingkatWilayah":4,"idPro":42385,"idKab":47001,"idKec":47049,"idKel":47054,"namaPro":"<NAME>","namaKab":"JOMBANG","namaKec":"BARENG","namaKel":"NGAMPUNGAN","kodeWilayah":"35.17.04.2005"},{"id":47060,"idParent":47049,"namaWilayah":"NGLEBAK","tingkatWilayah":4,"idPro":42385,"idKab":47001,"idKec":47049,"idKel":47060,"namaPro":"<NAME>","namaKab":"JOMBANG","namaKec":"BARENG","namaKel":"NGLEBAK","kodeWilayah":"35.17.04.2011"},{"id":47061,"idParent":47049,"namaWilayah":"NGRIMBI","tingkatWilayah":4,"idPro":42385,"idKab":47001,"idKec":47049,"idKel":47061,"namaPro":"<NAME>","namaKab":"JOMBANG","namaKec":"BARENG","namaKel":"NGRIMBI","kodeWilayah":"35.17.04.2012"},{"id":47052,"idParent":47049,"namaWilayah":"PAKEL","tingkatWilayah":4,"idPro":42385,"idKab":47001,"idKec":47049,"idKel":47052,"namaPro":"<NAME>","namaKab":"JOMBANG","namaKec":"BARENG","namaKel":"PAKEL","kodeWilayah":"35.17.04.2003"},{"id":47062,"idParent":47049,"namaWilayah":"PULOSARI","tingkatWilayah":4,"idPro":42385,"idKab":47001,"idKec":47049,"idKel":47062,"namaPro":"<NAME>","namaKab":"JOMBANG","namaKec":"BARENG","namaKel":"PULOSARI","kodeWilayah":"35.17.04.2013"},{"id":47057,"idParent":47049,"namaWilayah":"TEBEL","tingkatWilayah":4,"idPro":42385,"idKab":47001,"idKec":47049,"idKel":47057,"namaPro":"<NAME>","namaKab":"JOMBANG","namaKec":"BARENG","namaKel":"TEBEL","kodeWilayah":"35.17.04.2008"}]
json
<gh_stars>1-10 { "id": 1574, "width": 9, "height": 11, "x": 5, "y": 19, "cells": "bhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaaHhaaej2aaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaaHhaaej0aaaHhaaej0iaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaaHhiaej0d1NHhHgeaaajfHhaaej2aaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaaHhiaej0d1NHhHgeaaaaaHhHgeaaejgHhHgem-aqgbhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaaHhiaej0d1NHhHgeaaaaaHhHgeaaaaaHhHgem-aaaHhbgejhiaabhGaeaaaaabhGaeaaaaabhGaeaaaaaHhaaej0aaaHhHgeaaaaaHhHgeaaaaaHhHgem-aaaHhHgeaaaaaHhiaej0l1NbhGaeaaaaabhGaeaaaaaHhaaej0aaaHhHgeaaaaaHhHgeaaaaaHhHgem-aaaHhHgeaaaaaHhHgeaaaaaHhaaej0iaabhGaeaaaaabhGaeaaaaaHhHgem2aaaHhHgem1aaaHhbgem-ajdHhHgeaaaaaHhHgeaaaaaHhHgeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaaHhHgeaaaaaHhHgeaaaaaHhHgeaaaaaHhHgem0aaaHhHgeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaaHhHgeaaaaaHhHgeaaaaaHhHgeaaaaaHhHgem1aaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaaHhHgeaaaaaHhbgem4afjHhHgeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaaGhbgeaaap9HhHgeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaaHhbgeaaafibhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaabhGaeaaaaa" }
json
<filename>examples/raspi-led/johnny5.js const five = require('johnny-five'); const Raspi = require('raspi-io'); const board = new five.Board({ io: new Raspi() }); board.on('ready', function() { const led = new five.Led('P1-13'); led.blink(); });
javascript
6 (A)Your righteousness is like the mountains of God; (B)your judgments are like the great deep; man and beast you (C)save, O Lord. The Holy Bible, English Standard Version. ESV® Text Edition: 2016. Copyright © 2001 by Crossway Bibles, a publishing ministry of Good News Publishers.
english
<gh_stars>1-10 // tslint:disable:max-classes-per-file // tslint:disable:variable-name declare module "diagram-js/lib/core/EventBus" { import { IBounds, IPoint } from "diagram-js"; import { Base, Connection, Shape } from "diagram-js/lib/model"; import SnapContext from "diagram-js/lib/features/snapping/SnapContext"; /** * A general purpose event bus. * * This component is used to communicate across a diagram instance. * Other parts of a diagram can use it to listen to and broadcast events. * * * ## Registering for Events * * The event bus provides the {@link EventBus#on} and {@link EventBus#once} * methods to register for events. {@link EventBus#off} can be used to * remove event registrations. Listeners receive an instance of {@link Event} * as the first argument. It allows them to hook into the event execution. * * ```javascript * * // listen for event * eventBus.on('foo', function(event) { * * // access event type * event.type; // 'foo' * * // stop propagation to other listeners * event.stopPropagation(); * * // prevent event default * event.preventDefault(); * }); * * // listen for event with custom payload * eventBus.on('bar', function(event, payload) { * console.log(payload); * }); * * // listen for event returning value * eventBus.on('foobar', function(event) { * * // stop event propagation + prevent default * return false; * * // stop event propagation + return custom result * return { * complex: 'listening result' * }; * }); * * * // listen with custom priority (default=1000, higher is better) * eventBus.on('priorityfoo', 1500, function(event) { * console.log('invoked first!'); * }); * * * // listen for event and pass the context (`this`) * eventBus.on('foobar', function(event) { * this.foo(); * }, this); * ``` * * * ## Emitting Events * * Events can be emitted via the event bus using {@link EventBus#fire}. * * ```javascript * * // false indicates that the default action * // was prevented by listeners * if (eventBus.fire('foo') === false) { * console.log('default has been prevented!'); * }; * * * // custom args + return value listener * eventBus.on('sum', function(event, a, b) { * return a + b; * }); * * // you can pass custom arguments + retrieve result values. * var sum = eventBus.fire('sum', 1, 2); * console.log(sum); // 3 * ``` */ export default class EventBus { constructor(); /** * Register an event listener for events with the given name. * * The callback will be invoked with `event, ...additionalArguments` * that have been passed to {@link EventBus#fire}. * * Returning false from a listener will prevent the events default action * (if any is specified). To stop an event from being processed further in * other listeners execute {@link Event#stopPropagation}. * * Returning anything but `undefined` from a listener will stop the listener propagation. * * @param {String|Array<String>} events * @param {Number} [priority=1000] the priority in which this listener is called, larger is higher * @param {Function} callback * @param {Object} [that] Pass context (`this`) to the callback */ public on(events: EventType, priority: number, callback: (Event: EventBusEvent<Object>) => void, that: Object): void; public on(events: EventType, callback: (event: EventBusEvent<Object>) => void): void; public on(events: "bendpoint.move.ended", priority: number, callback: (Event: BEndpointMoveEndedEvent) => void): void; public on(events: "bendpoint.move.ended", callback: (Event: BEndpointMoveEndedEvent) => void): void; public on(events: "canvas.init", callback: (event: EventBusEvent<Object>) => void): void; public on(events: "create.canceled", callback: (event: CreateCanceledEvent) => void): void; public on(events: "create.ended", callback: (event: CreateEndedEvent) => void): void; public on(events: "create.rejected", callback: (event: CreateRejectedEvent) => void): void; public on(events: "commandStack.changed", callback: () => void): void; public on(events: "commandStack.changed", priority: number, callback: () => void): void; public on(events: "connection.added", callback: (event: ConnectionAddedEvent) => void): void; public on(events: "connectionSegment.move.ended", callback: (event: ConnectionSegmentMoveEndedEvent) => void): void; public on(events: "drag.start", callback: (event: EventBusEvent<Object>) => void): void; public on(events: "drag.ended", callback: (event: DragEndedEvent) => void): void; public on(events: "element.click", callback: (event: ElementClickEvent) => void): void; public on(events: "element.dblclick", callback: (event: ElementDblClickEvent) => void): void; public on(events: "resize.end", callback: (event: ResizeEndEvent) => void): void; public on(events: "resize.end", priority: number, callback: (event: ResizeEndEvent) => void): void; public on(events: "resize.ended", callback: (event: EventBusEvent<IResizeEndedContext>) => void): void; public on(events: "shape.add", callback: (Event: ShapeAddEvent) => void): void; public on(events: "shape.added", priority: number, callback: (Event: ShapeAddedEvent) => void): void; public on(events: "shape.added", callback: (Event: ShapeAddedEvent) => void): void; public on(events: "shape.move.end", priority: number, callback: (Event: EventBusEvent<Object>) => void, that: Object): void; public on(events: "shape.move.ended", priority: number, callback: (Event: EventBusEvent<IShapeMoveEndContext>) => void): void; public on(events: "shape.move.ended", callback: (Event: EventBusEvent<IShapeMoveEndContext>) => void): void; public on(events: "shape.removed", callback: (Event: ShapeRemovedEvent) => void): void; public on(events: "spaceTool.ended", priority: number, callback: () => void): void; public on(events: "spaceTool.ended", callback: () => void): void; public on(events: "spaceTool.ended", callback: (event: SpaceToolEndedEvent) => void): void; /** * Register an event listener that is executed only once. * * @param {String} event the event name to register for * @param {Function} callback the callback to execute * @param {Object} [that] Pass context (`this`) to the callback */ public once(event: "element.click", priority: number, callback: (Event: EventBusEvent<Object>) => void, that?: Object): void; /** * Removes event listeners by event and callback. * * If no callback is given, all listeners for a given event name are being removed. * * @param {String} event * @param {Function} [callback] */ public off(event: string, callback?: (Event: Event) => void): void; /** * Fires a named event. * * @example * * // fire event by name * events.fire('foo'); * * // fire event object with nested type * var event = { type: 'foo' }; * events.fire(event); * * // fire event with explicit type * var event = { x: 10, y: 20 }; * events.fire('element.moved', event); * * // pass additional arguments to the event * events.on('foo', function(event, bar) { * alert(bar); * }); * * events.fire({ type: 'foo' }, 'I am bar!'); * * @param {String} [name] the optional event name * @param {Object} [event] the event object * @param {...Object} additional arguments to be passed to the callback functions * * @return {Boolean} the events return value, if specified or false if the * default action was prevented by listeners */ public fire(type: string, data: Object): boolean; public fire(type: "shape.move.end", data: IShapeMoveEndData): boolean; /** * Clear the diagram, removing all contents. */ public fire(type: "diagram.clear" | "diagram.init"): void; public fire(type: "render.shape", data: { gfx: SVGElement, element: Shape }): SVGElement; public fire(type: "render.connection", data: { gfx: SVGElement, element: Connection }): SVGElement; /* * Add new listener with a certain priority to the list * of listeners (for the given event). * * The semantics of listener registration / listener execution are * first register, first serve: New listeners will always be inserted * after existing listeners with the same priority. * * Example: Inserting two listeners with priority 1000 and 1300 * * * before: [ 1500, 1500, 1000, 1000 ] * * after: [ 1500, 1500, (new=1300), 1000, 1000, (new=1000) ] * * @param {String} event * @param {Object} listener { priority, callback } */ public _addListener(event: string, newListener: Object): void; } export type ResizeEndedDirection = "se" | "sw" | "ne" | "nw"; export interface IResizeEndedContext { canExecute: boolean; delta: IPoint; direction: ResizeEndedDirection; frame: SVGRectElement; newBounds: IBounds; resizeConstraints: Object; shape: Shape; } export interface IShapeMoveEndContext { delta: IPoint; canExecute: boolean | string; shape: Base; shapes: Base[]; } export interface IShapeMoveEndData { context: IShapeMoveEndContext; } type EventType = "lasso.selection.ended"; /** * A event that is emitted via the event bus. */ export class EventBusEvent<ContextType> { public context: ContextType; public stopPropagation(): void; public preventDefault(): void; public init(data: Object): void; } export class ElementDblClickEvent extends ElementClickEvent { } export class ElementClickEvent extends EventBusEvent<void> { public element: Base; public gfx: SVGGElement; public originalEvent: MouseEvent; } export class ShapeAddEvent extends EventBusEvent<void> { public element: Shape; public parent: Shape; public type: "shape.add"; } export class ShapeAddedEvent extends EventBusEvent<void> { public element: Shape; public gfx: SVGGElement; public type: "shape.added"; } export class ConnectionSegmentMoveEndedEvent extends EventBusEvent<Object> { public connection: Connection; public connectionGfx: SVGGElement; public hoverGfx: SVGGElement; public originalEvent: MouseEvent; } export class BEndpointMoveEndedEvent extends EventBusEvent<Object> { public connection: Connection; public connectionGfx: SVGGElement; public hoverGfx: SVGGElement; public originalEvent: MouseEvent; } export class ShapeRemovedEvent extends EventBusEvent<void> { public element: Shape; } export class CreateEndedEvent extends EventBusEvent<void> { public shape: Shape; public originalEvent: Event; } export interface ICreateCanceledContext { canExecute: boolean; shape: Shape; snapContext: SnapContext; source: {}; target: Shape; visual: SVGGElement; } export class CreateCanceledEvent extends EventBusEvent<ICreateCanceledContext> { dx: number; dy: number; hover: Shape; hoverGfx: SVGGElement; originalEvent: MouseEvent; previousSelection: {}[]; shape: Shape; x: number; y: number; } export class CreateRejectedEvent extends CreateCanceledEvent { } export interface ISpaceToolEndedContext { axis: "x" | "y"; direction: "e" | "w" | "s" | "n"; dragGroup: SVGGElement; frameGroup: SVGGElement; frames: {}[]; initialized: boolean; line: SVGPathElement; movingConnections: Connection[]; movingShapes: Shape[]; resizingShapes: Shape[]; } export class SpaceToolEndedEvent extends EventBusEvent<ISpaceToolEndedContext> { dx: number; dy: number; hover: Shape; hoverGfx: SVGGElement; originalEvent: MouseEvent; previousSelection: {}[]; x: number; y: number; } export interface IDragEndedEventContext { allDraggedElements: Base[]; canExecute: boolean; delta: IPoint; differentParents: boolean; dragGroup: SVGGElement; shape: Shape; shapes: Shape[]; snapContext: SnapContext; target: Shape; validatedShapes: Shape[]; } export class DragEndedEvent extends EventBusEvent<IDragEndedEventContext> { dx: number; dy: number; hover: Shape; hoverGfx: SVGGElement; originalEvent: MouseEvent; previousSelection: {}[]; shape: Shape; x: number; y: number; } export class ConnectionAddedEvent extends EventBusEvent<void> { element: Connection; gfx: SVGGElement; } export interface IResizeEndContext { canExecute: true; delta: IPoint; direction: "se" | "sw" | "ne" | "nw"; frame: SVGRectElement; newBounds: IBounds; resizeConstraints: {}; shape: Shape; } export class ResizeEndEvent extends EventBusEvent<IResizeEndContext> { dx: number; dy: number; hover: Shape; hoverGfx: SVGGElement; originalEvent: MouseEvent; previousSelection: Shape; shape: Shape; x: number; y: number; } }
typescript
<filename>integration-tests/bats/server_multiclient_test.py import os import sys from queue import Queue from threading import Thread from helper.pytest import DoltConnection # Utility functions def print_err(e): print(e, file=sys.stderr) def query(dc, query_str): return dc.query(query_str, False) def query_with_expected_error(dc, non_error_msg , query_str): try: dc.query(query_str, False) raise Exception(non_error_msg) except: pass def row(pk, c1, c2): return {"pk":str(pk),"c1":str(c1),"c2":str(c2)} UPDATE_BRANCH_FAIL_MSG = "Failed to update branch" def commit_and_update_branch(dc, commit_message, expected_hashes, branch_name): expected_hash = "(" for i, eh in enumerate(expected_hashes): if i != 0: expected_hash += " or " expected_hash += "hash = %s" % eh expected_hash += ")" query_str = 'UPDATE dolt_branches SET hash = Commit("-m", "%s") WHERE name = "%s" AND %s' % (commit_message, branch_name, expected_hash) _, row_count = query(dc, query_str) if row_count != 1: raise Exception(UPDATE_BRANCH_FAIL_MSG) query(dc, 'SET @@repo1_head=HASHOF("%s");' % branch_name) def query_and_test_results(dc, query_str, expected): results, _ = query(dc, query_str) if results != expected: raise Exception("Unexpected results for query:\n\t%s\nExpected:\n\t%s\nActual:\n\t%s" % (query_str, str(), str(results))) def resolve_theirs(dc): query_str = "REPLACE INTO test (pk, c1, c2) SELECT their_pk, their_c1, their_c2 FROM dolt_conflicts_test WHERE their_pk IS NOT NULL;" query(dc, query_str) query_str = """DELETE FROM test WHERE pk in ( SELECT base_pk FROM dolt_conflicts_test WHERE their_pk IS NULL );""" query(dc, query_str) query(dc, "DELETE FROM dolt_conflicts_test") def create_branch(dc, branch_name): query_str = 'INSERT INTO dolt_branches (name, hash) VALUES ("%s", @@repo1_head);' % branch_name _, row_count = query(dc, query_str) if row_count != 1: raise Exception("Failed to create branch") # work functions def connect(dc): dc.connect() def create_tables(dc): query(dc, 'SET @@repo1_head=HASHOF("master");') query(dc, """ CREATE TABLE test ( pk INT NOT NULL, c1 INT, c2 INT, PRIMARY KEY(pk));""") commit_and_update_branch(dc, "Created tables", ["@@repo1_head"], "master") query_and_test_results(dc, "SHOW TABLES;", [{"Table": "test"}]) def duplicate_table_create(dc): query(dc, 'SET @@repo1_head=HASHOF("master");') query_with_expected_error(dc, "Should have failed creating duplicate table", """ CREATE TABLE test ( pk INT NOT NULL, c1 INT, c2 INT, PRIMARY KEY(pk));""") def seed_master(dc): query(dc, 'SET @@repo1_head=HASHOF("master");') _, row_count = query(dc, 'INSERT INTO test VALUES (0,0,0),(1,1,1),(2,2,2)') if row_count != 3: raise Exception("Failed to update rows") commit_and_update_branch(dc, "Seeded initial data", ["@@repo1_head"], "master") expected = [row(0,0,0), row(1,1,1), row(2,2,2)] query_and_test_results(dc, "SELECT pk, c1, c2 FROM test ORDER BY pk", expected) def modify_pk0_on_master_and_commit(dc): query(dc, 'SET @@repo1_head=HASHOF("master");') query(dc, "UPDATE test SET c1=1 WHERE pk=0;") commit_and_update_branch(dc, "set c1 to 1", ["@@repo1_head"], "master") def modify_pk0_on_master_no_commit(dc): query(dc, 'SET @@repo1_head=HASHOF("master");') query(dc, "UPDATE test SET c1=2 WHERE pk=0") def fail_to_commit(dc): try: commit_and_update_branch(dc, "Created tables", ["@@repo1_head"], "master") raise Exception("Failed to fail commit") except Exception as e: if str(e) != UPDATE_BRANCH_FAIL_MSG: raise e def commit_to_feature(dc): create_branch(dc, "feature") commit_and_update_branch(dc, "set c1 to 2", ["@@repo1_head"], "feature") def merge_resolve_commit(dc): query(dc, 'SET @@repo1_head=Merge("master");') query_and_test_results(dc, "SELECT * from dolt_conflicts;", [{"table": "test", "num_conflicts": "1"}]) resolve_theirs(dc) expected = [row(0,1,0), row(1,1,1), row(2,2,2)] query_and_test_results(dc, "SELECT pk, c1, c2 FROM test ORDER BY pk", expected) commit_and_update_branch(dc, "resolved conflicts", ['HASHOF("HEAD^1")', 'HASHOF("HEAD^2")'], "master") # test script MAX_SIMULTANEOUS_CONNECTIONS = 2 PORT_STR = sys.argv[1] CONNECTIONS = [None]*MAX_SIMULTANEOUS_CONNECTIONS for i in range(MAX_SIMULTANEOUS_CONNECTIONS): CONNECTIONS[i] = DoltConnection(port=int(PORT_STR), database="repo1", user='dolt', auto_commit=False) WORK_QUEUE = Queue() # work item run by workers class WorkItem(object): def __init__(self, dc, *work_funcs): self.dc = dc self.work_funcs = work_funcs self.exception = None # worker thread function def worker(): while True: try: item = WORK_QUEUE.get() for work_func in item.work_funcs: work_func(item.dc) WORK_QUEUE.task_done() except Exception as e: work_item.exception = e WORK_QUEUE.task_done() # start the worker threads for i in range(MAX_SIMULTANEOUS_CONNECTIONS): t = Thread(target=worker) t.daemon = True t.start() # This defines the actual test script. Each stage in the script has a list of work items. Each work item # in a stage should have a different connection associated with it. Each connections work is done in parallel # each of the work functions for a connection is executed in order. work_item_stages = [ [WorkItem(CONNECTIONS[0], connect, create_tables)], [WorkItem(CONNECTIONS[0], seed_master), WorkItem(CONNECTIONS[1], connect, duplicate_table_create)], [WorkItem(CONNECTIONS[0], modify_pk0_on_master_and_commit), WorkItem(CONNECTIONS[1], modify_pk0_on_master_no_commit)], [WorkItem(CONNECTIONS[1], fail_to_commit, commit_to_feature, merge_resolve_commit)] ] # Loop through the work item stages executing each stage by sending the work items for the stage to the worker threads # and then waiting for all of them to finish before moving on to the next one. Checks for an error after every stage. for stage, work_items in enumerate(work_item_stages): print("Running stage %d / %d" % (stage,len(work_item_stages))) for work_item in work_items: WORK_QUEUE.put(work_item) WORK_QUEUE.join() for work_item in work_items: if work_item.exception is not None: print_err(work_item.exception) sys.exit(1)
python
Indian captain Mahendra Singh Dhoni Sunday praised his batsmen for a stellar performance but reserved special praise for the talented Rohit Sharma, who he thinks can become a good finisher. Indian captain Mahendra Singh Dhoni Sunday praised his batsmen for a stellar performance but reserved special praise for the talented Rohit Sharma, who he thinks can become a good finisher. India chased down a target of 330 set by Pakistan in the fifth ODI of the Asia Cup. Virat Kohli (183) was the star of the show recording his third ODI century in the last four matches. Kohli’s two hundred run stand, first with Sachin Tendulkar (133) and then with Rohit (172) were crucial for the win. Tendulkar scored 52 while Rohit hit an impressive 68. “They (Pakistan) batted brilliantly, we used eight bowlers. Sachin and Virat batted brilliantly, Rohit can be a good finisher. Kohli was brilliant. Once you cross 300 it’s difficult irrespective of how flat the pitch is, we did it in Hobart,” Dhoni said in the post-match conference. For the second match running Indian bowlers were plundered for runs. Though Dhoni said that the Indian bowlers did not lack talent but needed to learn how to handle pressure. “We’ve got the talent in the bowling department also. It’s about how you handle pressure, they will learn from games like these,” he said. Pakistan captain Misbah-ul-Haq too praised Kohli and said that his innings was the best he had seen in his career. “Excellent innings by Kohli. Credit goes to their batsmen, it’s easy out there under lights, 329 is still a good score. The best innings (Kohli) I have ever seen,” said Misbah. A modest Kohli praised Rohit and said that he would rate this innings alongside the match when he scored 133 as India chased down Sri Lanka’s target of 321 in 36. 4 overs. “I still can’t believe what happened out there honestly. I’m really satisfied. We were waiting for these 3-4 overs of 15-20 runs. I’m a fan of Rohit Sharma, love watching him bat. I would rate this knock and Hobart equally. To be able to chase 330 against this bowling is satisfying,” said Kohli. (IANS)
english
<reponame>Rossb0b/sec-literal // Import Third-party Dependencies import FrequencySet from "frequency-set"; // Import Internal Dependencies import * as Literal from "./literal.js"; /** * @description get the common string prefix (at the start) pattern * @param {!string | SecLiteral} leftAnyValue * @param {!string | SecLiteral} rightAnyValue * @returns {string | null} * * @example * commonStringPrefix("boo", "foo"); // null * commonStringPrefix("bromance", "brother"); // "bro" */ export function commonStringPrefix(leftAnyValue, rightAnyValue) { const leftStr = Literal.toValue(leftAnyValue); const rightStr = Literal.toValue(rightAnyValue); // The length of leftStr cannot be greater than that rightStr const minLen = leftStr.length > rightStr.length ? rightStr.length : leftStr.length; let commonStr = ""; for (let id = 0; id < minLen; id++) { if (leftStr.charAt(id) !== rightStr.charAt(id)) { break; } commonStr += leftStr.charAt(id); } return commonStr === "" ? null : commonStr; } function reverseString(string) { return string.split("").reverse().join(""); } /** * @description get the common string suffixes (at the end) pattern * @param {!string} leftStr * @param {!string} rightStr * @returns {string | null} * * @example * commonStringSuffix("boo", "foo"); // oo * commonStringSuffix("bromance", "brother"); // null */ export function commonStringSuffix(leftStr, rightStr) { const commonPrefix = commonStringPrefix( reverseString(leftStr), reverseString(rightStr) ); return commonPrefix === null ? null : reverseString(commonPrefix); } export function commonHexadecimalPrefix(identifiersArray) { if (!Array.isArray(identifiersArray)) { throw new TypeError("identifiersArray must be an Array"); } const prefix = new FrequencySet(); mainLoop: for (const value of identifiersArray.slice().sort()) { for (const [cp, count] of prefix) { const commonStr = commonStringPrefix(value, cp); if (commonStr === null) { continue; } if (commonStr === cp || commonStr.startsWith(cp)) { prefix.add(cp); } else if (cp.startsWith(commonStr)) { prefix.delete(cp); prefix.add(commonStr, count + 1); } continue mainLoop; } prefix.add(value); } // We remove one-time occurences (because they are normal variables) let oneTimeOccurence = 0; for (const [key, value] of prefix.entries()) { if (value === 1) { prefix.delete(key); oneTimeOccurence++; } } return { oneTimeOccurence, prefix: Object.fromEntries(prefix) }; }
javascript
[{"win_team_name":"ガンガン","win_team_mvp":"ミユミユ♪♪"},{"win_team_name":"だいじに","win_team_mvp":"NAYUTA"},{"win_team_name":"だいじに","win_team_mvp":"ヒゲのひと"},{"win_team_name":"だいじに","win_team_mvp":"リロ"},{"win_team_name":"だいじに","win_team_mvp":"ももちゃん♪"},{"win_team_name":"ガンガン","win_team_mvp":"iMac"},{"win_team_name":"ガンガン","win_team_mvp":"あったかオフトゥーン"},{"win_team_name":"だいじに","win_team_mvp":"みづき"},{"win_team_name":"だいじに","win_team_mvp":"ま"},{"win_team_name":"だいじに","win_team_mvp":"ワトム"},{"win_team_name":"だいじに","win_team_mvp":"とろぴかるふるーつ"},{"win_team_name":"ガンガン","win_team_mvp":"WJ∴jupiter"},{"win_team_name":"ガンガン","win_team_mvp":"すねわらのいちみ"},{"win_team_name":"ガンガン","win_team_mvp":"こうだい"},{"win_team_name":"ガンガン","win_team_mvp":"みき"},{"win_team_name":"だいじに","win_team_mvp":"ポコポコランチャー"},{"win_team_name":"だいじに","win_team_mvp":"オニオオハシ"},{"win_team_name":"だいじに","win_team_mvp":"ホーク"},{"win_team_name":"ガンガン","win_team_mvp":"たける"},{"win_team_name":"ガンガン","win_team_mvp":"どんかい"},{"win_team_name":"ガンガン","win_team_mvp":"りょー(・ω・)♭"},{"win_team_name":"だいじに","win_team_mvp":"かけ"},{"win_team_name":"ガンガン","win_team_mvp":"まりまり"},{"win_team_name":"だいじに","win_team_mvp":"なお"},{"win_team_name":"ガンガン","win_team_mvp":"かぼ"},{"win_team_name":"ガンガン","win_team_mvp":"みだれとうしろう"},{"win_team_name":"ガンガン","win_team_mvp":"おかあ"},{"win_team_name":"だいじに","win_team_mvp":"むー"},{"win_team_name":"だいじに","win_team_mvp":"4649"},{"win_team_name":"ガンガン","win_team_mvp":"たかし"},{"win_team_name":"ガンガン","win_team_mvp":"pako1 させろ"},{"win_team_name":"ガンガン","win_team_mvp":"MARIN"},{"win_team_name":"ガンガン","win_team_mvp":"はるか"},{"win_team_name":"ガンガン","win_team_mvp":"(っ*'ω'*c)"},{"win_team_name":"だいじに","win_team_mvp":"なっちゃん"},{"win_team_name":"だいじに","win_team_mvp":"あやか"},{"win_team_name":"だいじに","win_team_mvp":"akuEviL"},{"win_team_name":"ガンガン","win_team_mvp":"Cheehalu"},{"win_team_name":"だいじに","win_team_mvp":"Rogumu"},{"win_team_name":"だいじに","win_team_mvp":"りーな"},{"win_team_name":"ガンガン","win_team_mvp":"HATSU"},{"win_team_name":"ガンガン","win_team_mvp":"じらい"},{"win_team_name":"ガンガン","win_team_mvp":"○リコンマスターたか"},{"win_team_name":"ガンガン","win_team_mvp":"みづき"},{"win_team_name":"ガンガン","win_team_mvp":"yoco*"},{"win_team_name":"だいじに","win_team_mvp":"のっち"},{"win_team_name":"だいじに","win_team_mvp":"Ribro"},{"win_team_name":"だいじに","win_team_mvp":"くるぶし"},{"win_team_name":"だいじに","win_team_mvp":"かすが としあき"},{"win_team_name":"だいじに","win_team_mvp":"じゃんく"},{"win_team_name":"ガンガン","win_team_mvp":"ちひろぱぱ"},{"win_team_name":"ガンガン","win_team_mvp":"ゆいき"},{"win_team_name":"ガンガン","win_team_mvp":"りーたん"},{"win_team_name":"だいじに","win_team_mvp":"ゆうこ"},{"win_team_name":"だいじに","win_team_mvp":"yamada"},{"win_team_name":"ガンガン","win_team_mvp":"KMN"},{"win_team_name":"ガンガン","win_team_mvp":"るんるん"},{"win_team_name":"だいじに","win_team_mvp":"きんじょうしんご"},{"win_team_name":"ガンガン","win_team_mvp":"くまたん"},{"win_team_name":"ガンガン","win_team_mvp":"やすりん"},{"win_team_name":"だいじに","win_team_mvp":"Fuku"},{"win_team_name":"ガンガン","win_team_mvp":"キャメル"},{"win_team_name":"だいじに","win_team_mvp":"いかとん1ごう"},{"win_team_name":"ガンガン","win_team_mvp":"こうた"},{"win_team_name":"ガンガン","win_team_mvp":"Hi"},{"win_team_name":"だいじに","win_team_mvp":"にく"},{"win_team_name":"だいじに","win_team_mvp":"さりピョン"},{"win_team_name":"だいじに","win_team_mvp":"ラモス"},{"win_team_name":"ガンガン","win_team_mvp":"ーまつ*"},{"win_team_name":"だいじに","win_team_mvp":"えく"},{"win_team_name":"ガンガン","win_team_mvp":"キョウ"},{"win_team_name":"ガンガン","win_team_mvp":"KANA"},{"win_team_name":"ガンガン","win_team_mvp":"ケン"},{"win_team_name":"だいじに","win_team_mvp":"こうきち"},{"win_team_name":"だいじに","win_team_mvp":"しげやっくる"},{"win_team_name":"ガンガン","win_team_mvp":"にし"},{"win_team_name":"ガンガン","win_team_mvp":"きょうご"},{"win_team_name":"だいじに","win_team_mvp":"Pei"},{"win_team_name":"だいじに","win_team_mvp":"ちょい"},{"win_team_name":"ガンガン","win_team_mvp":"ローラーれんしゅう"},{"win_team_name":"ガンガン","win_team_mvp":"ダイオウはる"},{"win_team_name":"だいじに","win_team_mvp":"しゅう"},{"win_team_name":"ガンガン","win_team_mvp":"ゆいたん"},{"win_team_name":"だいじに","win_team_mvp":"じょうし"},{"win_team_name":"だいじに","win_team_mvp":"はるの"},{"win_team_name":"ガンガン","win_team_mvp":"おっこ"},{"win_team_name":"だいじに","win_team_mvp":"シノゾネス"},{"win_team_name":"ガンガン","win_team_mvp":"Dârкйэss†G"},{"win_team_name":"ガンガン","win_team_mvp":"Oti#KeHs"},{"win_team_name":"だいじに","win_team_mvp":"†アオリイカ†"},{"win_team_name":"だいじに","win_team_mvp":"しょうゆ"}]
json
<filename>LACCPlus/Cloudstack/892_2.java //,temp,ResourceManagerImpl.java,2903,2920,temp,ResourceManagerImpl.java,2764,2784 //,3 public class xxx { @Override public HostStats getHostStatistics(final long hostId) { final Answer answer = _agentMgr.easySend(hostId, new GetHostStatsCommand(_hostDao.findById(hostId).getGuid(), _hostDao.findById(hostId).getName(), hostId)); if (answer != null && answer instanceof UnsupportedAnswer) { return null; } if (answer == null || !answer.getResult()) { final String msg = "Unable to obtain host " + hostId + " statistics. "; s_logger.warn(msg); return null; } else { // now construct the result object if (answer instanceof GetHostStatsAnswer) { return ((GetHostStatsAnswer)answer).getHostStats(); } } return null; } };
java
<filename>src/main/java/fr/poulpogaz/animescandl/utils/log/ASDLContextSelector.java package fr.poulpogaz.animescandl.utils.log; import org.apache.logging.log4j.core.LoggerContext; import org.apache.logging.log4j.core.selector.ClassLoaderContextSelector; import java.net.URI; public class ASDLContextSelector extends ClassLoaderContextSelector { @Override protected LoggerContext createContext(final String name, final URI configLocation) { return new ASDLLoggerContext(name, null, configLocation); } @Override protected String toContextMapKey(final ClassLoader loader) { return "ASDLContextSelector@" + Integer.toHexString(System.identityHashCode(loader)); } @Override protected String defaultContextName() { return "ASDLContextSelector@" + Thread.currentThread().getName(); } }
java
New Delhi: The Air India privatisation deal is likely to spill over to the next fiscal as the divestment process is unlikely to conclude in the remaining a little over three months of 2020-21, an official told news agency PTI. The government has received multiple bids for the disinvestment of its stake in debt-ridden national carrier Air India, the secretary of the Department of Investment and Public Asset Management (DIPAM) informed on Twitter. "Multiple expressions of interest have been received for strategic disinvestment of Air India. The transaction will now move to the second stage," the secretary tweeted on Monday as the bidding process concluded. According to ET Now sources, the Tata group has bid itself for buy out to Air India. The TATA group has submitted an expression of interest for the national carrier. Aviation minister, Hardeep Singh Puri, had earlier said that the airline will have to be shut if it is not privatized. A group of 219 Air India Ltd. employees also submitted a bid to purchase 51% of the state-owned carrier. The remaining 49% will be held by a financial partner, according to Air India’s commercial director Meenakshi Malik. Each employee will have to contribute at least Rs 100,000 ($1,360) toward the bid, she said. Air India has been unprofitable since its 2007 merger with state-owned domestic operator Indian Airlines Ltd. The ailing national carrier has outstanding debt of Rs 23,286 crore after the government brought it down from Rs 62,000 crore earlier this year to make the airline more attractive to potential buyers. “The Transaction Advisor will inform the qualified bidders by January 6 following which the bidders will be given access to virtual data room (VDR) of Air India," an official told PTI. The official further added that the share purchase pact will be shared with the bidders, following which financial bids would be invited. “The transaction will be concluded only in next fiscal as we are expecting bidders to have a lot of queries once they get access to VDR and before they put in their financial bids," the official told PTI. Earlier, the Centre had transferred the cash-strapped national carrier's debt to a government-owned special purpose vehicle, Air India Assets Holding Co. Ltd. Further, the government changed the sale terms allowing potential bidders to value the embattled airline's debt instead of the government’s fixed amount. The divestment process of the cash-strapped national carrier is crucial for the government because for the current fiscal year, the Budget has pegged disinvestment proceeds at Rs 2. 10 lakh crore, including Rs 1. 20 lakh crore from CPSE share sale and Rs 90,000 crore from a share sale in state-controlled banks and financial institutions, including the listing of insurance major LIC.
english
<reponame>pebutler3/pebutler3.com<gh_stars>0 html { font-size: 62.5%; } body { border-top: 0.5rem solid #ff44bd; color: #483d8b; font-size: 1.4rem; } h1 { font-size: 2.4rem; } h2 { background-color: #483d8b; color: #fff; display: inline-block; padding: .25rem 1rem; } .info-box__wrapper { display: flex; flex-direction: column; width: 100%; } @media (min-width: 48em) { .info-box__wrapper { flex-direction: row; } } @media (min-width: small) { .info-box__wrapper { flex-direction: row; } } .info-box { flex: 1; padding: 1rem 2rem; border-bottom: 1px solid #f3f3f3; } @media (min-width: 62em) { .info-box { border: 0.1rem solid #000; box-shadow: 1rem 1rem 0rem #f3f3f3; margin: 2rem 2rem 2rem 0; padding: 2rem; } .info-box:last-child { margin-left: 2rem; } } .info-box h2 { margin: 0; }
css
/*Icons Used : LineAwesome; */ /*User Dropdown; */ /* Nav Pill */ /* Typography Configuration */ /* Scroll Configuration */ /* Layouts */ /* Responsive Configuration */ *:focus { outline: 0 !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .wrimagecard{ margin-top: 0; margin-bottom: 1.5rem; text-align: left; position: relative; background: #fff; box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15); border-radius: 4px; transition: all 0.3s ease; } .wrimagecard .fa{ position: relative; font-size: 70px; } .wrimagecard-topimage_header{ padding: 20px; } a.wrimagecard:hover, .wrimagecard-topimage:hover { box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2); } .wrimagecard-topimage a { width: 100%; height: 100%; display: block; } .wrimagecard-topimage_title { padding: 20px 24px; height: 80px; padding-bottom: 0.75rem; position: relative; } .wrimagecard-topimage a { border-bottom: none; text-decoration: none; color: #525c65; transition: color 0.3s ease; } .custom-combobox { position: relative; display: inline-block; } .custom-combobox-toggle { position: absolute; top: 0; bottom: 0; margin-left: -1px; padding: 0; } .custom-combobox-input { margin: 0; padding-top: 2px; padding-bottom: 5px; padding-right: 5px; } /* User Dropdown */ .dropdown-user { width: 280px; } .user-box { display: flex; padding: .25rem 1rem; } .user-box .u-img { width: 80px; } .user-box .u-img img { width: 100%; border-radius: 5px; } .user-box .u-text { padding: 0 10px; } .user-box .u-text h4 { margin-bottom: 0; font-size: 18px; } .user-box .u-text .text-muted { font-size: 13px; margin-bottom: 5px; } .user-box .u-text .btn { font-size: 12px; } /* Nav Pill */ .nav-pills > li:first-child > a { border-radius: 4px 0 0 4px !important; } .nav-pills > li:last-child > a { border-radius: 0 4px 4px 0 !important; } .nav-link.disabled { color: #6c757d !important; } .nav-pills > li > a { margin-left: -1px; border-radius: 0 !important; border: 1px solid #8a8a8a; color: #000000; } .nav-pills > .active > a, .nav-pills > .active > a:hover { background-color: #039735; } .green .active a, .green .active a:hover { background-color: #039735; } .nav-pills > li > a:hover { background: #fafafa; } .nav-pills.nav-default > li > a { border: 1px solid #607D8B; color: #607D8B; } .nav-pills.nav-default > li > a.active { background: #607D8B; } .nav-pills.nav-primary > li > a { border: 1px solid #3A9341; color: #3A9341; } .nav-pills.nav-primary > li > a.active { background: #3A9341; } .nav-pills.nav-success > li > a { border: 1px solid #59d05d; color: #59d05d; } .nav-pills.nav-success > li > a.active { background: #59d05d; } /* Typography Configuration */ body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, .alert, a, .td-name, td, button.close { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: 'nunito', sans-serif; } body { font-size: 14px; color: #576258; } h1, .h1 { font-size: 59px; } h2, .h2 { font-size: 43px; } h3, .h3 { font-size: 35px; margin: 20px 0 10px; } h4, .h4 { font-size: 28px; line-height: 30px; } h5, .h5 { font-size: 25px; margin-bottom: 15px; } h6, .h6 { font-size: 18px; font-weight: 600; } p { font-size: 15px; line-height: 1.5; margin-bottom: .7rem; } h4.page-title { font-size: 22px; font-weight: 600; color: #333333; line-height: 30px; margin-bottom: 20px; } label { color: #3f4047 !important; font-size: 14px !important; } .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #000000; text-decoration: none; background-color: #fff; border: 1px solid #ddd; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #289b0b; background-color: #eee; border-color: #ddd; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: #fff; cursor: default; background-color: #289b0b; border-color: #289b0b; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd; } .page-item.active .page-link { z-index: 1; color: #fff; background-color: green; border-color: green; } /* Scroll Configuration */ .scroll-wrapper { overflow: hidden !important; padding: 0 !important; position: relative; } .scroll-wrapper > .scroll-content { border: none !important; box-sizing: content-box !important; height: auto; left: 0; margin: 0; max-height: none; max-width: none !important; overflow: scroll !important; padding: 0; position: relative !important; top: 0; width: auto !important; } .scroll-wrapper > .scroll-content::-webkit-scrollbar { height: 0; width: 0; } .scroll-element { display: none; box-sizing: content-box; } .scroll-element div { box-sizing: content-box; } .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible { display: block; } .scroll-element .scroll-arrow, .scroll-element .scroll-bar { cursor: default; } .scroll-textarea { border: 1px solid #ccc; border-top-color: #999; } .scroll-textarea > .scroll-content { overflow: hidden !important; } .scroll-textarea > .scroll-content > textarea { border: none !important; box-sizing: border-box; height: 100% !important; margin: 0; max-height: none !important; max-width: none !important; overflow: scroll !important; outline: 0; padding: 2px; position: relative !important; top: 0; width: 100% !important; } .scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; } .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar { height: 0; width: 0; } .scrollbar-inner > .scroll-element { border: none; margin: 0; padding: 0; position: absolute; z-index: 10; } .scrollbar-inner > .scroll-element div { border: none; margin: 0; padding: 0; position: absolute; z-index: 10; display: block; height: 100%; left: 0; top: 0; width: 100%; } .scrollbar-inner > .scroll-element.scroll-x { bottom: 2px; height: 8px; left: 0; width: 100%; } .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; } .scrollbar-inner > .scroll-element.scroll-y { height: 100%; right: 2px; top: 0; width: 8px; } .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; } .scrollbar-inner > .scroll-element .scroll-bar, .scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; } .scrollbar-inner > .scroll-element .scroll-bar { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); opacity: .4; } .scrollbar-inner > .scroll-element .scroll-element_track { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); opacity: .4; background-color: #e0e0e0; } .scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; } .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar, .scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; } .scrollbar-outer > .scroll-element { border: none; margin: 0; padding: 0; position: absolute; z-index: 10; background-color: #fff; } .scrollbar-outer > .scroll-element div { border: none; margin: 0; padding: 0; position: absolute; z-index: 10; display: block; height: 100%; left: 0; top: 0; width: 100%; } .scrollbar-outer > .scroll-element.scroll-x { bottom: 0; height: 12px; left: 0; width: 100%; } .scrollbar-outer > .scroll-element.scroll-y { height: 100%; right: 0; top: 0; width: 12px; } .scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; } .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; } .scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eee; } .scrollbar-outer > .scroll-element .scroll-bar, .scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; } .scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; } .scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; } .scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; } .scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; } .scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; } .scrollbar-outer > .scroll-content.scroll-scrollx_visible { top: -12px; margin-top: 12px; } .scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; } .scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; } .scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; } .scrollbar-macosx > .scroll-element { background: 0 0; border: none; margin: 0; padding: 0; position: absolute; z-index: 10; } .scrollbar-macosx > .scroll-element div { background: 0 0; border: none; margin: 0; padding: 0; position: absolute; z-index: 10; display: block; height: 100%; left: 0; top: 0; width: 100%; } .scrollbar-macosx > .scroll-element .scroll-element_track { display: none; } .scrollbar-macosx > .scroll-element .scroll-bar { background-color: #6C6E71; display: block; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; -webkit-transition: opacity .2s linear; -moz-transition: opacity .2s linear; -o-transition: opacity .2s linear; -ms-transition: opacity .2s linear; transition: opacity .2s linear; } .scrollbar-macosx:hover > .scroll-element .scroll-bar { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); opacity: .7; } .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); opacity: .7; } .scrollbar-macosx > .scroll-element.scroll-x { bottom: 0; height: 0; left: 0; min-width: 100%; overflow: visible; width: 100%; } .scrollbar-macosx > .scroll-element.scroll-y { height: 100%; min-height: 100%; right: 0; top: 0; width: 0; } .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; } .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; } .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; } .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; } .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; } .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; } .scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; } .scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; } .scrollbar-light > .scroll-element { border: none; margin: 0; overflow: hidden; padding: 0; position: absolute; z-index: 10; background-color: #fff; } .scrollbar-light > .scroll-element div { border: none; margin: 0; overflow: hidden; padding: 0; position: absolute; z-index: 10; display: block; height: 100%; left: 0; top: 0; width: 100%; } .scrollbar-light > .scroll-element .scroll-element_outer { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .scrollbar-light > .scroll-element .scroll-element_size { background: -moz-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0, #dbdbdb), color-stop(100%, #e8e8e8)); background: -webkit-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%); background: -o-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%); background: -ms-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%); background: linear-gradient(to right, #dbdbdb 0, #e8e8e8 100%); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .scrollbar-light > .scroll-element.scroll-x { bottom: 0; height: 17px; left: 0; min-width: 100%; width: 100%; } .scrollbar-light > .scroll-element.scroll-y { height: 100%; min-height: 100%; right: 0; top: 0; width: 17px; } .scrollbar-light > .scroll-element .scroll-bar { background: -moz-linear-gradient(left, #fefefe 0, #f5f5f5 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0, #fefefe), color-stop(100%, #f5f5f5)); background: -webkit-linear-gradient(left, #fefefe 0, #f5f5f5 100%); background: -o-linear-gradient(left, #fefefe 0, #f5f5f5 100%); background: -ms-linear-gradient(left, #fefefe 0, #f5f5f5 100%); background: linear-gradient(to right, #fefefe 0, #f5f5f5 100%); border: 1px solid #dbdbdb; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; } .scrollbar-light > .scroll-content.scroll-scrollx_visible { top: -17px; margin-top: 17px; } .scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0; } .scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0; min-height: 10px; width: 10px; } .scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; } .scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; } .scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; } .scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; } .scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; } .scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; } .scrollbar-rail > .scroll-element { border: none; margin: 0; overflow: hidden; padding: 0; position: absolute; z-index: 10; background-color: #fff; } .scrollbar-rail > .scroll-element div { border: none; margin: 0; overflow: hidden; padding: 0; position: absolute; z-index: 10; display: block; height: 100%; left: 0; top: 0; width: 100%; } .scrollbar-rail > .scroll-element .scroll-element_size { background-color: #999; background-color: rgba(0, 0, 0, 0.3); } .scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size { background-color: #666; background-color: rgba(0, 0, 0, 0.5); } .scrollbar-rail > .scroll-element.scroll-x { bottom: 0; height: 12px; left: 0; min-width: 100%; padding: 3px 0 2px; width: 100%; } .scrollbar-rail > .scroll-element.scroll-y { height: 100%; min-height: 100%; padding: 0 2px 0 3px; right: 0; top: 0; width: 12px; } .scrollbar-rail > .scroll-element .scroll-bar { background-color: #d0b9a0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar { box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } .scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; } .scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; } .scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; } .scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; } .scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; } .scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; } .scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; } .scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; } .scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; } .scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; } .scrollbar-dynamic > .scroll-element { background: 0 0; border: none; margin: 0; padding: 0; position: absolute; z-index: 10; } .scrollbar-dynamic > .scroll-element div { background: 0 0; border: none; margin: 0; padding: 0; position: absolute; z-index: 10; display: block; height: 100%; left: 0; top: 0; width: 100%; } .scrollbar-dynamic > .scroll-element.scroll-x { bottom: 2px; height: 7px; left: 0; min-width: 100%; width: 100%; } .scrollbar-dynamic > .scroll-element.scroll-y { height: 100%; min-height: 100%; right: 2px; top: 0; width: 7px; } .scrollbar-dynamic > .scroll-element .scroll-element_outer { opacity: .3; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; } .scrollbar-dynamic > .scroll-element .scroll-element_size { background-color: #ccc; opacity: 0; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; -webkit-transition: opacity .2s; -moz-transition: opacity .2s; -o-transition: opacity .2s; -ms-transition: opacity .2s; transition: opacity .2s; } .scrollbar-dynamic > .scroll-element .scroll-bar { background-color: #6c6e71; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; } .scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar { bottom: 0; height: 7px; min-width: 24px; top: auto; } .scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar { left: auto; min-height: 24px; right: 0; width: 7px; } .scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer { bottom: 0; top: auto; left: 2px; -webkit-transition: height .2s; -moz-transition: height .2s; -o-transition: height .2s; -ms-transition: height .2s; transition: height .2s; } .scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer { left: auto; right: 0; top: 2px; -webkit-transition: width .2s; -moz-transition: width .2s; -o-transition: width .2s; -ms-transition: width .2s; transition: width .2s; } .scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; } .scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; } .scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; } .scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; } .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer { overflow: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); opacity: .7; } .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size { opacity: 1; } .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar { height: 100%; width: 100%; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; } .scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer { height: 20px; min-height: 7px; } .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer { min-width: 7px; width: 20px; } .scrollbar-chrome > .scroll-element { border: none; margin: 0; overflow: hidden; padding: 0; position: absolute; z-index: 10; background-color: #fff; } .scrollbar-chrome > .scroll-element div { border: none; margin: 0; overflow: hidden; padding: 0; position: absolute; z-index: 10; display: block; height: 100%; left: 0; top: 0; width: 100%; } .scrollbar-chrome > .scroll-element .scroll-element_track { background: #f1f1f1; border: 1px solid #dbdbdb; } .scrollbar-chrome > .scroll-element.scroll-x { bottom: 0; height: 16px; left: 0; min-width: 100%; width: 100%; } .scrollbar-chrome > .scroll-element.scroll-y { height: 100%; min-height: 100%; right: 0; top: 0; width: 16px; } .scrollbar-chrome > .scroll-element .scroll-bar { background-color: #d9d9d9; border: 1px solid #bdbdbd; cursor: default; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .scrollbar-chrome > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; border-color: #a9a9a9; } .scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; border-color: #7e7e7e; } .scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; } .scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top: -16px; margin-top: 16px; } .scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; } .scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; } .scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; } .scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; } .scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; } .scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; } .scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; } .scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; } .scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; } .scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; } .checkbox label .toggle, .checkbox-inline .toggle { margin-left: -20px; margin-right: 5px; } .toggle { position: relative; overflow: hidden; } .toggle-group, .toggle-off, .toggle-on { position: absolute; top: 0; bottom: 0; } .toggle input[type=checkbox] { display: none; } .toggle-group { width: 200%; left: 0; transition: left .35s; -webkit-transition: left .35s; -moz-user-select: none; -webkit-user-select: none; } .toggle.off .toggle-group { left: -100%; } .toggle-on { left: 0; right: 50%; margin: 0; border: 0; border-radius: 0; } .toggle-off { left: 50%; right: 0; margin: 0; border: 0; border-radius: 0; } .toggle-handle { position: relative; margin: 0 auto; padding-top: 0; padding-bottom: 0; height: 100%; width: 0; border-width: 0 1px; } .toggle.btn { min-width: 59px; min-height: 34px; } .toggle-on.btn { padding-right: 24px; } .toggle-off.btn { padding-left: 24px; } .toggle.btn-lg { min-width: 79px; min-height: 45px; } .toggle-on.btn-lg { padding-right: 31px; } .toggle-off.btn-lg { padding-left: 31px; } .toggle-handle.btn-lg { width: 40px; } .toggle.btn-sm { min-width: 50px; min-height: 30px; } .toggle-on.btn-sm { padding-right: 20px; } .toggle-off.btn-sm { padding-left: 20px; } .toggle.btn-xs { min-width: 35px; min-height: 22px; } .toggle-on.btn-xs { padding-right: 12px; } .toggle-off.btn-xs { padding-left: 12px; } /* Layouts */ body { min-height: 100vh; position: relative; background-color: #f2f3f8; } .wrapper { min-height: 70vh; position: relative; top: 0; height: 70vh; } .main-header { min-height: 55px; width: 100%; background: #ffffff; position: fixed; z-index: 1001; border-bottom: 1px solid #FFF; } .main-header .logo-header { float: left; width: 260px; height: 55px; line-height: 55px; border-right: 1px solid #fff; color: #333333; z-index: 1001; font-size: 18px; font-weight: 600; padding-left: 25px; padding-right: 25px; z-index: 1001; display: inline-block; } .main-header .logo-header a.logo { content: url('https://www.lebazar.info/aksam/wp-content/uploads/2019/01/LOGO-AKSAM-2-133x89.png'); display: block; margin-left: auto; margin-right: auto; } .main-header .logo-header .navbar-toggler { padding-left: 0px; padding-right: 0px; opacity: 0; } .main-header .logo-header .navbar-toggler .navbar-toggler-icon { background: url("../images/menu2.png"); background-size: cover; height: 1em; width: 1em; opacity: .8; } .main-header .logo-header .more { background: transparent; border: 0; font-size: 26px; padding: 0; opacity: 0; } .sidebar { position: fixed; top: 0; bottom: 0; padding-top: 100px; left: 0; width: 260px; display: block; z-index: 1; color: #ffffff; font-weight: 200; background: #ffffff; background-size: cover; background-position: center center; border-right: 1px solid #eee; box-shadow: 6px 1px 20px rgba(69, 65, 78, 0.1); } .sidebar .user { margin-top: 12.5px; padding-left: 25px; padding-right: 25px; padding-bottom: 12.5px; border-bottom: 1px solid #eee; display: block; } .sidebar .user .photo { width: 40px; height: 40px; overflow: hidden; float: left; margin-right: 11px; z-index: 5; border-radius: 50%; } .sidebar .user .photo img { width: 100%; height: 100%; } .sidebar .user .info a { white-space: nowrap; display: block; position: relative; } .sidebar .user .info a:hover, .sidebar .user .info a:focus { text-decoration: none; } .sidebar .user .info a > span { font-size: 14px; font-weight: 600; color: #777; letter-spacing: 0.04em; display: flex; flex-direction: column; } .sidebar .user .info a > span .user-level { color: #555; font-weight: 700; font-size: 13px; letter-spacing: 0.05em; margin-top: 5px; } .sidebar .user .info a .link-collapse { padding: 7px 0; } .sidebar .user .info .caret { position: absolute; top: 17px; right: 0px; border-top-color: #777; } .sidebar .sidebar-wrapper { position: relative; max-height: calc(100vh - 75px); min-height: 100%; overflow: auto; width: 260px; z-index: 4; padding-top: 55px; padding-bottom: 100px; } .sidebar .nav { display: block; float: none; margin-top: 20px; } .sidebar .nav .nav-item { display: list-item; } .sidebar .nav .nav-item.active a { color: #575962; font-weight: 700; } .sidebar .nav .nav-item.active a:before { background: #3A9341; opacity: 1 !important; position: absolute; z-index: 1; width: 3px; height: 100%; content: ''; left: 0; top: 0; } .sidebar .nav .nav-item.active:hover a:before { background: #3A9341; opacity: 1 !important; position: absolute; z-index: 1; width: 3px; height: 100%; content: ''; left: 0; top: 0; } .sidebar .nav .nav-item.active a i { color: #3A9341; } .sidebar .nav .nav-item a { display: flex; align-items: center; color: #83848a; padding: 13px 25px; width: 100%; font-size: 14px; font-weight: 600; position: relative; margin-bottom: 5px; } .sidebar .nav .nav-item a:hover, .sidebar .nav .nav-item a:focus { text-decoration: none; background: #fbfbfb; } .sidebar .nav .nav-item:hover a:before { background: #3A9341; opacity: 0.7; position: absolute; z-index: 1; width: 3px; height: 100%; content: ''; left: 0; top: 0; } .sidebar .nav .nav-item a i { font-size: 23px; color: #C3C5CA; margin-right: 15px; width: 25px; text-align: center; vertical-align: middle; float: left; } .sidebar .nav .nav-item a p { font-size: 14px; margin-bottom: 0px; letter-spacing: .04em; margin-right: 5px; } .main-panel { position: relative; width: calc(100% - 260px); min-height: 100%; float: right; background: #f2f3f8; } .main-panel .content { padding: 30px 15px; min-height: calc(100% - 123px); margin-top: 55px; } .footer { flex-shrink: 0; border-top: 1px solid #eee; padding: 15px; background: #f2f3f8; bottom: 0px; left: 0px; right: 0px; margin-bottom: 0px; width: 100%; } .footer .container-fluid { display: flex; align-items: center; } /*Icons LineAwesome; */ .la, .la-stack { display: inline-block; } .la-fw, .la-li { text-align: center; } @font-face { font-family: LineAwesome; src: url(../fonts/line-awesome.eot?v=1.1.); src: url(../fonts/line-awesome.eot??v=1.1.#iefix) format("embedded-opentype"), url(../fonts/line-awesome.woff2?v=1.1.) format("woff2"), url(../fonts/line-awesome.woff?v=1.1.) format("woff"), url(../fonts/line-awesome.ttf?v=1.1.) format("truetype"), url(../fonts/line-awesome.svg?v=1.1.#fa) format("svg"); font-weight: 400; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio: 0) { @font-face { font-family: LineAwesome; src: url(../fonts/line-awesome.svg?v=1.1.#fa) format("svg"); } } .la { font: normal normal normal 16px/1 LineAwesome; font-size: inherit; text-decoration: inherit; text-rendering: optimizeLegibility; text-transform: none; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; } .la-lg { font-size: 1.33333333em; line-height: .75em; vertical-align: -15%; } .la-2x { font-size: 2em; } .la-3x { font-size: 3em; } .la-4x { font-size: 4em; } .la-5x { font-size: 5em; } .la-fw { width: 1.28571429em; } .la-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .la-ul > li { position: relative; } .la-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: .14285714em; } .la-li.la-lg { left: -1.85714286em; } .la-border { padding: .2em .25em .15em; border: .08em solid #eee; border-radius: .1em; } .pull-right { float: right; } .pull-left { float: left; } .li.pull-left { margin-right: .3em; } .li.pull-right { margin-left: .3em; } .la-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .la-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .la-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .la-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .la-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .la-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .la-flip-horizontal, :root .la-flip-vertical, :root .la-rotate-180, :root .la-rotate-270, :root .la-rotate-90 { filter: none; } .la-stack { position: relative; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .la-stack-1x, .la-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .la-stack-1x { line-height: inherit; } .la-stack-2x { font-size: 2em; } .la-inverse { color: #fff; } .la-500px:before { content: "\f100"; } .la-adjust:before { content: "\f101"; } .la-adn:before { content: "\f102"; } .la-align-center:before { content: "\f103"; } .la-align-justify:before { content: "\f104"; } .la-align-left:before { content: "\f105"; } .la-align-right:before { content: "\f106"; } .la-anchor:before { content: "\f109"; } .la-archive:before { content: "\f115"; } .la-area-chart:before { content: "\f116"; } .la-arrow-circle-down:before { content: "\f117"; } .la-arrow-circle-left:before { content: "\f118"; } .la-arrow-circle-o-down:before { content: "\f119"; } .la-arrow-circle-o-left:before { content: "\f11a"; } .la-arrow-circle-o-right:before { content: "\f11b"; } .la-arrow-circle-o-up:before { content: "\f11c"; } .la-arrow-circle-right:before { content: "\f11d"; } .la-arrow-circle-up:before { content: "\f11e"; } .la-arrow-down:before { content: "\f11f"; } .la-arrow-left:before { content: "\f120"; } .la-arrow-right:before { content: "\f121"; } .la-arrow-up:before { content: "\f122"; } .la-arrows:before { content: "\f123"; } .la-arrows-alt:before { content: "\f124"; } .la-arrows-h:before { content: "\f125"; } .la-arrows-v:before { content: "\f126"; } .la-asterisk:before { content: "\f127"; } .la-backward:before { content: "\f12a"; } .la-balance-scale:before { content: "\f12b"; } .la-ban:before { content: "\f12c"; } .la-bank:before { content: "\f12d"; } .la-bar-chart:before { content: "\f12e"; } .la-bar-chart-o:before { content: "\f12f"; } .la-barcode:before { content: "\f130"; } .la-bars:before { content: "\f131"; } .la-behance:before { content: "\f13e"; } .la-behance-square:before { content: "\f13f"; } .la-bell:before { content: "\f140"; } .la-bell-o:before { content: "\f141"; } .la-bell-slash:before { content: "\f142"; } .la-bell-slash-o:before { content: "\f143"; } .la-bitbucket-square:before { content: "\f148"; } .la-black-tie:before { content: "\f14a"; } .la-bold:before { content: "\f14b"; } .la-bolt:before { content: "\f14c"; } .la-bomb:before { content: "\f14d"; } .la-building:before { content: "\f154"; } .la-building-o:before { content: "\f155"; } .la-bullhorn:before { content: "\f156"; } .la-bullseye:before { content: "\f157"; } .la-caret-down:before { content: "\f165"; } .la-caret-left:before { content: "\f166"; } .la-caret-right:before { content: "\f167"; } .la-caret-square-o-down:before, .la-toggle-down:before { content: "\f168"; } .la-caret-square-o-left:before, .la-toggle-left:before { content: "\f169"; } .la-caret-square-o-right:before, .la-toggle-right:before { content: "\f16a"; } .la-caret-square-o-up:before, .la-toggle-up:before { content: "\f16b"; } .la-caret-up:before { content: "\f16c"; } .la-cart-arrow-down:before { content: "\f16d"; } .la-cart-plus:before { content: "\f16e"; } .la-check:before { content: "\f17b"; } .la-check-circle:before { content: "\f17c"; } .la-check-circle-o:before { content: "\f17d"; } .la-check-square:before { content: "\f17e"; } .la-check-square-o:before { content: "\f17f"; } .la-child:before { content: "\f188"; } .la-circle:before { content: "\f18a"; } .la-circle-o:before { content: "\f18b"; } .la-circle-o-notch:before { content: "\f18c"; } .la-circle-thin:before { content: "\f18d"; } .la-clipboard:before { content: "\f18e"; } .la-clock-o:before { content: "\f18f"; } .la-clone:before { content: "\f190"; } .la-close:before { content: "\f191"; } .la-cloud:before { content: "\f192"; } .la-cloud-download:before { content: "\f193"; } .la-cloud-upload:before { content: "\f194"; } .la-cny:before { content: "\f195"; } .la-code:before { content: "\f196"; } .la-code-fork:before { content: "\f197"; } .la-codepen:before { content: "\f198"; } .la-columns:before { content: "\f19c"; } .la-comment:before { content: "\f19d"; } .la-comment-o:before { content: "\f19e"; } .la-commenting:before { content: "\f19f"; } .la-commenting-o:before { content: "\f1a0"; } .la-comments:before { content: "\f1a1"; } .la-comments-o:before { content: "\f1a2"; } .la-compress:before { content: "\f1a4"; } .la-connectdevelop:before { content: "\f1a5"; } .la-copy:before { content: "\f1a7"; } .la-copyright:before { content: "\f1a8"; } .la-credit-card:before { content: "\f1aa"; } .la-crop:before { content: "\f1ab"; } .la-dashboard:before { content: "\f1b2"; } .la-dashcube:before { content: "\f1b3"; } .la-database:before { content: "\f1b4"; } .la-dedent:before { content: "\f1b5"; } .la-delicious:before { content: "\f1b6"; } .la-desktop:before { content: "\f1b7"; } .la-deviantart:before { content: "\f1b8"; } .la-diamond:before { content: "\f1b9"; } .la-digg:before { content: "\f1ba"; } .la-dollar:before { content: "\f1bb"; } .la-dot-circle-o:before { content: "\f1bc"; } .la-download:before { content: "\f1bd"; } .la-dribbble:before { content: "\f1be"; } .la-dropbox:before { content: "\f1bf"; } .la-drupal:before { content: "\f1c0"; } .la-edit:before { content: "\f1c1"; } .la-eject:before { content: "\f1c2"; } .la-ellipsis-h:before { content: "\f1c3"; } .la-ellipsis-v:before { content: "\f1c4"; } .la-empire:before, .la-ge:before { content: "\f1c5"; } .la-envelope:before { content: "\f1c6"; } .la-envelope-o:before { content: "\f1c7"; } .la-envelope-square:before { content: "\f1c8"; } .la-eraser:before { content: "\f1c9"; } .la-eur:before { content: "\f1ca"; } .la-euro:before { content: "\f1cb"; } .la-exchange:before { content: "\f1cc"; } .la-expand:before { content: "\f1d0"; } .la-expeditedssl:before { content: "\f1d1"; } .la-external-link:before { content: "\f1d2"; } .la-external-link-square:before { content: "\f1d3"; } .la-eye:before { content: "\f1d4"; } .la-eye-slash:before { content: "\f1d5"; } .la-eyedropper:before { content: "\f1d6"; } .la-facebook-f:before, .la-facebook:before { content: "\f1d7"; } .la-facebook-official:before { content: "\f1d8"; } .la-facebook-square:before { content: "\f1d9"; } .la-fast-backward:before { content: "\f1da"; } .la-fast-forward:before { content: "\f1db"; } .la-fax:before { content: "\f1dc"; } .la-female:before { content: "\f1dd"; } .la-fighter-jet:before { content: "\f1de"; } .la-file:before { content: "\f1df"; } .la-file-archive-o:before { content: "\f1e0"; } .la-file-audio-o:before { content: "\f1e1"; } .la-file-code-o:before { content: "\f1e2"; } .la-file-excel-o:before { content: "\f1e3"; } .la-file-image-o:before { content: "\f1e4"; } .la-file-movie-o:before { content: "\f1e5"; } .la-file-o:before { content: "\f1e6"; } .la-file-pdf-o:before { content: "\f1e7"; } .la-file-photo-o:before { content: "\f1e8"; } .la-file-picture-o:before { content: "\f1e9"; } .la-file-powerpoint-o:before { content: "\f1ea"; } .la-file-sound-o:before { content: "\f1eb"; } .la-file-text:before { content: "\f1ec"; } .la-file-text-o:before { content: "\f1ed"; } .la-file-video-o:before { content: "\f1ee"; } .la-file-word-o:before { content: "\f1ef"; } .la-file-zip-o:before { content: "\f1f0"; } .la-files-o:before { content: "\f1f1"; } .la-film:before { content: "\f1f2"; } .la-filter:before { content: "\f1f3"; } .la-fire:before { content: "\f1f4"; } .la-fire-extinguisher:before { content: "\f1f5"; } .la-firefox:before { content: "\f1f6"; } .la-flag:before { content: "\f1f7"; } .la-flag-checkered:before { content: "\f1f8"; } .la-flag-o:before { content: "\f1f9"; } .la-flash:before { content: "\f1fa"; } .la-flask:before { content: "\f1fb"; } .la-flickr:before { content: "\f1fc"; } .la-floppy-o:before { content: "\f1fd"; } .la-folder:before { content: "\f1fe"; } .la-folder-o:before { content: "\f1ff"; } .la-folder-open:before { content: "\f200"; } .la-folder-open-o:before { content: "\f201"; } .la-font:before { content: "\f202"; } .la-fonticons:before { content: "\f203"; } .la-forumbee:before { content: "\f204"; } .la-forward:before { content: "\f205"; } .la-foursquare:before { content: "\f206"; } .la-frown-o:before { content: "\f207"; } .la-futbol-o:before, .la-soccer-ball-o:before { content: "\f208"; } .la-gamepad:before { content: "\f209"; } .la-gavel:before { content: "\f20a"; } .la-gbp:before { content: "\f20b"; } .la-gear:before { content: "\f20c"; } .la-gears:before { content: "\f20d"; } .la-genderless:before { content: "\f20e"; } .la-get-pocket:before { content: "\f20f"; } .la-gg:before { content: "\f210"; } .la-gg-circle:before { content: "\f211"; } .la-gift:before { content: "\f212"; } .la-git:before { content: "\f213"; } .la-git-square:before { content: "\f214"; } .la-github:before { content: "\f215"; } .la-github-alt:before { content: "\f216"; } .la-github-square:before { content: "\f217"; } .la-glass:before { content: "\f218"; } .la-globe:before { content: "\f219"; } .la-google:before { content: "\f21a"; } .la-google-plus:before { content: "\f21b"; } .la-google-plus-square:before { content: "\f21c"; } .la-google-wallet:before { content: "\f21d"; } .la-graduation-cap:before { content: "\f21e"; } .la-gittip:before, .la-gratipay:before { content: "\f21f"; } .la-group:before { content: "\f220"; } .la-h-square:before { content: "\f221"; } .la-hacker-news:before { content: "\f222"; } .la-hand-grab-o:before { content: "\f223"; } .la-hand-lizard-o:before { content: "\f224"; } .la-hand-o-down:before { content: "\f225"; } .la-hand-o-left:before { content: "\f226"; } .la-hand-o-right:before { content: "\f227"; } .la-hand-o-up:before { content: "\f228"; } .la-hand-paper-o:before { content: "\f229"; } .la-hand-peace-o:before { content: "\f22a"; } .la-hand-pointer-o:before { content: "\f22b"; } .la-hand-rock-o:before { content: "\f22c"; } .la-hand-scissors-o:before { content: "\f22d"; } .la-hand-spock-o:before { content: "\f22e"; } .la-hand-stop-o:before { content: "\f22f"; } .la-hdd-o:before { content: "\f230"; } .la-header:before { content: "\f231"; } .la-headphones:before { content: "\f232"; } .la-heart:before { content: "\f233"; } .la-heart-o:before { content: "\f234"; } .la-heartbeat:before { content: "\f235"; } .la-history:before { content: "\f236"; } .la-home:before { content: "\f237"; } .la-hospital-o:before { content: "\f238"; } .la-hotel:before { content: "\f239"; } .la-hourglass:before { content: "\f23a"; } .la-hourglass-1:before { content: "\f23b"; } .la-hourglass-2:before { content: "\f23c"; } .la-hourglass-3:before { content: "\f23d"; } .la-hourglass-end:before { content: "\f23e"; } .la-hourglass-half:before { content: "\f23f"; } .la-hourglass-o:before { content: "\f240"; } .la-hourglass-start:before { content: "\f241"; } .la-houzz:before { content: "\f242"; } .la-html5:before { content: "\f243"; } .la-i-cursor:before { content: "\f244"; } .la-ils:before { content: "\f245"; } .la-image:before { content: "\f246"; } .la-inbox:before { content: "\f247"; } .la-indent:before { content: "\f248"; } .la-industry:before { content: "\f249"; } .la-info:before { content: "\f24a"; } .la-info-circle:before { content: "\f24b"; } .la-inr:before { content: "\f24c"; } .la-instagram:before { content: "\f24d"; } .la-institution:before { content: "\f24e"; } .la-internet-explorer:before { content: "\f24f"; } .la-ioxhost:before { content: "\f250"; } .la-italic:before { content: "\f251"; } .la-joomla:before { content: "\f252"; } .la-jpy:before { content: "\f253"; } .la-jsfiddle:before { content: "\f254"; } .la-key:before { content: "\f255"; } .la-keyboard-o:before { content: "\f256"; } .la-krw:before { content: "\f257"; } .la-language:before { content: "\f258"; } .la-laptop:before { content: "\f259"; } .la-lastfm:before { content: "\f25a"; } .la-lastfm-square:before { content: "\f25b"; } .la-leaf:before { content: "\f25c"; } .la-leanpub:before { content: "\f25d"; } .la-legal:before { content: "\f25e"; } .la-lemon-o:before { content: "\f25f"; } .la-level-down:before { content: "\f260"; } .la-level-up:before { content: "\f261"; } .la-life-bouy:before { content: "\f262"; } .la-life-buoy:before { content: "\f263"; } .la-life-ring:before, .la-support:before { content: "\f264"; } .la-life-saver:before { content: "\f265"; } .la-lightbulb-o:before { content: "\f266"; } .la-line-chart:before { content: "\f267"; } .la-link:before { content: "\f268"; } .la-linkedin:before { content: "\f269"; } .la-linkedin-square:before { content: "\f26a"; } .la-linux:before { content: "\f26b"; } .la-list:before { content: "\f26c"; } .la-list-alt:before { content: "\f26d"; } .la-list-ol:before { content: "\f26e"; } .la-list-ul:before { content: "\f26f"; } .la-location-arrow:before { content: "\f270"; } .la-lock:before { content: "\f271"; } .la-long-arrow-down:before { content: "\f272"; } .la-long-arrow-left:before { content: "\f273"; } .la-long-arrow-right:before { content: "\f274"; } .la-long-arrow-up:before { content: "\f275"; } .la-magic:before { content: "\f276"; } .la-magnet:before { content: "\f277"; } .la-mail-forward:before { content: "\f278"; } .la-mail-reply:before { content: "\f279"; } .la-mail-reply-all:before { content: "\f27a"; } .la-male:before { content: "\f27b"; } .la-map:before { content: "\f27c"; } .la-map-marker:before { content: "\f27d"; } .la-map-o:before { content: "\f27e"; } .la-map-pin:before { content: "\f27f"; } .la-map-signs:before { content: "\f280"; } .la-mars:before { content: "\f281"; } .la-mars-double:before { content: "\f282"; } .la-mars-stroke:before { content: "\f283"; } .la-mars-stroke-h:before { content: "\f284"; } .la-mars-stroke-v:before { content: "\f285"; } .la-maxcdn:before { content: "\f286"; } .la-meanpath:before { content: "\f287"; } .la-medium:before { content: "\f288"; } .la-medkit:before { content: "\f289"; } .la-meh-o:before { content: "\f28a"; } .la-mercury:before { content: "\f28b"; } .la-microphone:before { content: "\f28c"; } .la-microphone-slash:before { content: "\f28d"; } .la-minus:before { content: "\f28e"; } .la-minus-circle:before { content: "\f28f"; } .la-minus-square:before { content: "\f290"; } .la-minus-square-o:before { content: "\f291"; } .la-mobile:before { content: "\f292"; } .la-mobile-phone:before { content: "\f293"; } .la-money:before { content: "\f294"; } .la-moon-o:before { content: "\f295"; } .la-mortar-board:before { content: "\f296"; } .la-motorcycle:before { content: "\f297"; } .la-mouse-pointer:before { content: "\f298"; } .la-music:before { content: "\f299"; } .la-navicon:before { content: "\f29a"; } .la-neuter:before { content: "\f29b"; } .la-newspaper-o:before { content: "\f29c"; } .la-object-group:before { content: "\f29d"; } .la-object-ungroup:before { content: "\f29e"; } .la-odnoklassniki:before { content: "\f29f"; } .la-odnoklassniki-square:before { content: "\f2a0"; } .la-opencart:before { content: "\f2a1"; } .la-openid:before { content: "\f2a2"; } .la-opera:before { content: "\f2a3"; } .la-optin-monster:before { content: "\f2a4"; } .la-outdent:before { content: "\f2a5"; } .la-pagelines:before { content: "\f2a6"; } .la-paint-brush:before { content: "\f2a7"; } .la-paper-plane:before, .la-send:before { content: "\f2a8"; } .la-paper-plane-o:before, .la-send-o:before { content: "\f2a9"; } .la-paperclip:before { content: "\f2aa"; } .la-paragraph:before { content: "\f2ab"; } .la-paste:before { content: "\f2ac"; } .la-pause:before { content: "\f2ad"; } .la-paw:before { content: "\f2ae"; } .la-paypal:before { content: "\f2af"; } .la-pencil:before { content: "\f2b0"; } .la-pencil-square:before { content: "\f2b1"; } .la-pencil-square-o:before { content: "\f2b2"; } .la-phone:before { content: "\f2b3"; } .la-phone-square:before { content: "\f2b4"; } .la-photo:before { content: "\f2b5"; } .la-picture-o:before { content: "\f2b6"; } .la-pie-chart:before { content: "\f2b7"; } .la-pied-piper:before { content: "\f2b8"; } .la-pied-piper-alt:before { content: "\f2b9"; } .la-pinterest:before { content: "\f2ba"; } .la-pinterest-p:before { content: "\f2bb"; } .la-pinterest-square:before { content: "\f2bc"; } .la-plane:before { content: "\f2bd"; } .la-play:before { content: "\f2be"; } .la-play-circle:before { content: "\f2bf"; } .la-play-circle-o:before { content: "\f2c0"; } .la-plug:before { content: "\f2c1"; } .la-plus:before { content: "\f2c2"; } .la-plus-circle:before { content: "\f2c3"; } .la-plus-square:before { content: "\f2c4"; } .la-plus-square-o:before { content: "\f2c5"; } .la-power-off:before { content: "\f2c6"; } .la-print:before { content: "\f2c7"; } .la-puzzle-piece:before { content: "\f2c8"; } .la-qq:before { content: "\f2c9"; } .la-qrcode:before { content: "\f2ca"; } .la-question:before { content: "\f2cb"; } .la-question-circle:before { content: "\f2cc"; } .la-quote-left:before { content: "\f2cd"; } .la-quote-right:before { content: "\f2ce"; } .la-ra:before { content: "\f2cf"; } .la-random:before { content: "\f2d0"; } .la-rebel:before { content: "\f2d1"; } .la-recycle:before { content: "\f2d2"; } .la-reddit:before { content: "\f2d3"; } .la-reddit-square:before { content: "\f2d4"; } .la-refresh:before { content: "\f2d5"; } .la-registered:before { content: "\f2d6"; } .la-renren:before { content: "\f2d7"; } .la-reorder:before { content: "\f2d8"; } .la-repeat:before { content: "\f2d9"; } .la-reply:before { content: "\f2da"; } .la-reply-all:before { content: "\f2db"; } .la-retweet:before { content: "\f2dc"; } .la-rmb:before { content: "\f2dd"; } .la-road:before { content: "\f2de"; } .la-rocket:before { content: "\f2df"; } .la-rotate-left:before { content: "\f2e0"; } .la-rotate-right:before { content: "\f2e1"; } .la-rouble:before { content: "\f2e2"; } .la-feed:before, .la-rss:before { content: "\f2e3"; } .la-rss-square:before { content: "\f2e4"; } .la-rub:before { content: "\f2e5"; } .la-ruble:before { content: "\f2e6"; } .la-rupee:before { content: "\f2e7"; } .la-safari:before { content: "\f2e8"; } .la-save:before { content: "\f2e9"; } .la-scissors:before { content: "\f2ea"; } .la-search:before { content: "\f2eb"; } .la-search-minus:before { content: "\f2ec"; } .la-search-plus:before { content: "\f2ed"; } .la-sellsy:before { content: "\f2ee"; } .la-server:before { content: "\f2ef"; } .la-share:before { content: "\f2f0"; } .la-share-alt:before { content: "\f2f1"; } .la-share-alt-square:before { content: "\f2f2"; } .la-share-square:before { content: "\f2f3"; } .la-share-square-o:before { content: "\f2f4"; } .la-shekel:before { content: "\f2f5"; } .la-sheqel:before { content: "\f2f6"; } .la-shield:before { content: "\f2f7"; } .la-ship:before { content: "\f2f8"; } .la-shirtsinbulk:before { content: "\f2f9"; } .la-shopping-cart:before { content: "\f2fa"; } .la-sign-in:before { content: "\f2fb"; } .la-sign-out:before { content: "\f2fc"; } .la-signal:before { content: "\f2fd"; } .la-simplybuilt:before { content: "\f2fe"; } .la-sitemap:before { content: "\f2ff"; } .la-skyatlas:before { content: "\f300"; } .la-skype:before { content: "\f301"; } .la-slack:before { content: "\f302"; } .la-sliders:before { content: "\f303"; } .la-slideshare:before { content: "\f304"; } .la-smile-o:before { content: "\f305"; } .la-sort:before, .la-unsorted:before { content: "\f306"; } .la-sort-alpha-asc:before { content: "\f307"; } .la-sort-alpha-desc:before { content: "\f308"; } .la-sort-amount-asc:before { content: "\f309"; } .la-sort-amount-desc:before { content: "\f30a"; } .la-sort-asc:before, .la-sort-up:before { content: "\f30b"; } .la-sort-desc:before, .la-sort-down:before { content: "\f30c"; } .la-sort-numeric-asc:before { content: "\f30d"; } .la-sort-numeric-desc:before { content: "\f30e"; } .la-soundcloud:before { content: "\f30f"; } .la-space-shuttle:before { content: "\f310"; } .la-spinner:before { content: "\f311"; } .la-spoon:before { content: "\f312"; } .la-spotify:before { content: "\f313"; } .la-square:before { content: "\f314"; } .la-square-o:before { content: "\f315"; } .la-stack-exchange:before { content: "\f316"; } .la-stack-overflow:before { content: "\f317"; } .la-star:before { content: "\f318"; } .la-star-half:before { content: "\f319"; } .la-star-half-empty:before, .la-star-half-full:before, .la-star-half-o:before { content: "\f31a"; } .la-star-o:before { content: "\f31b"; } .la-steam:before { content: "\f31c"; } .la-steam-square:before { content: "\f31d"; } .la-step-backward:before { content: "\f31e"; } .la-step-forward:before { content: "\f31f"; } .la-stethoscope:before { content: "\f320"; } .la-sticky-note:before { content: "\f321"; } .la-sticky-note-o:before { content: "\f322"; } .la-stop:before { content: "\f323"; } .la-table:before { content: "\f32d"; } .la-tablet:before { content: "\f32e"; } .la-tachometer:before { content: "\f32f"; } .la-tag:before { content: "\f330"; } .la-tags:before { content: "\f331"; } .la-tasks:before { content: "\f332"; } .la-tencent-weibo:before { content: "\f335"; } .la-terminal:before { content: "\f336"; } .la-text-height:before { content: "\f337"; } .la-text-width:before { content: "\f338"; } .la-th:before { content: "\f339"; } .la-th-large:before { content: "\f33a"; } .la-th-list:before { content: "\f33b"; } .la-thumb-tack:before { content: "\f33c"; } .la-thumbs-down:before { content: "\f33d"; } .la-thumbs-o-down:before { content: "\f33e"; } .la-thumbs-o-up:before { content: "\f33f"; } .la-thumbs-up:before { content: "\f340"; } .la-ticket:before { content: "\f341"; } .la-remove:before, .la-times:before { content: "\f342"; } .la-times-circle:before { content: "\f343"; } .la-times-circle-o:before { content: "\f344"; } .la-tint:before { content: "\f345"; } .la-toggle-off:before { content: "\f346"; } .la-toggle-on:before { content: "\f347"; } .la-trash:before { content: "\f34c"; } .la-trash-o:before { content: "\f34d"; } .la-truck:before { content: "\f352"; } .la-underline:before { content: "\f35c"; } .la-undo:before { content: "\f35d"; } .la-unlink:before { content: "\f35f"; } .la-unlock:before { content: "\f360"; } .la-unlock-alt:before { content: "\f361"; } .la-upload:before { content: "\f362"; } .la-usd:before { content: "\f363"; } .la-user:before { content: "\f364"; } .la-user-md:before { content: "\f365"; } .la-user-plus:before { content: "\f366"; } .la-user-secret:before { content: "\f367"; } .la-user-times:before { content: "\f368"; } .la-users:before { content: "\f369"; } .la-windows:before { content: "\f37e"; } .la-yc:before { content: "\f387"; } .la-yc-square:before { content: "\f388"; } .la-yelp:before { content: "\f389"; } .la-yen:before { content: "\f38a"; } /* Card */ .card { border-radius: 0px; background-color: #ffffff; margin-bottom: 30px; -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08); -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08); box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08); border: 1px solid #eee; } .card .card-header { padding: 15px 15px; background-color: transparent; border-bottom: 1px solid #ebedf2 !important; } .card .card-title { margin: 0; color: #575962; font-size: 18px; font-weight: 600; line-height: 1.6; } .card .card-sub { display: block; margin: 5px 0 10px 0; font-size: .9rem; background: #f7f8fa; color: #575962; padding: 0.85rem 1.5rem; border-radius: 4px; } .card label { font-size: 14px; font-weight: 400; color: #9A9A9A; margin-bottom: 0px; } .card .card-body { padding: 15px 15px 10px 15px; } .card .card-footer { background-color: transparent; line-height: 30px; border-top: 1px solid #ebedf2 !important; font-size: 14px; } /* Form */ .form-button-action { display: inline-flex; } .form-check-sign:hover:before { border: 1px solid #ccc !important; } .form-check { padding-left: 0.75rem; } .form-check-input { position: relative; margin-top: .3rem; } .form-radio { padding-left: 0.75rem; } .form-radio-input { position: relative; margin-top: .3rem; } /* Input */ .form-group, .form-check { margin-bottom: 0; padding: 15px 10px; } .form-group label, .form-check label { margin-bottom: .5rem !important; color: #3f4047 !important; font-weight: 400; font-size: 1rem; } .form-inline label { margin-bottom: 0 !important; } .input-fixed { width: 200px; } .button { font: bold 11px Arial; text-decoration: none; background-color: #EEEEEE; color: #03631b; padding: 2px 6px 2px 6px; border-top: 1px solid #CCCCCC; border-right: 1px solid #333333; border-bottom: 1px solid #333333; border-left: 1px solid #CCCCCC; } .form-control.input-full { width: 100% !important; } .form-control:disabled, .form-control[readonly] { background: #e8e8e8 !important; border-color: #e8e8e8 !important; } .form-control:disabled, .form-control[readonly] { opacity: 0.6 !important; } /* Table */ .table { color: #555 !important; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { vertical-align: middle; } .table > tbody > tr > td, .table > tbody > tr > th { padding: 8px; } .table > tfoot > tr > td, .table > tfoot > tr > th { padding: 8px; } .table thead th { color: #554; border-bottom-width: 2px; } .table td, .table th { font-size: 13px; border-color: #ebedf2 !important; padding: 0.75rem !important; } /* table full-width */ .table-full-width { margin-left: -15px; margin-right: -15px; } /* table-responsive */ .table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } /* Navbar */ .navbar .navbar-nav .nav-item .nav-link { display: inline-block; vertical-align: middle; color: #666; line-height: 55px; letter-spacing: 0.04em; padding: 0 20px 0 0; position: relative; font-size: 14px; font-weight: 500; text-align: center; } .navbar .navbar-nav .nav-item .nav-link i { font-size: 22px; width: 30px; vertical-align: middle; } .navbar-expand-lg .navbar-nav .dropdown-menu { left: auto; right: 0; } .dropdown-item { font-size: 14px; } .navbar .navbar-nav .notification { position: absolute; background-color: #ff646d; text-align: center; border-radius: 10px; min-width: 17px; height: 17px; font-size: 11px; color: #ffffff; font-weight: bold; line-height: 17px; top: 11px; right: 12px; } .navbar-header { padding: 0px 15px; } .navbar-header .dropdown-toggle { line-height: 55px; } .navbar-header .dropdown-toggle::after { margin-left: 0; } .profile-pic:hover, .profile-pic:focus { text-decoration: none; } .navbar-header .dropdown-toggle::after { vertical-align: middle; color: #555; } .profile-pic .img-circle { border-radius: 50%; } .profile-pic span { font-size: 14px; font-weight: 600; padding: 0 10px; color: #555; } /* Nav Search */ .nav-search .input-group { border: 1px solid #eee; background: #eee; border-radius: 50px; } .nav-search .input-group:hover, .nav-search .input-group:focus { border: 1px solid #ddd; } .nav-search .form-control { border: 0; background: transparent; font-size: 14px; } .nav-search .input-group-text { border: 0; background: transparent; } .nav-search .search-icon { font-size: 21px; color: #666; } .dropdown-menu { border: 1px solid rgba(120, 130, 140, 0.13); border-radius: 0; box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05) !important; -webkit-box-shadow: 0 !important; -moz-box-shadow: 0 !important; padding-bottom: 8px; margin-top: 0; } /* Button Configuration */ .btn { padding: 8px 16px; font-size: 14px; opacity: 0.9; border-radius: 3px; } .btn:hover, .btn:focus { opacity: 1; } .btn-lg { font-size: 18px; border-radius: 6px; padding: 10px 30px; font-weight: 400; } .btn-sm { font-size: 12px; padding: 7px 13px; } .btn-xs { font-size: 11px; padding: 5px 9px; } .btn-round { border-radius: 100px !important; } .btn-link { border: 0 !important; background: transparent !important; } .btn-link:hover, .btn-link:focus { text-decoration: underline !important; background: transparent !important; border: 0 !important; } .toggle-on.btn { color: #ffffff !important; } .toggle-handle { background: #ffffff !important; } .toggle-handle:hover { background: #ffffff !important; } /* Responsive Configuration */ @media screen and (max-width: 700px) { .row-card-no-pd [class*=col-] .card:after { width: 0px !important; } .row-card-no-pd .card { border-bottom-width: 1px; } .row-card-no-pd .card:last-child { border-bottom-width: 0px; } } @media screen and (min-width: 992px) { .main-header .logo-header { line-height: 52px; } .sidebar .scroll-element { opacity: 0; transition: all .2s; } .sidebar:hover .scroll-element { opacity: 1; } } @media screen and (max-width: 991px) { .sidebar { position: fixed; left: 0 !important; right: 0; -webkit-transform: translate3d(-270px, 0, 0); -moz-transform: translate3d(-270px, 0, 0); -o-transform: translate3d(-270px, 0, 0); -ms-transform: translate3d(-270px, 0, 0); transform: translate3d(-270px, 0, 0) !important; transition: all .5s; } .nav_open .sidebar { -webkit-transform: translate3d(0px, 0, 0); -moz-transform: translate3d(0px, 0, 0); -o-transform: translate3d(0px, 0, 0); -ms-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0) !important; } .sidebar .sidebar-wrapper { padding-top: 0px; } .nav_open { overflow: hidden !important; } .nav_open .main-panel, .nav_open .main-header { -webkit-transform: translate3d(260px, 0, 0); -moz-transform: translate3d(260px, 0, 0); -o-transform: translate3d(260px, 0, 0); -ms-transform: translate3d(260px, 0, 0); transform: translate3d(260px, 0, 0) !important; } .main-header { transition: all .5s; } .main-panel { width: 100%; transition: all .5s; } .main-panel .content { padding: 30px 10px; } .main-header .logo-header { display: flex; width: 100% !important; text-align: left; position: relative; justify-content: center; } .main-header .logo-header .navbar-toggler { position: absolute; top: auto; height: 100%; left: 15px; opacity: 1; } .main-header .logo-header .more { opacity: 1; position: absolute; right: 15px; color: #545454; cursor: pointer; } .nav-search { width: 100%; margin-right: 0 !important; margin-top: 12px; } .navbar-header { border-top: 1px solid #eee; position: absolute; width: 100%; background: #ffffff; transform: translate3d(0, -200px, 0) !important; transition: all .5s; } .topbar_open .navbar-header { transform: translate3d(0, 54px, 0) !important; border-bottom: 1px solid #eee; } .topbar_open .main-panel { transform: translate3d(0, 125px, 0) !important; } .nav_open.topbar_open .main-panel { transform: translate3d(260px, 125px, 0) !important; } .navbar-header .navbar-nav { width: 100%; flex-direction: row; justify-content: center; margin-left: 0px !important; margin-top: 10px; margin-bottom: 10px; position: relative; } .navbar-header .navbar-nav .dropdown { position: unset; } .navbar-header .navbar-nav .dropdown-menu { position: absolute; left: 0; right: 0; margin: 0 auto; max-width: 280px; } .profile-pic span { display: none; } }
css
After bowling out Hyderabad for 351, Chhattisgarh had a promising start by their openers with 121-run first wicket stand. Pankaj Rao was the man to go for Chhattisgarh as he scalped five wickets for 89 runs from his spell of 36. 3 overs, including nine maidens as well. Beside Pankaj, Tamrakar and Abhimanyu Chauhan got two wickets each, while Kant Singh bagged only one. Coming to Chhattisgarh’s batting, after bowling out Hyderabad for 351, they got a promising start by their openers with 121-run first wicket stand. Opener Sahil Gupta scored 55 before getting dismissed LBW by Mohammad Siraj. He was the only man to get out from Chhattisgarh’s batting line till the end of second day’s play. Chauhan also scored 55 and is still unbeaten at the crease along with Sumit Ruikar. Siraj was the only wicket-taker from Hyderabad’s side, while the most expensive bowler was Akash Bhandari, who conceded 21 runs from his five over spell. Chhattisgarh will resume their batting on third day with Chauhan and Ruikar at the crease and will eye to gain the innings lead. Brief Scores: Chhattisgarh 124 for 1 (Sahil Gupta 55, Abhimanyu Chauhan 55*; Mohammed Siraj 1 for 23) trail Hyderabad 351 (S Badrinath 134, Bavanaka Sandeep 96; Pankaj Rao 5 for 89) by 227 runs.
english
<reponame>adrianharabula/condr-devbook # [\#180 Last weekend sprint](https://github.com/adrianharabula/condr/issues/180) > state: **open** opened by: **adrianharabula** on: **6/4/2017** {% raw %} Încă un weekend rămas... tura aceastea chiar e ultimul :)) Mai avem asa: - [x] duminica - [x] luni - [ ] marti De facut ar mai fi: - [ ] formularul de contact de făcut (să trimită mailuri la submit) - [ ] pagina groups de făcut să arate frumos - [ ] pagina add preferences (de ce facem asta?) - [ ] paginare de făcut pentru produse - [ ] pentru un produs anume de arătat sugestii de cumpărare - [ ] stylizare mygroups - [ ] stilizare site in general - alte chestii, to be updated {% endraw %} ### Comments --- > from: [**adrianharabula**](https://github.com/adrianharabula/condr/issues/180#issuecomment-306453539) on: **6/6/2017** {% raw %} Acum lucrez la formularul de contact. Mai durează puţin. {% endraw %}
markdown
Riyan Parag was slammed for not scoring runs in the IPL 2022 title showdown at the Narendra Modi Stadium in Ahmedabad. The Rajasthan youngster, who was previously criticized for a controversial catch celebration, was slammed for not scoring runs in the title showdown at the Narendra Modi Stadium in Ahmedabad. Riyan Parag perished for just 15 and failed to provide a late flourish as Rajasthan ended up scoring 130 for nine in 20 overs. Gujarat, in response, chased down the total in the penultimate over to lift the IPL crown in front of home fans. Despite the criticism for his controversial catch celebration, Riyan Parag amassed 183 runs from 17 matches at a strike rate of 138.64, with the best score of 56 against Royal Challengers Bangalore. As Rajasthan Royals missed out on the second Indian Premier League (IPL) in the final hurdle against Gujarat Titans, Riyan Parag came under the radar of netizens on Sunday. Rajasthan Royals Director of Cricket Kumar Sangakkara spoke about their season and said the side needs to improve in a lot of areas despite achieving a runners-up finish. “Well, we have got a lot of improving to do in all areas. If you take our batting, we had huge contributions from Jos (Buttler), Sanju, and Shimron Hetymer at the early stages,” said Sri Lanka great in the post-match presser. “Riyan (Parag) and Devdutt (Padikkal) really played well in patches, but I think in terms of overall performance, we need a little bit more from the support role players as well,” he further added. Devdutt Padikkal was one of the expensive buys for the Rajasthan Royals in the IPL 2022 mega auction as he cost INR 7.75 Crores after an intense bidding war. He had a good season for the Royal Challengers Bangalore last year with 411 runs in 14 IPL 2021 games at an average of 31 and also brought up his first century in the cash-rich tournament as well. He has scored 376 runs in 17 IPL 2022 games averaging 22.12 including a fifty (54). He was RR’s 3rd highest run-getter in IPL 2022 so far. Kumar Sangakkara also backed young Riyan Parag amid the criticism, saying the franchise wants to groom him as a middle-order player moving forward in IPL 2023 onwards. A gun fielder who can contribute with bat and ball, the Assam player amassed 183 runs from 17 matches. “Because, I think he is so accomplished against spin as well as pace,” the Sri Lankan batting great noted,” Sangakkara elaborated. Rajasthan, who assembled a strong team with clever signings in the February auction, ended the league stage in the second position and defeated Royal Challengers Bangalore in Qualifier-2. Kumar Sangakkara said that it was the best and strongest eleven that the franchise played with. “...but when you take the quality of players that we had, this was the best side and the strongest side (that) we put out on the park,” he said. Riyan Parag found a place in the Rajasthan Royals setup again for INR 3.8 Crores. The Assam cricketer has played some crucial innings that have helped his franchise in the last few years. He also adds up to the all-rounder option as he can rotate his arm with some leg-spin which is crucial to the balance of the side. He has scored only 183 runs in 17 IPL 2022 games averaging 16.64. He has also picked 1 wicket bowling 4 overs conceding 59 runs. He top-scored with an unbeaten 56 against RCB.
english
- Movies Harshvardhan Rane REACTS To Dating Rumours With Sanjeeda Shaikh: I See Them As…. - Sports Ashes 2023: Rishi Sunak and Australia PM Anthony Albanese involved in fun banter - 'Didn't bring my sandpaper' - Travel Have you been to Vishveshwaraya Falls in Mandya yet? If not, this is the best time! Catechins and the other antioxidants contained in the green tea are capable of protecting the eye. These catechins and antioxidants include Vitamin C, Lutenin, Vitamin E and Zeaxanthin. The catechins are passed from the stomach and gastrointestinal tract into the tissues of the eyes. Eye tissues, especially retina will absorb highest level of gallocatechin. This will help to reduce the harmful oxidative stress in the eyes, for up to 20 hours. So consumtion of green tea helps to reduce the chances of glaucoma and other eye diseases. GET THE BEST BOLDSKY STORIES!
english
.Palette { height: 100vh; display: flex; flex-direction: column; } .Palette-colors { height: 90%; } .Palette-footer { background-color: white; height: 5vh; display: flex; justify-content: flex-end; align-items: center; font-weight: bold; } .emoji { font-size: 1.5rem; margin: 0 1rem; }
css
<filename>Games/Union Colonizer/_read_only/topics/portrait_topic.json { "key": "portrait_topic", "display_name": "portrait", "reference_noun": "portrait", "topic_quip": "'I can't remember whose portrait is this.', you mumble to yourself.", "actor_key": "Lovkiy", "reference_adjectives": [], "is_active": true, "_class_": "Topic" }
json
{ "private": true, "dependencies": { "parse-markdown-table": "file:../../packages/parse-markdown-table" } }
json
<gh_stars>1-10 {"_id":"4c86bd845fabd3770017bdb773e86d86","name":"2020年全国大学生数学建模比赛","desc":"该竞赛创办于1992年,每年一届,是首批列入“高校学科竞赛排行榜”的19项竞赛之一。2020年,来自全国及美国、英国、马来西亚的1470所院校/校区、45680队(本科41826队、专科3854队)、13万多人报名参赛。","imgurl":"cloud://demo1demo1-7g32j1k4710c7cac.6465-demo1demo1-7g32j1k4710c7cac-1304010070/icon/数学竞赛.jpg"} {"_id":"d6b130aa5fabd392001a26eb1241a69e","name":"2020年全国大学生网络安全知识竞赛","imgurl":"cloud://demo1demo1-7g32j1k4710c7cac.6465-demo1demo1-7g32j1k4710c7cac-1304010070/icon/网络安全知识竞赛.jpg","desc":"2020年全国大学生网络安全知识竞赛"} {"_id":"d232df4c5fabd3ab0016c3310051dbf8","name":"2020年全国大学生英语竞赛","desc":"全国大学生英语竞赛(National English Competition for College Students, 简称NECCS)是经教育部有关部门批准,由国际英语外语教师协会中国英语外语教师协会(TEFL China)和高等学校大学外语教学研究会联合主办,英语辅导报社、考试与评价杂志社承办的大学生英语综合能力竞赛。","imgurl":"cloud://demo1demo1-7g32j1k4710c7cac.6465-demo1demo1-7g32j1k4710c7cac-1304010070/icon/英语竞赛.jpg"} {"_id":"d232df4c5fabd3c00016c362738918e7","name":"2020年全国大学生国家安全知识竞赛","imgurl":"cloud://demo1demo1-7g32j1k4710c7cac.6465-demo1demo1-7g32j1k4710c7cac-1304010070/icon/国家安全竞赛.jpg","desc":"2020年全国大学生国家安全知识竞赛"}
json
{"animate" : true, "env_name" : "InvertedPendulum-v2", "exp_name" : "lb_continuous_5_layered_DeepNeuralNet_withCritic_Discount", "gamma" : 0.94, "learning_rate" : 0.01, "logdir" : "data\\lb_continuous_5_layered_DeepNeuralNet_withCritic_Discount_InvertedPendulum-v2_06-06-2018_16-42-24\\0", "max_path_length" : null, "min_timesteps_per_batch" : 5000, "n_iter" : 100, "n_layers" : 3, "nn_baseline" : true, "normalize_advantages" : true, "reward_to_go" : true, "seed" : 0, "size" : 32}
json
import { Row, Col, Form } from "react-bootstrap"; import CustomButton from "../CustomButtons/CustomButton"; const AvailabilityCalender = () => { return ( <> <Form className="p-3"> <Form.Group> <Form.Label>Select Member:</Form.Label> <Form.Select aria-label="Default select example"> <option>Please select a member</option> <option value="1">Member One</option> <option value="2">Member Two</option> <option value="3">Member Three</option> </Form.Select> </Form.Group> <Form.Group className="mt-3 mb-3" controlId="avl-date"> <Row> <Col> <Form.Label>From:</Form.Label> <Form.Control type="date" name="avl-date" placeholder="Select Date" /> </Col> <Col> <Form.Label>To:</Form.Label> <Form.Control type="date" name="avl-date" placeholder="Select Date" /> </Col> </Row> </Form.Group> <CustomButton size="lg" title="Submit" /> </Form> </> ); }; export default AvailabilityCalender;
javascript
## Complete! With these new checks in place, we're assured that the two values - `input1` and `input2` - are strings that can be correctly compared. While there are other ways to correct the issue with the `code` value handling, this fix spotlighted the requirement for good input validation both at the user submission and method levels. You have completed this lesson and will now receive credit.
markdown
Three players who missed penalty kicks for England in the decisive European Championship shootout against Italy on Sunday night were subjected to racist abuse online, prompting the English Football Association to issue a statement condemning the language used against the players. Bukayo Saka, at 19 one of the youngest players on the England squad, missed the penalty that gave the title to Italy and denied England its first international trophy since the 1966 World Cup. It was England’s third straight failure from the penalty spot in the shootout, with Marcus Rashford and Jadon Sancho also missing. The FA said in a statement it was “appalled” by the abuse of the three players. The team had taken a knee before games at the Euros to signal its support for an end to racial inequality, and the young, multi-ethnic squad won the hearts of the soccer-mad country before the shootout failure brought out all-too-familiar messages of hate. London’s Metropolitan Police also said it was investigating “offensive and racist” messages on social media. Rashford, who plays for Manchester United, noted the racial abuse he received on social media in May after the team lost the Europa League final. England coach Gareth Southgate was criticized for his strategy of bringing in Rashford and Sancho off the bench to take penalties while star Raheem Sterling was sidelined in the shootout. Italian soccer’s redemption story is complete. England’s painful half-century wait for a major title goes on. And it just had to be because of a penalty shootout. Italy won the European Championship for the second time by beating England 3-2 on penalties on Sunday. The match finished 1-1 after extra time at Wembley Stadium, which was filled mostly with English fans hoping to celebrate the team’s first international trophy since the 1966 World Cup. “It’s coming to Rome. It’s coming to Rome,” Italy defender Leonardo Bonucci shouted into a TV camera amid the celebrations, mocking the famous lyric “it’s coming home” from the England team’s anthem. For England, it was utter dejection again — they know the feeling so well when it comes to penalties — after Gianluigi Donnarumma, Italy’s imposing goalkeeper, dived to his left and saved the decisive spot kick by 19-year-old Londoner Bukayo Saka, one of the youngest players in England’s squad. That was England’s third straight failure from the penalty spot in the shootout, with Marcus Rashford and Jadon Sancho — players brought on late in extra time seemingly as specialist penalty-takers — also missing. As Saka and Sancho cried, Donnarumma was mobbed by his teammates as they sprinted toward him from the halfway line at the end of the second penalty shootout in a European Championship final. Then Italy’s jubilant players headed to the other end of the field and ran as one, diving to the ground in front of the Italian fans who have witnessed a rebirth of their national team. It was less than four years ago that Italy plunged to the lowest moment of its soccer history by failing to qualify for the World Cup for the first time in six decades. Now, they are the best team in Europe and on a national-record 34-match unbeaten run under Roberto Mancini, their suave coach who has won an international trophy in his first attempt to add to the country’s other European title — in 1968 — and its four World Cups. Mancini joined his players on the podium as Italy captain Giorgio Chiellini lifted the Henri Delaunay trophy to the backdrop of fireworks and tickertape. For England, it’s the latest heartache in shootouts at major tournaments, after defeats in 1990, 1996, 1998, 2004, 2006 and 2012. They ended that losing streak by beating Colombia on penalties in the round of 16 at the 2018 World Cup, but the pain has quickly returned. England’s first major final in 55 years had all started so well, too, with Luke Shaw scoring the fastest goal in a European Championship final by meeting a cross from opposite wing back Kieran Trippier with a half-volley that went in off the post in the second minute. It was Shaw’s first goal for England and it prompted a fist-pump between David Beckham and Tom Cruise in the VIP box amid an explosion of joy around Wembley, which had at least 67,000 fans inside. Maybe more, given dozens of ticketless England fans managed to barge their way past stewards and police and into the stadium in unsettling scenes before kickoff. That was the only time Italy’s famously robust defense was really opened up in the entire 120 minutes. Indeed, after Shaw’s goal, England barely saw the ball for the rest of the game. Italy’s midfielders dominated possession, as widely predicted before the match, and England simply resorted to dropping deep and getting nine or even all 10 outfield players behind the ball. It was reminiscent of the 2018 World Cup semifinals, when England also scored early against Croatia then spent most of the game chasing its opponent’s midfield before losing in extra time. Italy’s equalizer was merited and Bonucci was the unlikely scorer. He put the ball in from close range after a right-wing corner was flicked on to Marco Verratti, whose stooping header was tipped onto the post by goalkeeper Jordan Pickford. England managed to hold on for extra time — the way three of the last six European finals went — and actually had the better of the final stages. Just not the shootout, again. After the misses of Rashford — he stuttered up to the ball and then hit the post — and Sancho, whose shot was saved by Donnarumma again down to his left, Jorginho had the chance to win it for Italy. Incredibly, the midfielder who converted the decisive penalty in a shootout win over Spain in the semifinals also failed to score as Pickford tipped the effort off the post. It was Donnarumma who then made the crucial saves and within minutes he had also been named player of the tournament, the first goalkeeper to be so honored. So instead of coming home, the trophy is headed to Rome. The semifinal round of the ongoing UEFA EURO Championship came to an end on Thursday (July 8). Italy overcame Spain 4-2 in a penalty shootout following a 1-1 draw in the first semifinal, while England ousted Denmark 2-1 in the second semifinal. We will be watching Italy vs England final on Monday, July 12th at 1 a.m. (BST). Italy last competed in a EURO Championship final in 2012, losing 4-0 to Spain. On the other side, this will be England's first European Championship final. Prediction of Italy vs. England final of this year’s EURO tournament is discussed in this article. Italian fans were disappointed by their country's failure to qualify for the 2018 World Cup. Italy's national team is still under a lot of strain, so it will be a huge joy for them if they can win this competition. Italy have exceeded expectations by playing the most exciting style of football and finished first in the group stage points table. They are now a strong contender to win the UEFA EURO 2021 Championship after eliminating Belgium and Spain in the knockout stage. Italy have shown their real potential in the knockout stages, but they will have to compete hard against England, who are currently in excellent form. One thing is certain, they will make it tough for England in the final. Led by central defender Giorgio Chiellini, Italy have several real match-winners, like goalkeeper Donnarumma, attacker Insigne, and midfielders Locatelli and Marco Verratti. They must all play well to win their second European Championship. England have not won a major event since winning the 1966 World Cup. In fact, they have never reached a World Cup or European Championship final since then. This is England's first UEFA EURO final, and the 'Three Lions' are hoping to win a major tournament for the first time in 50 years. England are in great shape, and a number of exceptional players have joined the national team in recent years. That is why English football fans have high expectations for this team. They've played impressive football throughout the tournament and have yet to lose a game. England came out on top with the most points in Group D. In the knockout stages, they defeated Germany (2-0), Ukraine (4-0), and Denmark (2-1). So, the confidence is high in the English campaign to win this year's EURO Championship. Led by charismatic Captain Harry Kane, England have numerous true match-winners, including attacking midfielders Raheem Sterling, Jadon Sancho, Jack Grealish, and defender Kieran Tripper. But they must all carry extra responsibility in the final in order to win their first UEFA European Championship title. Jordan Pickford (GK), Harry Kane (Goals: 4), Raheem Sterling (Goals: 3), Luke Shaw (Assists: 3), Jack Grealish (Assists: 2) Jordan Pickford (GK), Maguire, Stones, Trippier, Walker, Grealish, Shaw, Rice, Phillips, Sterling, Kane. Italy vs England final will be held at the Wembley Stadium in London, and the football world is anticipating an exciting contest between these two teams. England will get some advantage because of their home condition and they are a strong contender to win their first European Championship. On the other side, Italy haven't won a EURO tournament since 1968, so they'll go all out to win the coveted championship. Both teams are in fantastic form right now and have been very consistent throughout the tournament. Hopefully, the deserving team will win the trophy in the end.
english
Sydney: Australian media paid a rich tribute to retired India captain Anil Kumble, saying the leg-spinner was a 'true gentleman of the game. ' "He leaves as the ultimate dusty-deck destroyer, Test cricket's third-highest wicket-taker and a reputation as one of the true gentlemen of the game," The Daily Telegraph wrote in its column. Kumble ended his 18-year-long illustrious career by announcing his retirement in the third Test against Australia at the Ferozshah Kotla in New Delhi, Sunday. "It was the right move by the veteran leg-spinner, who had been under pressure on several fronts. With only three wickets in this series to that point, and with a miserable captaincy record of three wins in 14 Tests, it was time for the 38-year-old to go," the daily said. The Australian called Kumble a giant who unfortunately did not make a very successful captain. "While Kumble will not be remembered for his captaincy, he was a giant as a player," the daily said. The newspaper said Kumble's retirement will pave the way for Mahendra Singh Dhoni as skipper, which will be a a step in the right direction for the Indian cricket. "It is fitting that Dhoni, the bubbly and charismatic one-day and Twenty20 captain, should take over the side. " Noted writer and former Somerset captain Peter Roebuck in his column in the Sydney Morning Herald said that Kumble's decision came at a perfect time as his bowling prowess was on a wane, highlighted by just three wickets in the ongoing series against Australia. "Kumble's retirement was timely. Throughout his career the old warrior has been a master of worn pitches. In the past few years, his powers have waned and the sorcerer has become a spent force," he said. The Englishman, now settled in Australia, said that Kumble's workman-like approach to the game set him apart from a maverick spin wizard Shane Warne. "Whereas Warne was a gambler with a hand of aces, the Bangalorean was a dentist armed with a drill. Once he had the victim on his chair nothing escaped his attention. He has always been willing to bowl, has always been grumpy and fierce and competitive. Batsman might master him but none could destroy his will," Roebuck said. "He never gave up, and with unyielding will and high intelligence, made the most of his abilities. He scored a Test hundred and never let his side down. A thousand pities the Australians did not speak to him in Sydney. " Roebuck went on to add that Kumble despite all his fighting spirit, would not have been able to continue with the injuries. "Harbhajan was waiting in the wings and Amit Mishra had been taking wickets. Dhoni was ready to take over. And his pal Rahul Dravid was near the end. Also, he was just plain sore. Man cannot keep fighting, not against his own body. Sooner or later he must listen to it," he said. (This story has not been edited by News18 staff and is published from a syndicated news agency feed - IANS)
english
<html> <head> <link rel="stylesheet" type="text/css" href="doc.css"> </head> <body> <center><a href="index.html">Help Top</a></center> <h1>Running DArcMailXml</h1> <blockquote> <p>DArcMailXml allows you to convert one or more .mbox files to an XML file, with using a database. The XML follows the preservation EMA (Email Account) schema, co-developed by North Carolina State Archives and Smithsonian Institution Archives. The schema can be found at <a href="http://www.history.ncdcr.gov/SHRAB/ar/emailpreservation/mail-account/mail-account_single.xsd">www.history.ncdcr.gov/SHRAB/ar/emailpreservation/mail-account/mail-account.xsd</a> <p> The main DArcMailXml program is the file <b>DArcMailXml.py</b>. If the .py extension has been associated with the Python3 interpreter (on Windows) or with the Terminal application (on Mac OS X), then you can double-click the file to start the program. Otherwise, you can start the program from a Windows command prompt window or from a Mac OS X Terminal window. </blockquote> <center><a href="index.html">Help Top</a></center> </body>
html
Many people still believe that learning Linux is difficult, or that only experts can understand how a Linux system works. Though there is a lot of free documentation available, the documentation is widely scattered on the Web, and often confusing, since it is usually oriented toward experienced UNIX or Linux users. Today, thanks to the advancements in development, Linux has grown in popularity both at home and at work. The goal of this guide is to show people of all ages that Linux can be simple and fun, and used for all kinds of purposes.
english
@layout("/common/_container.html"){ <div class="row"> <div class="col-sm-12"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5>产品单位管理</h5> </div> <div class="ibox-content"> <div class="row row-lg"> <div class="col-sm-12"> <div class="row"> <div class="col-sm-3"> <#NameCon id="condition" name="名称" /> </div> <div class="col-sm-3"> <#button name="搜索" icon="fa-search" clickFun="Xgt_goods_prd_unit.search()"/> </div> </div> <div class="hidden-xs" id="Xgt_goods_prd_unitTableToolbar" role="group"> @if(shiro.hasPermission("/xgt_goods_prd_unit/add")){ <#button name="添加" icon="fa-plus" clickFun="Xgt_goods_prd_unit.openAddXgt_goods_prd_unit()"/> @} @if(shiro.hasPermission("/xgt_goods_prd_unit/update")){ <#button name="修改" icon="fa-edit" clickFun="Xgt_goods_prd_unit.openXgt_goods_prd_unitDetail_update()" space="true"/> @} @if(shiro.hasPermission("/xgt_goods_prd_unit/delete")){ <#button name="删除" icon="fa-remove" clickFun="Xgt_goods_prd_unit.delete()" space="true"/> @} @if(shiro.hasPermission("/xgt_goods_prd_unit/detail")){ <#button name="详情" icon="fa-file-code-o" clickFun="Xgt_goods_prd_unit.openXgt_goods_prd_unitDetail()" space="true"/> @} </div> <#table id="Xgt_goods_prd_unitTable"/> </div> </div> </div> </div> </div> </div> <script src="${ctxPath}/static/addons/zcgl/prdUnit/js/xgt_goods_prd_unit.js"></script> @}
html
<reponame>ericafenyo/tasti /** * @license * Copyright (c) 2019 <NAME> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. * * @file * Contains some helper functions for accessing web services. */ import { http, buildRequest, authHttp } from '../ConnectionHelper'; import { AxiosPromise, AxiosResponse, AxiosRequestConfig } from 'axios'; import { Result } from '../../data/Result'; import { async } from 'rxjs/internal/scheduler/async'; import { HttpStatus } from '@/enums'; export interface UserService { resetPassword(request: any, email: string, token: string): Promise<Result>; create: (user: any) => Promise<Result>; authenticate: (username: string, password: string) => Promise<Result>; profile: () => AxiosPromise<any>; /** * */ followers: (userId: string) => AxiosPromise<any>; requestPasswordReset: (userEmail: string) => Promise<Result>; } export class UserServiceImpl implements UserService { resetPassword(request: any, email: string, token: string) { const config: AxiosRequestConfig = { params: { token, email } } return buildRequest(() => http.post('/auth/password/reset', request, config)); } profile() { return authHttp().get('users'); } followers(userId: string) { if (!userId) { throw 'Log out, user id is null'; } return authHttp().get(`users/${userId}/followers`); } /** * Creates a new user account * @param user a javaScript object containing user related resources */ create(user: any): Promise<Result> { return buildRequest(() => http.post('/users/create', user)); } authenticate(username: string, password: string): Promise<Result> { const result = buildRequest(() => http.post('/auth/token', { username, password })); return result; } requestPasswordReset(email: string): Promise<Result> { return buildRequest(() => http.post('/auth/password/request-reset', { email })); } }
typescript
/*Helpers*/ .oculta{font-size: 0px; margin:0px;} .logo{ max-width: 200px; } html, body {height:100%;} .geral { margin-top: -10px; min-height:100%; position:relative; } .footer1 { position:absolute; bottom:0; width: 98.5%; font-size: 12px; border-radius: 3px; } .footer1 footer{ margin-top: 10px; } .footer1 a{ color:yellow; letter-spacing:3px; } /*Resets*/ a:hover{ text-decoration: none; color:#15e4eb !important; } /*Fontes*/ /*Header*/ .header{ float: left; width: 100%; border-radius: 3px; } .padding-10:{ } span.texto-logo{ color: #fff; font-size: 40px; font-weight: bold; margin: 0px 0px 0px 13px; } .logo{ float:left; } ul.menu{ list-style: none; float: right; } ul.menu li{ display: inline;} ul.menu li a{ margin: 8px 20px; color:#fff; font-size: 16px; } ul.menu li a:hover{ text-decoration: none; color: #ccc; } .rodape{ padding-bottom: 50px; padding: 4px 4px 4px 4px; /* margin-bottom: 5px; */ /* margin-top: 5px;*/ text-align: center; background-color:#3299CC; background-image:linear-gradient(to bottom, transparent 1px, rgba(0,0,0,.1) 1px); background-size: auto 4px; color: #fff; } .container1{ } /*Principal*/ h1.titulo{ color: #fff; font-size: 24px; } .top-header{ background-color: #3B98C1; padding: 10px 10px; border-radius: 3px; } .principal{ margin-top: 145px; } .table{ background-color: #fff; } .titulo-tabela{ background-color: #3B98C1; padding: 10px 10px; border-radius: 3px; color: #fff; text-align: center; } .navegacao{ padding: 4px; } .cadastrar{ } .pesquisar{ float: left; } .pagination{ } /*Cores - http://www.cssmatic.com/*/ .gradiente-cinza{ background: rgba(46,39,46,1); background: -moz-linear-gradient(top, rgba(46,39,46,1) 0%, rgba(224,211,224,1) 26%, rgba(43,40,43,1) 51%, rgba(199,181,199,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,39,46,1)), color-stop(26%, rgba(224,211,224,1)), color-stop(51%, rgba(43,40,43,1)), color-stop(100%, rgba(199,181,199,1))); backgroun15e4eb !importantd: -webkit-linear-gradient(top, rgba(46,39,46,1) 0%, rgba(224,211,224,1) 26%, rgba(43,40,43,1) 51%, rgba(199,181,199,1) 100%); background: -o-linear-gradient(top, rgba(46,39,46,1) 0%, rgba(224,211,224,1) 26%, rgba(43,40,43,1) 51%, rgba(199,181,199,1) 100%); background: -ms-linear-gradient(top, rgba(46,39,46,1) 0%, rgba(224,211,224,1) 26%, rgba(43,40,43,1) 51%, rgba(199,181,199,1) 100%); background: linear-gradient(to bottom, rgba(46,39,46,1) 0%, rgba(224,211,224,1) 26%, rgba(43,40,43,1) 51%, rgba(199,181,199,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e272e', endColorstr='#c7b5c7', GradientType=0 ); } .gradiente-azul{ background: rgba(17,113,130,1); background: -moz-linear-gradient(top, rgba(17,113,130,1) 0%, rgba(11,141,180,1) 22%, rgba(31,142,190,1) 36%, rgba(44,97,115,1) 75%, rgba(78,171,156,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,113,130,1)), color-stop(22%, rgba(11,141,180,1)), color-stop(36%, rgba(31,142,190,1)), color-stop(75%, rgba(44,97,115,1)), color-stop(100%, rgba(78,171,156,1))); background: -webkit-linear-gradient(top, rgba(17,113,130,1) 0%, rgba(11,141,180,1) 22%, rgba(31,142,190,1) 36%, rgba(44,97,115,1) 75%, rgba(78,171,156,1) 100%); background: -o-linear-gradient(top, rgba(17,113,130,1) 0%, rgba(11,141,180,1) 22%, rgba(31,142,190,1) 36%, rgba(44,97,115,1) 75%, rgba(78,171,156,1) 100%); background: -ms-linear-gradient(top, rgba(17,113,130,1) 0%, rgba(11,141,180,1) 22%, rgba(31,142,190,1) 36%, rgba(44,97,115,1) 75%, rgba(78,171,156,1) 100%); background: linear-gradient(to bottom, rgba(17,113,130,1) 0%, rgba(11,141,180,1) 22%, rgba(31,142,190,1) 36%, rgba(44,97,115,1) 75%, rgba(78,171,156,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117182', endColorstr='#4eab9c', GradientType=0 ); } .gradiente-azul2{ background: rgba(24,123,148,0.99); background: -moz-linear-gradient(top, rgba(24,123,148,0.99) 0%, rgba(167,202,212,0.98) 41%, rgba(91,172,194,0.97) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(24,123,148,0.99)), color-stop(41%, rgba(167,202,212,0.98)), color-stop(100%, rgba(91,172,194,0.97))); background: -webkit-linear-gradient(top, rgba(24,123,148,0.99) 0%, rgba(167,202,212,0.98) 41%, rgba(91,172,194,0.97) 100%); background: -o-linear-gradient(top, rgba(24,123,148,0.99) 0%, rgba(167,202,212,0.98) 41%, rgba(91,172,194,0.97) 100%); background: -ms-linear-gradient(top, rgba(24,123,148,0.99) 0%, rgba(167,202,212,0.98) 41%, rgba(91,172,194,0.97) 100%); background: linear-gradient(to bottom, rgba(24,123,148,0.99) 0%, rgba(167,202,212,0.98) 41%, rgba(91,172,194,0.97) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#187b94', endColorstr='#5bacc2', GradientType=0 ); } .gradiente-azul3{ background: rgba(21,137,183,0.97); background: -moz-linear-gradient(top, rgba(21,137,183,0.97) 0%, rgba(97,167,193,0.97) 22%, rgba(81,161,190,0.97) 42%, rgba(52,150,186,0.94) 78%, rgba(35,144,183,0.94) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(21,137,183,0.97)), color-stop(22%, rgba(97,167,193,0.97)), color-stop(42%, rgba(81,161,190,0.97)), color-stop(78%, rgba(52,150,186,0.94)), color-stop(100%, rgba(35,144,183,0.94))); background: -webkit-linear-gradient(top, rgba(21,137,183,0.97) 0%, rgba(97,167,193,0.97) 22%, rgba(81,161,190,0.97) 42%, rgba(52,150,186,0.94) 78%, rgba(35,144,183,0.94) 100%); background: -o-linear-gradient(top, rgba(21,137,183,0.97) 0%, rgba(97,167,193,0.97) 22%, rgba(81,161,190,0.97) 42%, rgba(52,150,186,0.94) 78%, rgba(35,144,183,0.94) 100%); background: -ms-linear-gradient(top, rgba(21,137,183,0.97) 0%, rgba(97,167,193,0.97) 22%, rgba(81,161,190,0.97) 42%, rgba(52,150,186,0.94) 78%, rgba(35,144,183,0.94) 100%); background: linear-gradient(to bottom, rgba(21,137,183,0.97) 0%, rgba(97,167,193,0.97) 22%, rgba(81,161,190,0.97) 42%, rgba(52,150,186,0.94) 78%, rgba(35,144,183,0.94) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1589b7', endColorstr='#2390b7', GradientType=0 ); } .degrade{ background: #8C1717; /*Azul: #000033 Cool Copper: #D98719 Dark:#5C4033 Brown:#A62A2A http://www.linhadecodigo.com.br/artigo/3640/cores-em-html-saiba-o-codigo-hexadecimal-de-sua-cor-preferida.aspx*/ color: #fff; box-shadow: 0px 2px 2px #ccc; /*Efeito degrade do fundo do topo */ background-color:#3299CC; background-image:linear-gradient(to bottom, transparent 1px, rgba(0,0,0,.1) 1px); background-size: auto 4px; } .degrade2{ padding: 10px 10px 20px 10px; background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #7db9e8)); background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); background: -o-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); background: -ms-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); }
css
well I am playing the FPS game return to castle wolfenstien .I killed the big black monster , but the game havent ended . why it havent eended and what these new missions r ? it is good for play after this level ? should i continue ?
english
<reponame>eftokay/VolumeSwitchWidget package de.fklappan.app.volumeswitchwidget; import android.app.NotificationManager; import android.appwidget.AppWidgetManager; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.util.Log; import android.view.View; import butterknife.ButterKnife; import butterknife.OnClick; import de.fklappan.app.volumeswitchwidget.util.RingVolumeSwitchWidgetPreferences; /** * This activity is used to notify the user about a additional needed permission. It contains a * little manual how to grant the permission and opens the permission dialog on click */ public class ConfigActivity extends AppCompatActivity { private static final int ON_DO_NOT_DISTURB_CALLBACK_CODE = 101; private static final String LOG_TAG = ConfigActivity.class.getSimpleName(); @Override protected void onCreate(@Nullable Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_config); ButterKnife.bind(this); setTitle(R.string.grant_permission); } @OnClick(R.id.mainLayout) public void onTapDisplay(View v) { requestMutePermissions(); } private void requestMutePermissions() { try { NotificationManager notificationManager = (NotificationManager) getApplicationContext().getSystemService(Context.NOTIFICATION_SERVICE); if (notificationManager.isNotificationPolicyAccessGranted()) { Log.d(LOG_TAG, "access granted"); onPermissionGranted(); } else { // Open Setting screen to ask for permisssion Intent intent = new Intent(android.provider.Settings.ACTION_NOTIFICATION_POLICY_ACCESS_SETTINGS); startActivityForResult(intent, ON_DO_NOT_DISTURB_CALLBACK_CODE); } } catch (SecurityException e) { Log.e(LOG_TAG, "Exception while requesting permissions from user", e); } } private void updateWidgets() { Log.d(LOG_TAG, "updateWidgets"); Intent intent = new Intent(this, RingVolumeWidgetProvider.class); intent.setAction(AppWidgetManager.ACTION_APPWIDGET_UPDATE); int[] ids = AppWidgetManager.getInstance(getApplication()).getAppWidgetIds(new ComponentName(getApplication(), RingVolumeWidgetProvider.class)); intent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_IDS, ids); sendBroadcast(intent); } @Override protected void onActivityResult(int requestCode, int resultCode, Intent data) { if (requestCode == ON_DO_NOT_DISTURB_CALLBACK_CODE) { Log.d(LOG_TAG, "requestCode ok"); NotificationManager notificationManager = (NotificationManager) getApplicationContext().getSystemService(Context.NOTIFICATION_SERVICE); if (notificationManager.isNotificationPolicyAccessGranted()) { Log.d(LOG_TAG, "access granted"); onPermissionGranted(); } } } private void onPermissionGranted() { RingVolumeSwitchWidgetPreferences.setConfigured(this, true); updateWidgets(); finish(); } }
java