text stringlengths 1 1.04M | language stringclasses 25 values |
|---|---|
<reponame>CezSew/next-js-jwt-auth-boilerplate
import styles from './Footer.module.scss';
const Footer = () => (
<footer className={styles.footer}>
<strong>
powered by Next.js
</strong>
</footer>
)
export default Footer; | typescript |
'Jigelu Rani' Pooja Hegde is at it. Posing for Femina India, she has proved to be a sizzling darling of Pooja Hegde proportions. She tweets, "'Making a Splash' it is. Thank you, Femina India, my first cover with you all and what a fun shoot this was. "
It was with 'Duvvada Jagannadham' that the sexy actress started becoming a star actress in Tollywood. Wishing Allu Arjun on his birthday yesterday, she said, "The one time we both got a chance to get into a lungi and bring some lungi-swag and we managed to injure ourselves.
Fun set memories. Happy Birthday, Allu Arjun. Hope you have an exciting and fun year ahead, one with fewer head-bumps, more cake and even more happiness. "
'Saakshyam', Mahesh Babu's 25th movie, and the NTR-Trivikram Srinivas movie are her upcoming projects.
Follow us on Google News and stay updated with the latest! | english |
const https = require('https');
const iexToken = ""; //TODO
const options = {
hostname: 'cloud.iexapis.com',
port: 80,
path: `/stable/stock/AAPL/upcoming-dividends?token=${iexToken}`,
method: 'GET',
headers: {
'Content-Type': 'application/json'
}
}
const req = https.request(options, res => {
console.log(`statusCode: ${res.statusCode}`)
res.on('data', d => {
process.stdout.write(d)
})
})
req.on('error', error => {
console.error(error)
})
req.end() | javascript |
<filename>public/assets/estay/css/main.css
/*! tandatx */
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight
*
* Vendor-prefixed and regular ::selection selectors cannot be combined
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
img{
max-width: 100%;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
/* 1 */
}
/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
white-space: inherit;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
/* Black prints faster */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
[class*=hover-],
[class*=shadow] {
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.mh-50{
min-height: 50px;
}
.translate-y-n10, .hover-translate-y-n10:hover {
-webkit-transform: translateY(-10px) !important;
-ms-transform: translateY(-10px) !important;
transform: translateY(-10px) !important;
}
.translate-y-n3, .hover-translate-y-n3:hover {
-webkit-transform: translateY(-3px) !important;
-ms-transform: translateY(-3px) !important;
transform: translateY(-3px) !important;
}
.shadow-primary {
-webkit-box-shadow: 0 0.5rem 1rem rgba(10, 68, 107, .4);
box-shadow: 0 0.5rem 1rem rgba(10, 68, 107, .4);
}
.shadow-secondary {
-webkit-box-shadow: 0 0.5rem 1rem rgba(189, 189, 189, 0.4);
box-shadow: 0 0.5rem 1rem rgba(189, 189, 189, 0.4);
}
.bg-primary-1{
background-color: #e87e23;
color: #ffffff!important;
}
.bg-primary-2{
background-color: #064d74!important;
color: #ffffff!important;
}
.text-primary-1{
color: #e87e23!important;
}
.btn-primary-3{
background-color: #e87e23;
color: #ffffff!important;
}
.btn-primary-3:hover{
-webkit-box-shadow: 0 0.5rem 1rem rgba(232, 126, 35, .4);
box-shadow: 0 0.5rem 1rem rgba(232, 126, 35, .4);
}
.btn-primary-2{
background-color: #064d74;
color: #ffffff!important;
}
.btn-primary-2:hover{
-webkit-box-shadow: 0 0.5rem 1rem rgba(10, 68, 107, .4);
box-shadow: 0 0.5rem 1rem rgba(10, 68, 107, .4);
}
.text-primary-2{
color: #064d74!important;
}
.icon-ssm{
width: 1rem;
vertical-align: sub;
}
.icon-sm{
width: 1.5rem;
}
.icon {
width: 2rem;
}
.icon-md {
width: 2.5rem;
}
.btn{
border-radius: 1.5rem;
}
.hover-btn:hover{
-webkit-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px);
}
.border-left {
border-width: 1px;
border-style: solid;
border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) 1 100%;
border-right: none;
}
.daterangepicker{
border-radius: 0;
margin-right: -5px;
}
/* styles */
.navbar-brand img.logo{
width: 145px;
}
.navbar-home{
border-bottom: solid 1px #e1e1e1;
}
.navbar .nav-social{
margin-left: 250px;
}
.hero {
height: 100vh;
min-height: 350px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
a.nav-link{
opacity: 1;
}
a.nav-link:hover{
opacity: .85;
}
.navbar-menu{
right: 3.7rem;
top: 0;
}
.megamenu.navbar-menu .dropdown-menu{
position: fixed;
width: 100%;
z-index: -1;
left: 0;
top: 70px;
border: none;
background: #fafafa;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
border-radius: 0;
}
.megamenu-title{
color: #064d74;
font-size: 1.5rem;
font-weight: bold;
}
.megamenu.navbar-menu .dropdown-menu .nav-link{
display: block;
padding: .5rem 0;
color: #064d74;
}
.navbar-menu img{
width: 80px;
width: 80px;
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
}
#navbarResponsive{
padding-right: 100px;
}
.slogan-banner{
width: 100%;
max-width: 900px;
position: absolute;
left: 3rem;
padding: 1rem;
bottom: 150px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: shapeRotate;
animation-name: shapeRotate;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-transform-origin: center center;
transform-origin: center center;
}
.cursor-pointer{
cursor: pointer;
}
.btn-change-bg{
position: absolute;
left: 3rem;
padding: 1rem;
bottom: 100px;
background: #e6e7e9;
padding: 3px 5px;
border-radius: 10px;
line-height: 1;
margin-left: 10px;
cursor: pointer;
}
.card-showmap a{
cursor: pointer;
}
.card-showmap .text.position-absolute{
right: 0;
padding: 3px 10px;
font-size: 12px;
background: #064d74;
color: #ffffff;
font-weight: bold;
}
.bg-listing{
background:#e7e7e8;
}
.listing-page .item-slider .item {
max-width: 300px;
border: solid 1px #e1e1e1;
margin: 0 10px 10px;
}
@keyframes shapeRotate {
0%,
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
20%,
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
60% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
section.section{
padding:50px 0;
}
.section-title .title{
color: #054f76;
font-size: 30px;
font-weight: bold;
}
.section-title .para-desc{
font-weight: bold;
color: #333333;
}
.item-img{
overflow: hidden;
display: block;
}
.item-img img:hover {
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
transform: scale(1.15);
}
.item-img img {
max-width: 100%;
width: 100%;
height: auto;
-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
-webkit-transform: translateZ(0);
transform: translateZ(0);
transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.item-slider .item{
max-width: 300px;
border: solid 1px #e1e1e1;
}
.item-slider .item .item-body{
padding: 10px 20px;
}
.item-slider .item .item-footer{
border-top:solid 2px #e1e1e1;
margin: 10px 20px;
padding-top: 10px;
font-size: 12px;
}
.item-slider .item .item-body .date{
background-color: #e6e7e9;
font-size: 12px;
padding: 5px;
}
.item-slider .item .item-body .item-title{
font-size: 14px;
}
.item-slider .item .item-body .item-title a{
color: #272b34;
text-decoration: none;
}
.item-slider .item .item-body .price .text-muted{
font-size: 14px;
}
.item-slider .item .item-body .price .lead{
font-weight: bold;
color: #e87e23;
font-size: 18px;
}
.item-slider .item .item-body .btn.btn-estay-primary{
width: 130px;
font-weight: bold;
font-weight: 500;
}
.btn-estay-primary{
background: #d0e6ff;
color: #e87e23;
border: solid 1px #054f76;
border-radius: 20px;
display: block;
width: 150px;
}
.btn-estay-primary:hover {
color: #ffffff;
background: #e87e23;
}
.bg-light {
background-color: #f8f9fc;
}
.category-slider .item{
max-width: 234px;
margin: 0 10px;
}
.category-slider .item-img{
border-radius: 10px;
}
.category-slider .item .item-body .item-title{
font-size: 16px;
font-weight: bold;
margin:0;
}
.category-slider .item .item-body .item-title a{
color: #272b34;
text-decoration: none;
}
.category-slider .item .item-body .amount{
margin-left: 30px;
}
.footer-secondary-menu,
.footer-top-menu h5,
.footer-secondary-menu p a,
.footer-top-menu p a{
color: #777777;
}
.footer-secondary-menu h6{
font-size: 14px;
}
.footer-secondary-menu p a{
font-size: 12px;
}
.hero-slider{
right: 3rem;
bottom: 0;
top: 0;
width: 300px;
height: 650px;
position: absolute;
margin: auto;
background-color: #ffffff;
}
.hero-slider .slick-arrow{
margin: auto;
width: 40px;
height: 40px;
display: block;
background: transparent;
color: transparent;
border: none;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.hero-slider .slick-arrow:focus{
outline: none;
}
.hero-slider .slick-arrow.slick-prev{
background-image: url('../images/icon/up-arrow.svg');
margin-right: 30px;
}
.hero-slider .slick-arrow.slick-next{
background-image: url('../images/icon/up-arrow.svg');
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
margin-right: 30px;
}
.hero-slider .item{
padding: 5px 10px;
}
.hero-slider .item:focus,
.hero-slider .item a:focus{
outline: none;
}
.hero-slider .item .rounded-circle{
width: 80px;
height: 80px;
}
.hero-slider .item-body img.icon{
display: inline-block;
width: 20px;
}
.search-form-wrapper{
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.search-form-wrapper .container{
max-width: 1440px;
}
.search-form-wrapper .form-control{
border-radius: 0;
border: none;
background-color: #e7e7e8;
}
.search-form-wrapper .form-control:focus{
box-shadow: none;
}
.search-form-wrapper .form-group{
padding: 5px;
background-color: #e7e7e8;
}
.search-form .form-icon{
position: relative;
}
.search-form .form-icon::before{
content: '';
position: absolute;
top: 15px;
left: 15px;
width: 38px;
height: 38px;
background-size: 30px;
background-repeat: no-repeat;
background-position: center ;
}
.search-form .form-icon input{
padding-left: 60px;
display: inline-block;
width: 100%;
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis;
text-align:left;
}
.search-form .search::before{
background-image: url('../images/icon/search.png');
}
.search-form .form-group.date,
.search-form .form-group.date .form-control{
cursor: pointer;
}
.search-form .date::before{
background-image: url('../images/icon/calendar.svg');
}
.search-form .date input{
padding-top: 15px;
}
.search-form .date .check-in,
.search-form .date .check-out{
position: absolute;
color: #6c757d;
font-size: 14px;
}
.search-form .date .check-in{
left: 65px;
top: 2px;
}
.search-form .date .check-out{
left: 160px;
top: 2px;
}
.search-form .guests::before{
background-image: url('../images/icon/family.png');
}
.search-form .guests .btn-block{
display: inline-block;
width: 100%;
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis;
padding-left: 50px;
text-align:left;
}
.search-form .btn-search{
border-radius: 0;
padding: 17px;
}
.search-form .guests .dropdown-menu{
top: -7px!important;
margin-left: -5px;
border-radius: 0;
}
#dropdownOpen .btn{
border-radius: 0;
width: 50px;
text-align: center;
}
#dropdownOpen input{
padding-left: 10px;
text-align: center;
}
.search-form .btn-chat{
border-radius: 5px;
margin-top: 10px;
padding: 10px;
}
.search-form .btn-chat img{
width: 32px;
}
/* listing */
.col-list-wrap {
background: #fafafa;
min-height: calc(100vh - 100px);
padding-top: 74px;
box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.17);
transition: all .2s ease-in-out;
/* min-width: 950px; */
position: relative;
z-index: 2;
}
.col-list-wrap-2{
min-width: auto;
}
.list-wrap-search{
background: #ffffff;
}
.list-main-wrap label,
.list-wrap-search label{
font-weight: bold;
font-size: 12px;
line-height: 24px;
color: #064d74;
text-transform: uppercase;
}
.list-wrap-search .collapse{
border-top: solid 1px #e9ecef;
}
.list-main-wrap hr {
border-top: 1px solid #e9ecef;
border-style: dashed;
}
.text-price-to{
line-height: 38px;
width: 40px;
text-align: center;
}
img.star{
width: 15px;
margin: 0 1px 5px 1px;
}
.listing-item{
border-radius: 10px;
overflow: hidden;
background: #fff;
border: 1px solid #eee;
}
.listing-item .item-img{
overflow: hidden;
position: relative;
}
.listing-item .item-img .reviews{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.listing-item .item-img .reviews .rating .star{
width: 15px;
}
.listing-item .item-img img{
max-width: 100%;
width: 100%;
height: auto;
-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
-webkit-transform: translateZ(0);
transform: translateZ(0);
transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.listing-item .item-img img:hover{
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
transform: scale(1.15);
}
.listing-item .item-img .reviews .score{
color: #ffffff;
}
.listing-item .item-img .reviews .score .reviews-value{
font-size: 20px;
margin-left: 20px;
background: #0a446b;
color: #ffffff;
padding: 10px;
line-height: 1;
border-radius: 10px;
}
.listing-item .item-body{
padding: 15px;
}
.listing-item .item-body .des{
font-size: 14px;
color: #a5b0b9;
}
.listing-item .title{
font-size: 20px;
font-weight: bold;
}
.listing-item .address{
color: #6c757d;
padding-left: 25px;
background-image: url('../images/icon/location.svg');
background-size: 20px;
background-repeat: no-repeat;
background-position: left;
}
.listing-item .facilities .icon{
width: 1.5rem;
}
.listing-item .item-footer{
padding: 15px;
}
.listing-item .item-footer .money-val{
font-size: 16px;
color: #f88b09;
}
.listing-item .item-footer .icon{
width: 2rem;
}
.listing-item .item-footer .act-list .icon{
width: 1rem;
}
.map-container{
position: absolute;
right: 0px;
margin-left: 0px;
height: 100%;
max-width: 100%;
width: 100%;
overflow: hidden;
}
.map-container-left{
left: 0px;
width: 100%;
}
.mobile-list-controls{
display: none;
}
#closeMap{
position: fixed;
left: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 4;
display: none;
}
#closeMap img{
width: 15px;
margin-bottom: 2px;
}
/* single-page */
.single-page{
margin-top: 74px;
}
.single-page header .address {
color: #6c757d;
padding-left: 25px;
background-image: url("../images/icon/location.svg");
background-size: 20px;
background-repeat: no-repeat;
background-position: left;
}
.single-page header .reviews-value {
font-size: 30px;
margin-left: 20px;
background: #0a446b;
color: #ffffff;
padding: 10px;
line-height: 1;
border-radius: 10px;
max-width: 65px;
text-align: center;
}
/* .single-page{
background: #f8f9fa;
} */
.single-page .breadcrumb-wrapper{
background: #ffffff;
}
.single-page .breadcrumb-wrapper .breadcrumb{
background: none;
margin: 0;
padding: 20px 0;
}
.single-page .nav-pills .nav-link.active,
.single-page .nav-pills .show>.nav-link {
color: #064d74;
background-color: #ffffff;
color: #e87e23!important;
font-weight: bold;
}
.single-page .breadcrumb-wrapper .nav{
background: #f8f9fa;
}
.single-page .breadcrumb-wrapper .nav .nav-link{
padding: 20px;
color: #064d74;
}
.header-wrapper{
background-color: #ffffff;
}
.single-page .card{
border:none;
border-radius: 0;
}
#gallerySliderNav .slick-slide{
margin: 10px 5px;
border-radius: 5px;
}
#gallerySliderNav .slick-slide:focus{
outline-color:#f88b09;
}
#gallerySlider .slick-slide {
padding: 10px;
outline: none;
}
#gallerySlider .slick-prev,
#gallerySlider .slick-next{
position: absolute;
z-index: 1;
top: 50%;
transform: translateY(-50%);
border: none;
outline: none;
width: 35px;
height: 35px;
border-radius: 100%;
line-height: 35px;
overflow: hidden;
background-color: #ffffff;
color: transparent;
background-size: 20px;
background-repeat: no-repeat;
background-position: center;
}
#gallerySlider .slick-prev{
left: 10px;
background-image: url("../images/icon/back.svg");
}
#gallerySlider .slick-next{
right: 10px;
background-image: url("../images/icon/next.svg");
}
.review-score-total span {
background: #064d74;
color: #fff;
float: left;
font-weight: 600;
padding: 20px 30px;
font-size: 34px;
text-shadow: 0px 2px 5px rgba(0,0,0,0.21);
text-align: center;
border-radius: 15px;
min-width: 150px;
}
.single-page hr {
border-top: 1px solid #e9ecef;
border-style: dashed;
}
.reviews-comments-item{
position: relative;
}
.reviews-comments-item .review-score-user{
position: absolute;
right: 0;
top: 0;
}
.reviews-comments-item .review-score-user span {
background: #064d74;
color: #fff;
float: right;
font-weight: 600;
border-radius: 3px 3px 0 3px;
padding: 7px;
font-size: 12px;
text-shadow: 0px 2px 5px rgba(0,0,0,0.21);
}
.reviews-comments-item h5{
font-size: 17px;
font-weight: bold;
}
.review-score-total span strong {
display: block;
font-size: 14px;
font-weight: 500;
padding-top: 6px;
}
.single-bookingform label {
font-weight: bold;
font-size: 12px;
line-height: 24px;
text-transform: uppercase;
}
.single-bookingform .total{
font-size: 20px;
line-height: 40px;
font-weight: bold;
color: #f98c08;
}
.single-bookingform .search-form .form-icon::before {
top: 6px;
left: 10px;
}
.single-bookingform .search-form .guests .dropdown-menu {
top: 0!important;
margin-left: 0;
}
.single-bookingform .btn-outline{
color: #ffffff;
border:solid 1px #ffffff;
border-radius: 5px;
}
.single-surroundings .list-group-flush .list-group-item{
padding: 0.7rem 0;
}
.single-surroundings .list-group-flush span{
color: #6c757d;
}
.widget-posts .box-media{
max-width: 35%;
}
.widget-posts .box-media img,
.widget-posts .box-media .btn{
border-radius: 3px;
}
.widget-posts .box-details h4{
font-size: 15px;
}
.widget-posts .box-media .btn,
.widget-posts .box-details p{
font-size: 13px;
}
.widget-posts .box-details .address{
font-size: 14px;
color: #6c757d;
padding-left: 20px;
background-image: url('../images/icon/location.svg');
background-size: 14px;
background-repeat: no-repeat;
background-position: left 5px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.widget-posts h4.name{
position: relative;
}
.widget-posts h4.name span{
position: absolute;
right: 0;
top: 2px;
font-size: 12px;
color: #e87e23;
}
.widget-posts h4.name a{
display: inline-block;
width: 140px;
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis;
}
.chatbox-wrapper.show{
display: block;
}
.chatbox-wrapper{
max-width: 300px;
position: fixed;
right: 20px;
bottom: 0;
display: none;
}
.chatbox-wrapper .chatbox-header{
border-bottom: solid 1px #e1e1e1;
}
.chatbox-wrapper .chatbox-header a:hover{
opacity: .7;
cursor: pointer;
}
.chatbox-wrapper .chatbox-header a img{
width: 1rem;
margin-bottom: 4px;
}
.messages-box, .chat-box {
height: 400px;
overflow-y: scroll;
}
.chatbox-wrapper .chatinput{
height: auto;
}
/* footer */
footer{
border-top: solid 3px #e9ecef;
position: relative;
z-index: 1;
}
footer img.brand{
width: 200px;
}
.copyright .text{
font-size: 18px;
}
.copyright .img-social{
text-decoration: none;
}
.copyright .img-social img{
-webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
filter: grayscale(100%); /* FF 35+ */
opacity: .2;
transition: all .2s ease-in-out;
}
.copyright .img-social img:hover{
-webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
filter: grayscale(0%); /* FF 35+ */
opacity: 1;
}
.home-2 .home-map{
width: 100%;
height: 100%;
position: absolute;
}
.home-2 .search-form>.container>.row{
background: #e7e7e8;
}
.home-2 .search-form .form-group{
border: solid 1px #ffffff;
}
.home-2 .search-form-wrapper{
bottom: 50px;
}
.home-2 .btn-chat-wrapper{
position: absolute;
right: 30px;
bottom: 30px;
}
.home-2 .btn-chat-wrapper .btn-chat{
border-radius: 5px;
margin-top: 10px;
padding: 10px;
}
.home-2 .theme-setting{
position: absolute;
left: -210px;
top: 150px;
background: #ffffff;
border-radius: 5px;
width: 200px;
transition: all .3s;
}
.home-2 .theme-setting.active{
left: 0;
transition: all .3s;
}
.home-2 .theme-setting .choose-color{
padding: 10px;
padding-top: 40px;
}
.home-2 .theme-setting .choose-color a{
display: block;
height: 30px;
margin: 5px;
line-height: 30px;
text-align: center;
border-radius: 5px;
}
.home-2 .theme-setting .choose-color div:nth-child(1) a{
background: #1ec38b;
}
.home-2 .theme-setting .choose-color div:nth-child(2) a{
background: #f91942;
}
.home-2 .theme-setting .choose-color div:nth-child(3) a{
background: #66aaee;
}
.home-2 .theme-setting .choose-color div:nth-child(4) a{
background: #e87e23;
}
.home-2 .theme-setting .choose-color div:nth-child(5) a{
background: #fc69a4;
}
.home-2 .theme-setting .choose-color div:nth-child(6) a{
background: #6449e7;
}
.home-2 .theme-setting .choose-color div:nth-child(7) a{
background: #990099;
}
.home-2 .theme-setting .choose-color div:nth-child(8) a{
background: #054f76;
}
.home-2 .btn-theme-setting{
position: absolute;
width: 260px;
background: #ffffff;
margin-bottom: 50px;
border-radius: 5px;
outline: none;
box-shadow: none;
}
#map-modal .modal-dialog{
max-width: 100%;
margin: 30px;
}
#map-modal .close{
position: absolute;
right: 20px;
top: 20px;
z-index: 999;
background: #fafafa;
width: 30px;
height: 30px;
line-height: 30px;
padding: 0;
opacity: 1;
border: solid 1px #ccc;
}
#map-modal .close span{
display: block;
line-height: 20px;
margin-bottom: 5px;
padding: 0;
font-size: 30px;
}
#map-modal .close:focus{
outline: none;
}
#map-modal .item-slider,
#map-modal .filterbox{
max-height: calc(100vh - 100px);
overflow-y: scroll;
}
#map-modal .item-slider{
background:#e7e7e8;
}
.listing-page .search-form-wrapper{
position: static;
margin-top: 100px;
}
.listing-page .search-form-wrapper .no-gutters{
background: #e7e7e8;
}
.listing-page .search-form-wrapper .form-group {
border: solid 1px #ffffff;
}
.filterbox{
font-size: 13px;
}
.filter-count{
color: #777777;
}
.item-filter{
border-bottom: 1px solid rgba(0,0,0,.125);
}
.item-filter:last-child{
border:none;
}
/* Responsive */
@media screen and (max-width: 1366px) {
.hero-slider {
height: 450px;
}
.slogan-banner{
max-width: 700px;
}
}
@media screen and (max-width: 1260px) {
.navbar .nav-social{
display: none!important;
}
.navbar .nav-action{
margin-left: auto!important;
}
.slogan-banner{
max-width: 600px;
}
.col-list-wrap{
min-width: 100%;
}
.list-wrap-search{
display: none;
}
.mobile-list-controls{
display: block;
}
}
@media screen and (max-width: 1024px) {
.navbar .nav-social{
display: none!important;
}
.navbar .nav-action{
margin-left: auto!important;
}
.slogan-banner{
max-width: 500px;
bottom: 250px;
}
.search-form .btn-chat{
display: none;
}
.search-form-wrapper{
padding: 0!important;
margin-bottom: 1rem;
}
}
@media screen and (max-width: 1009px) {
.hero-slider {
height: 450px;
}
}
@media screen and (max-width: 991px) {
.map-container {
height: calc(100vh - 56px);
top: 56px;
opacity: 0;
}
.navbar-menu img{
width: 60px;
}
.megamenu.navbar-menu .dropdown-menu{
top: 53px;
}
.megamenu.navbar-menu .dropdown-menu{
height: calc(100vh - 53px);
overflow-y: scroll;
text-align: center;
}
}
@media screen and (max-width: 900px) {
.hero-slider {
display: none;
}
.search-form{
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
}
@media screen and (max-width: 768px){
.search-form .guests .dropdown-menu .btn-group{
width: 100%;
}
.list-main-wrap{
padding: 0!important;
}
.single-page header .flex-fill.text-right{
text-align: left!important;
position: absolute;
padding-left: 80px;
left: 0;
}
.single-page header .reviews-value{
margin-left: 0;
}
.reviews-wrap{
position: relative;
}
}
@media screen and (max-width: 600px){
.navbar .w-100.px-5{
padding: 0!important;
}
.navbar-menu {
right: 1rem;
}
.slogan-banner{
left: 0;
}
}
@media screen and (max-width: 600px){
.home-page .daterangepicker{
top: 20px!important;
}
.navbar-brand img.logo{
width: 50px;
}
.navbar-menu img {
width: 40px;
border-bottom-left-radius: 27px;
border-bottom-right-radius: 27px;
}
.col-list-wrap{
padding-top: 50px;
}
.breadcrumb-wrapper .breadcrumb{
font-size: 12px;
}
.single-page header h2{
font-size: 1.5rem;
}
.single-page header .address{
font-size: 12px;
background-size: 15px;
padding-left: 18px;
}
.single-page header .reviews-value {
font-size: 20px;
max-width: 50px;
}
.single-page header .reviews-wrap{
padding: 10px 0!important;
}
.review-score-total span {
padding: 10px;
font-size: 25px;
min-width: 100px;
}
.single-page .reviews-score-wrap{
font-size: 12px;
}
.single-page .reviews-score-wrap .progress{
height: .5rem;
}
.single-page .reviews-comments-item h5 {
font-size: 13px;
font-weight: bold;
}
.single-page .reviews-comments-item p{
font-size: 12px;
}
.single-page .reviews-comments-item .review-score-user{
left: 0;
bottom: -55px;
font-size: 11px;
}
.reviews-comments-item .review-score-user span{
padding: 3px;
}
}
@media screen and (max-width: 425px){
.listing-item .item-footer>.d-flex{
-ms-flex-direction: column!important;
flex-direction: column!important;
}
.listing-item .item-footer .d-flex .act-list{
width: 100%;
text-align: center;
margin-top: 15px;
}
.listing-item .item-footer .d-flex .act-list .btn{
width: 45%;
display: inline-block;
}
.text-price-to{
width: 100%;
}
.btn-more-wrapper{
text-align: center;
}
.breadcrumb-item+.breadcrumb-item::before{
padding-right: 5px;
}
.breadcrumb-item+.breadcrumb-item::after{
padding-left: 5px;
}
} | css |
In Spain, at least 13 people were killed and 100 injured in a terror attack after a van rammed into a crowd of pedestrians on Barcelona's Las Ramblas tourist area last evening. The president of Spain's Catalonia region Carles Puigdemont, confirming it a terror attack, said that police have arrested two people in this connection. Police said, the driver was still on the run. The Police has cordoned off the area around the incident and requested the closure of local metro and train stations.
Meanwhile, ISIS have claimed responsibility for the the attack.
According to US monitor SITE Intelligence Group, the extremist group's propaganda outlet AMAQ claimed that the executors of the attack were soldiers of the Islamic State.
According to reports, the vehicle sped down the centre of the road until it hit a newspaper kiosk and stopped. Witnesses described scenes of chaos and panic as they tried to flee. The famous Las Ramblas boulevard is one of Barcelona's busiest streets and usually packed at this time of year with tourists.
External Affairs Minister Sushma Swaraj has said that there is no report of any Indian casualty in the terror attack. External Affairs Minister tweeted that she is in constant touch with Indian embassy in Spain. She also asked Indians to contact the Indian Embassy in case of an emergency. Indian Embassy's emergency contact number is 34-608769335 .
condemnation from across the globe. Spain's royal family vowed that their country would not be "terrorised" by extremists.
US President Donald Trump condemned the "terror attack" and said the Unied States will do whatever is necessary to help", adding that be tough and strong.
France's President Emmanuel Macron said his thoughts were with the victims of the "tragic attack". A spokesman for German Chancellor Angela Merkel condemned the "revolting attack" and British Prime Minister Theresa May said on Twitter that London "stands with Spain against terror".
Spanish police has said that they suspected a deadly explosion at a house in Alcanar was linked to the Barcelona terror attack. Josep Lluis Trapero of the regional police of Catalonia told reporters that the explosion hit a house in Alcanar some 200 kilometres south of Barcelona late yesterday. The police said, at least one person dead in the explosion. It said the dead was suspected one among those in the house who were preparing an explosive device.
Six civilians and one police officer were hurt when a car drove into people in the Spanish seaside resort of Cambrils early today. The regional government said, this attack came just hours after Barcelona terror attack. Police shot four of the attackers dead and injured another one, saying they were "working on the hypothesis that the terrorists shot dead in Cambrils could be linked to what happened in Barcelona. | english |
<gh_stars>0
{
"name": "billymedia/date-period",
"description": "Twig extension for PHP Date Period",
"type": "craft-plugin",
"version": "1",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"date period"
],
"support": {
"docs": "https://github.com/billymedia/date-period/blob/master/README.md",
"issues": "https://github.com/billymedia/date-period/issues"
},
"license": "MIT",
"authors": [
{
"name": "<NAME>",
"homepage": "https://billymedia.co.uk"
}
],
"require": {
"craftcms/cms": "^3.0.0"
},
"autoload": {
"psr-4": {
"billymedia\\dateperiod\\": "src/"
}
},
"extra": {
"name": "Date Period",
"handle": "date-period",
"developer": "<NAME>",
"developerUrl": "https://billymedia.co.uk",
"documentationUrl": "https://github.com/billymedia/date-period/blob/master/README.md",
"changelogUrl": "https://raw.githubusercontent.com/billymedia/date-period/master/CHANGELOG.md",
"class": "billymedia\\dateperiod\\DatePeriod"
}
}
| json |
355 Code of Cr. P.
[Shri Sharad Dighe]
will agree that Mehr is not in consideration of divorce. It is in consideration of marriage. So, what is paid in consideration of marriage cannot be stated or taken as in consideration of divorce. As I know a little about the Muslim Law, according to me, this Mehr is also paid into parts generallyprompt payment and deferred payments. Prompt payment is made on demand of 'Mehr' is fixed at the time of marriage. But prompt payment is made on the demand of the wife and deferred payment is made on dissolution of the marriage either by death or by divorce. So, the whole concept of paying Mehr is absolutely different from a maintenance paid to wife under the Criminal Procedure Code. Mehr is not paid on dissolution of marriage, but part of it is paid promptly on demand; and then part can be paid on dissolution of marriage.
Dissolution of marriage also may take place due to death. Or Mehr may not be paid at all. I do not know all the details, but as far as I have read it means this. Therefore, this is quite different from what is contemplated under Section 125 or 127 of the Criminal Procedure Code.
Mehr, as I said, is paid in consideration of the marriage or as it is stated it is by way of respect to wife, Therefore, that amount is paid, whereas the amount under the Criminal Procedure Code is for neglecting the wife, it is intended to maintain her when he neglects his wife, even though he is capable of maintaining her.
Then during the wedlock also he is bound to pay. And even after he has divorced her, he is bound to pay under this section till she re-marries. That is the scheme of this Act. Under this Act, when the wife refuses to live with the husband, and there is sufficient cause for it, then also the husband is bound to pay and that has been there from the beginning.
(Amdt.) Bill 356
for not living with the husband and she can claim or insist upon maintenance. Is it the position with respect to 'Mehr'? These are quite different things. This is absolutely a different scheme altogether. This is to protect women, those who are being neglected or not given social justice, If husband keeps a mistress, then she can go away and stay away elsewhere and say I want maintenance. The husband marries another wife. There also she can insist. Is it the idea under the Muslim law under Mehar? There, admittedly, 4 wives are allowed and then there is no question of marrying another wife. Therefore, the position of first wife asking for maintenance does not come under the Muslim Personel Law. That is absoutely a different personal law and different scheme for paying to wife as far as Mehar is concerned till or during the period of Iddat or the further period if she is pregnant etc. Therefore I say that this section and these provisions and the judgment given under these provisions are quite different and are under absolutely different scheme altogether. Therefore, as I was saying, really speaking, the Supreme Court which has interpreted Section 125 and Section 127 of the Criminal Procedure Code has not had inroads as for as the Muslim Personal Law is Iddat, all these are absolutely different schemes, different ideas. What was sought to be provided under Criminal Procedure Code was a summary, special remedy, under special circumstances to a wife, to children, to parents, and special remedy was also provided, so that the amount can be expeditiously recovered. Now these things are extensively discussed in the judgment also. Then as far as the obligation of a Muslim husband to pay maintenance is concerned, on that point also several extracts from Quran have been cited in this judgment. Though Mr Banatwalla says that they are not authoritative and authoritative interpretations are elsewhere, the fact remains that, before the Court, Muslim parties were representing the matter. Several other interveners were there, Not only that, A Muslim lady reformer had also taken part at the time of hearing.
If husband marries another wife or if husband keeps a mistress, then also it is held to be a sufficient cause
357 Code of Cr. P.
for which a mention has also been made in the judgment itself. Therefore, it may be assumed that before this highest court of our country, authoritative books were cited and arguments were advanced, so that, which books and which interpretations were authoritative have been fully considered. It has been stated in paragraph 15 of that judgment as follows. There are certain Arabic versions from the Quran and the English versions has also been given side by side. I will only refer to certain parts of them. I quote :
Ayat No. 241
For Divorced Women
Maintenance should be provided On a reasonable scale.
This is a duty on the righteous.
Ayat No. 242
SRAVANA 4, 1907 (SAKA)
Thus doth God
Make clear His Signs To you in order that you may understand.
Further on, it is stated :
"Those of you, who shall die and leave wives behind them, should make a will to the effect that they should be provided with a year's maintenance and should not be turned out of their homes. But if they leave their homes of their own accord, you shall not be answerable for whatever they choose for themselves in a fair way; Allah is All-Power ful, All-wise. Likewise, the divorced women should also be given something in accordance with the known fair standard. This is an obligation upon the God-fearing people."
These are some of the translations incorporated in the Judgment on which the learned Judges have relied upon to show that to pay maintenance to a wife or to pay maintenance even to a
(Amdt.) Bill 358
divorced wife is not foreign or absolutely alien to this Muslim Personal Law, but the idea is also there that maintenance should be paid and women should be respected, they should be looked after and their proper maintenance has to be paid. Therefore, what I say is that even the idea of paying maintenance is not foreign in any way to Muslim Personal Law and as I stated, the scheme of payment of maintenance is different from the scheme under the Criminal Procedure Code. Of course, what I say is that it is practically the internal affairs of the Muslim community. They should come together and decide. If any amendment is
necessary according to the opinion of the Muslim community, I may go forward and say that it should be done and there is no reason to oppose such an amendment. But real Muslim opinion will have to be found but because as far as this Judgment is concerned, I see on record that some Muslim organisations have also represented and they are also of the opinion that certain things should be decided in a particular manner and the interpretation of this should be in a particular manner. Even after the judgment also we have been reading in the newspapers that some conferences are being held to demand that no such amendment should be made to annul this Judgment of the Supreme Court which has been reported in 1985. Therefore, what I submit is, a very interesting debate has been raised by the hon. Member, Mr. Banatwalla. A point for discussion has been raised not only before this Parliament, but I should say, this is a point for discussion for the whole country. In the whole country debates should go on to find out whether really any amend. ment is necessary in view of this Judgment and if the whole Muslim community feels or a very substantial majority feels that it has to be done, then I will appeal to the Government that they should consider this from that point of view and as per our commit. ment, if any inroad is to be made in the Muslim Personal Law, their consensus has to be developed, Unless the lead is taken by the Muslim community, nothing should be done. The same commit359 Code of Cr. P.
Shri Sharad Dighe]
ment should be followed in this case also and therefore, from this point of view I will appeal to the Government that they should consider this matter carefully, get the Muslim community's opinion on this point and if it is found that something has to be done, then serious consideration may be given. Till that time, I will appeal to the mover of the Bill, Mr. Banatwalla that he should not press this. Bill at this stage but leave it to the Government to consider the vast majority opinion of the Muslim con munity and then act, accordingly. That is my submisssion, as far as this Bill in concerned.
SHRI AZEEZ SAIT (Dharwad South) Mr. Chairman, Sir, I have heard the discussion which is very interesting. First of all, we have to accept the concept of secularism. Secularism demands respect of each other's religion. But while my hon, friend was addressing the House, he was of mixed opinion. Ultimately, I welcome the last part of his speech. I would rather not like to go into details of his speech.
Sir, our friends have been talking about the judgement of the Supreme Court. This is the real matter which concerns us, Quranic version has been referred to the judgement. It is from Sura-e-Baqara which not only deals with divorces but also about the share of property by his children after death of that person. In a just passing passage, it has mentioned about divorce also. I quote Sura e-Baqara, It is version 240 :
"Those of you
Who die and leave winows Should bequeath For their widows
A year's maintenance
And responsibility;
But if they leave (The responsibility), There is no blame on you
(Amdt.) Bill
For what they do
With themselves,
Provided it is reasonable And God is exalted in power wise."
Version 241 says:
"For divorce woman
Maintenance (should be provided)
On a reasonable (scale) This is a duty
On the righteous."
These are the two versus quoted from the Sura-e-Baqara, But what I would like to bring to your notice is that the learned Judges should have also taken note of Sura e-Talaq. It is very clear; it means divorce. I do not have much time to go into details; nor would I take too much time of the House. The Supreme Court judges have not gone into Sura-e-Talaq and Hadis. I have also brought it to the notice of the Law Minister, Some of our friends have been talking about maintenance. The iddat is there which is to make sure that the divorced woman is pregnant, If she is pregnant, the maintenance will continue till the delivery of the child. The boy or girl born during the period of iddat is also entitled a share in the property of his or her father. For that purpose, the iddat is mentioned. Now a question is asked, what will happen to the divorced woman for her future maintenance. The Quran has dealt with it. It is the responsibility put on the patents father, mother brothers, sisters, aunt and likewise. She will not be thrown out of the street or the road. But Section 125 says that the maintenance should be until she is married or died.
Section 125 says that a wife even if she is divorced is entitled for maintenance and to stay with her ex-husband, The relationship should be understood.
| english |
14 In Iconium the same thing happened — they went into the synagogue and spoke in such a way that a large number of both Jews and Greeks came to trust. 2 But the Jews who would not be persuaded stirred up the Gentiles and poisoned their minds against the brothers. 3 Therefore, Sha’ul and Bar-Nabba remained for a long time, speaking boldly about the Lord, who bore witness to the message about his love and kindness by enabling them to perform signs and miracles. 4 However, the people of the city were divided — some sided with the unbelieving Jews, others with the emissaries.
5 Eventually the unbelievers, both Jews and Gentiles, together with their leaders, made a move to mistreat the emissaries, even to stone them; 6 but they learned of it and escaped to Lystra and Derbe, towns in Lycaonia, and to the surrounding country, 7 where they continued proclaiming the Good News.
8 There was a man living in Lystra who could not use his feet — crippled from birth, he had never walked. 9 This man listened to Sha’ul speaking. Sha’ul, looking at him intently and seeing that he had faith to be healed, 10 said with a loud voice, “Stand up on your feet!” He jumped up and began to walk. 11 When the crowds saw what Sha’ul had done, they began to shout in the Lycaonian language, “The gods have come down to us in the form of men!” 12 They began calling Bar-Nabba “Zeus” and Sha’ul “Hermes,” since he did most of the talking; 13 and the priest of Zeus, whose temple was just outside the city, brought bulls and wreaths to the city gates, intending to offer a sacrifice to them with the people.
14 When the emissaries Bar-Nabba and Sha’ul heard of it, they tore their clothes and ran into the crowd, shouting, 15 “Men! Why are you doing this? We’re just men, human like you! We are announcing Good News to you — turn from these worthless things to the living God who made heaven and earth and the sea and everything in them![a] 16 In times past, he allowed all peoples to walk in their own ways; 17 yet he did not leave himself without evidence of his nature; because he does good things, giving you rain from heaven and crops in their seasons, filling you with food and your hearts with happiness!” 18 Even saying this barely kept the crowds from sacrificing to them.
19 Then some unbelieving Jews came from Antioch and Iconium. They won over the crowds, stoned Sha’ul and dragged him outside the city, thinking he was dead. 20 But as the talmidim gathered around him, he got up and went back into the town. The next day, he left with Bar-Nabba for Derbe.
21 After proclaiming the Good News in that city and making many people into talmidim, they returned to Lystra, Iconium and Antioch, 22 strengthening the talmidim, encouraging them to remain true to the faith, and reminding them that it is through many hardships that we must enter the Kingdom of God. 23 After appointing elders for them in every congregation, Sha’ul and Bar-Nabba, with prayer and fasting, committed them to the Lord in whom they had put their trust.
24 Passing through Pisidia, they came to Pamphylia. 25 After speaking the message in Perga, they came down to Attalia; and from there, they sailed back to Antioch, 26 the place where they had been handed over to the care of God for the work which they had now completed.
27 When they arrived, they gathered the Messianic community together and reported what God had done through them, that he had opened a door of faith to the Gentiles. 28 And they stayed for some time there with the talmidim.
14 At Iconium(A) Paul and Barnabas went as usual into the Jewish synagogue.(B) There they spoke so effectively that a great number(C) of Jews and Greeks believed. 2 But the Jews who refused to believe stirred up the other Gentiles and poisoned their minds against the brothers.(D) 3 So Paul and Barnabas spent considerable time there, speaking boldly(E) for the Lord, who confirmed the message of his grace by enabling them to perform signs and wonders.(F) 4 The people of the city were divided; some sided with the Jews, others with the apostles.(G) 5 There was a plot afoot among both Gentiles and Jews,(H) together with their leaders, to mistreat them and stone them.(I) 6 But they found out about it and fled(J) to the Lycaonian cities of Lystra and Derbe and to the surrounding country, 7 where they continued to preach(K) the gospel.(L)
8 In Lystra there sat a man who was lame. He had been that way from birth(M) and had never walked. 9 He listened to Paul as he was speaking. Paul looked directly at him, saw that he had faith to be healed(N) 10 and called out, “Stand up on your feet!”(O) At that, the man jumped up and began to walk.(P)
11 When the crowd saw what Paul had done, they shouted in the Lycaonian language, “The gods have come down to us in human form!”(Q) 12 Barnabas they called Zeus, and Paul they called Hermes because he was the chief speaker.(R) 13 The priest of Zeus, whose temple was just outside the city, brought bulls and wreaths to the city gates because he and the crowd wanted to offer sacrifices to them.
14 But when the apostles Barnabas and Paul heard of this, they tore their clothes(S) and rushed out into the crowd, shouting: 15 “Friends, why are you doing this? We too are only human,(T) like you. We are bringing you good news,(U) telling you to turn from these worthless things(V) to the living God,(W) who made the heavens and the earth(X) and the sea and everything in them.(Y) 16 In the past, he let(Z) all nations go their own way.(AA) 17 Yet he has not left himself without testimony:(AB) He has shown kindness by giving you rain from heaven and crops in their seasons;(AC) he provides you with plenty of food and fills your hearts with joy.”(AD) 18 Even with these words, they had difficulty keeping the crowd from sacrificing to them.
19 Then some Jews(AE) came from Antioch and Iconium(AF) and won the crowd over. They stoned Paul(AG) and dragged him outside the city, thinking he was dead. 20 But after the disciples(AH) had gathered around him, he got up and went back into the city. The next day he and Barnabas left for Derbe.
21 They preached the gospel(AI) in that city and won a large number(AJ) of disciples. Then they returned to Lystra, Iconium(AK) and Antioch, 22 strengthening the disciples and encouraging them to remain true to the faith.(AL) “We must go through many hardships(AM) to enter the kingdom of God,” they said. 23 Paul and Barnabas appointed elders[a](AN) for them in each church and, with prayer and fasting,(AO) committed them to the Lord,(AP) in whom they had put their trust. 24 After going through Pisidia, they came into Pamphylia,(AQ) 25 and when they had preached the word in Perga, they went down to Attalia.
26 From Attalia they sailed back to Antioch,(AR) where they had been committed to the grace of God(AS) for the work they had now completed.(AT) 27 On arriving there, they gathered the church together and reported all that God had done through them(AU) and how he had opened a door(AV) of faith to the Gentiles. 28 And they stayed there a long time with the disciples.(AW)
Copyright © 1998 by David H. Stern. All rights reserved.
Holy Bible, New International Version®, NIV® Copyright ©1973, 1978, 1984, 2011 by Biblica, Inc.® Used by permission. All rights reserved worldwide.
NIV Reverse Interlinear Bible: English to Hebrew and English to Greek. Copyright © 2019 by Zondervan.
| english |
<gh_stars>0
(function(exports) {
"use strict";
var va5 = (function (k) {
va5 = exports[k] || {}; exports[k] = va5; return va5;
})(("[object Object]" !== exports.toString()) ? "va5" : "exports");
var Bgm = va5.Bgm || {}; va5.Bgm = Bgm;
// NB: これはbgmのみならずvoiceの対応も行っている!要注意!
// (voiceは基本的に「常にoneshotで別名前空間のBGM」という扱い)
// フェード時の音量変更は、現在のところ
// Bgm.bootstrapPlayingAudioChannelPoolWatcher にて手動で行っている。
// フェードを自前でやらずにAudioParamを使うとより正確になるのだが、
// 動作にどうも不安があるので自前でやった方がよいという結論になった。
// ( https://www.g200kg.com/jp/docs/webaudio/audioparam.html )
var fadeGranularityMsec = 100;
// 現在バックグラウンドかどうか。バックグラウンド時にplayしようとした際には
// sleep状態で待機する必要があるが、その判定の為に参照する
var isBackgroundNow = false;
// bgmでch省略をした時に使われるch名
var defaultBgmCh = "__BGM";
// voiceでch省略をした時に使われるch名
var defaultVoiceCh = "__VOICE";
// pchとchについて。pchはprefixつきch、chはprefixなしch。
// ここではbgmもvoiceも扱うので、内部では勝手にprefixをつけて管理する。
// (bgm系のchannel idは外部から好きな文字列をつけられる)
// つくprefixは voice_ と bgm_ の二つのみ。どちらかが必ず付く
// pch -> [state, nextState] (bgmの。deviceのplayingStateではない事に要注意)
var pchToStatus = {};
// 全BGM共通の音量倍率
var baseVolume = 1;
// 全voice共通の音量倍率
var baseVolumeVoice = 1;
function updateVolume (state, isVoice) {
if (!state) { return; }
state.volumeTrue = state.volume * (isVoice ? baseVolumeVoice : baseVolume);
var fv = state.volumeTrue * state.fadeVolume;
if (state.playingState) {
va5._device.setVolume(state.playingState, fv);
}
}
Bgm.setBaseVolume = function (newVolume, isInit) {
var oldBaseVolume = baseVolume;
baseVolume = newVolume;
if (isInit) { return; }
// init前はpchToStatusは空なので、init前に以下を実行しても安全
Object.keys(pchToStatus).forEach(function (pch) {
var stats = pchToStatus[pch];
if (!stats) { return; }
if (pch.indexOf("bgm_") !== 0) { return; }
var state = stats[0];
var nextState = stats[1];
updateVolume(state, false);
updateVolume(nextState, false);
});
};
Bgm.setBaseVolumeVoice = function (newVolume, isInit) {
var oldBaseVolume = baseVolume;
baseVolumeVoice = newVolume;
if (isInit) { return; }
// init前はpchToStatusは空なので、init前に以下を実行しても安全
Object.keys(pchToStatus).forEach(function (pch) {
var stats = pchToStatus[pch];
if (!stats) { return; }
if (pch.indexOf("voice_") !== 0) { return; }
var state = stats[0];
var nextState = stats[1];
updateVolume(state, true);
updateVolume(nextState, true);
});
};
Bgm.hasReference = function (path) {
var pch;
for (pch in pchToStatus) {
var stats = pchToStatus[pch];
if (!stats) { continue; }
var s = stats[0];
if (s && (path == s.path)) {
return true;
}
s = stats[1];
if (s && (path == s.path)) {
return true;
}
}
return false;
};
function unloadIfUnused (path) {
if (!va5.getConfig("is-unload-automatically-when-finished-bgm")) { return; }
// 参照可能な全stateをなめて、このpathが1個もなければunloadする
// (再生中や予約が1個でもあるならunloadはしない)
va5.Cache.unloadIfUnused(path);
}
// これは再生即停止も兼ねている
function disposeState (state) {
if (!state) { return; }
if (state.disposed) { unloadIfUnused(state.path); return; }
state.disposed = true;
state.isCancelled = true;
state.isSleep = null;
if (!state.playingState) { unloadIfUnused(state.path); return; }
va5._device.disposePlayingState(state.playingState);
state.playingState = null;
unloadIfUnused(state.path);
}
// NB: これは「無音から新たに再生する」向けのstateになっている。
// そうでない場合は生成後に更に調整が必要となる。
// また isLoading がtrueで開始される事にも注意。
// (通常はこの後すぐに va5.Cache.load() が実行されるので
// これで問題ないのだが、そうではない場合は注意する事。
// なおnextStateに入る場合もisLoading=trueで問題ない想定。
// ただしプリロードを事前に走らせておく事が望ましい。)
function makeInitialState (isVoice, path, opts) {
opts = opts || {};
var c = va5.Util.parsePlayCommonOpts(path, opts);
// voiceは常に非ループなので、もしnullなら0(音源終端)にする。
// これが問題になるならvoiceではなくbgm扱いで再生すべき。
if (isVoice && !va5.Util.hasPlayEnd(c)) { c.playEndSec = 0; }
var transitionMode = va5._validateEnum("transitionMode", opts["transitionMode"]||"connectIfSame", ["connectNever", "connectIfSame", "connectIfPossible"], "connectIfSame");
var fadeinSec = va5._validateNumber("fadeinSec", 0, opts["fadeinSec"]||0, null, 0);
var fadeVolume = fadeinSec ? 0 : 1;
var fadeEndVolume = 1; // フェードインの有無によらず、ここは1でよい
var fadeDeltaPerSec = 0;
if (fadeinSec) { fadeDeltaPerSec = (fadeEndVolume - fadeVolume) / fadeinSec; }
var isSleep = false;
if (va5.getConfig("is-pause-on-background") && isBackgroundNow) {
isSleep = true;
}
var state = c; // volume, pitch, pan, loop系, play系
state.path = path;
state.volumeTrue = c.volume * (isVoice ? baseVolumeVoice : baseVolume);
state.transitionMode = transitionMode;
state.fadeinSec = fadeinSec;
state.fadeVolume = fadeVolume;
state.fadeEndVolume = fadeEndVolume;
state.fadeDeltaPerSec = fadeDeltaPerSec;
state.as = null;
state.playingState = null;
state.isLoading = true;
state.isSleep = isSleep;
state.isCancelled = false;
return state;
}
// NB: これはbgmとvoice両方に作用する
Bgm.stopImmediatelyAll = function () {
Object.keys(pchToStatus).forEach(function (pch) {
var stats = pchToStatus[pch];
if (!stats) { return; }
var state = stats[0];
var nextState = stats[1];
disposeState(state);
disposeState(nextState);
delete pchToStatus[pch];
});
};
// これは「新規にBGMを再生する」時だけではなく、
// 「再生中の曲が即座もしくはフェードアウト終了が完了した時かつ
// 次の曲が予約されている」時にも実行される。
// NB: ここでのstateは基本的に pchToStatus[pch][0] に入っている前提。
// ただし例外としてcancelされた場合等がありえる。
// (だからpchToStatus[pch][0]とstateが同一かどうかのチェックが必要)
// TODO: 関数名がちょっと分かりづらい。もっと良い名前はあるか?
function playByState (pch, state) {
va5.Cache.load(state.path, function (as) {
state.isLoading = false;
var stats = pchToStatus[pch];
if (!as || state.isCancelled) {
disposeState(state);
if (!stats || (state !== stats[0])) { return; }
stats[0] = stats[1];
stats[1] = null;
if (stats[0]) {
playByState(pch, stats[0]);
}
else {
delete pchToStatus[pch];
}
return;
}
state.as = as;
// このタイミングで残りパラメータのvalidateを行い、True系パラメータを算出
va5.Util.parsePlayCommonOpts2(state);
// NB: ローディング中にパラメータが変化している場合がある。
// なので元の値を参照せずに、stateから参照し直す必要がある
var deviceOpts = {
volume: state.volumeTrue * state.fadeVolume,
pitch: state.pitch,
pan: state.pan,
loopStartSec: state.loopStartSecTrue,
loopEndSec: state.loopEndSecTrue,
playStartSec: state.playStartSecTrue,
playEndSec: state.playEndSecTrue,
isSleepingStart: state.isSleep
};
va5._logDebug("loaded. play bgm or voice " + state.path + " : " + pch);
state.playingState = va5._device.play(as, deviceOpts);
});
}
function playCommon (isVoice, path, opts) {
opts = opts || {};
va5.Util.checkUnknownOptsBgm(opts);
var ch = opts["channel"];
if (isVoice) {
if (ch == null) { ch = defaultVoiceCh; }
ch = va5._validateVoiceCh(ch);
}
else {
if (ch == null) { ch = defaultBgmCh; }
ch = va5._validateBgmCh(ch);
}
if (ch == null) { return; }
var pchPrefix = isVoice ? "voice_" : "bgm_";
var pch = pchPrefix + ch;
var newState = makeInitialState(isVoice, path, opts);
var stats = pchToStatus[pch] || [null, null]; pchToStatus[pch] = stats;
var oldState = stats[0];
// oldStateが存在していない場合は即座に再生開始できる
if (!oldState) {
if (stats[1]) { stats[1].isCancelled = true; }
stats[1] = null;
stats[0] = newState;
playByState(pch, newState);
return;
}
// oldStateが存在している場合であっても、再生終了直前であるなら、
// 即座に再生停止を行って再生開始してよい
var canStopOldStateImmediately;
var oldPos = va5._device.calcPos(oldState.playingState);
var endPos = oldState.playEndSecTrue;
// posを取るのに失敗した。再生開始前もしくは既に終了している。
// 即座に再生停止を行うべきである
if (oldPos == null) {
canStopOldStateImmediately = true;
}
// ループならフェードアウト以外で終了直前判定になる事はない
// (フェードアウトの場合は安全に処理できる)
else if (!va5.Util.hasPlayEnd(oldState)) {
canStopOldStateImmediately = false;
}
// 非ループかつendPosとoldPosが非常に近い。
// 即座に再生停止を行って再生開始した方が安全
else if ((endPos != null) && (endPos < oldPos + 0.01)) {
canStopOldStateImmediately = true;
}
// 上記での判定が「即座対応」なら、それを行って完了
if (canStopOldStateImmediately) {
if (stats[1]) { stats[1].isCancelled = true; }
stats[1] = null;
disposeState(oldState);
stats[0] = newState;
playByState(pch, newState);
return;
}
var defaultBgmFadeSec = va5.getConfig("default-bgm-fade-sec");
if (va5.Util.canConnect(newState.transitionMode, newState, oldState)) {
// connectを行う。具体的には、即座に、volume, pitch, panの3パラメータの
// 適用をoldStateに行う。そしてnewStateは処分する。
// まぎらわしいが、volumeは即座に適用される(フェード適用はされない)。
// フェード適用がされるのは、途中までフェードアウトしていた時のみで、
// この時だけフェードイン化がなされる。
oldState.volume = newState.volume;
oldState.volumeTrue = newState.volumeTrue;
oldState.pitch = newState.pitch;
oldState.pan = newState.pan;
va5._device.setVolume(oldState.playingState, oldState.volumeTrue * oldState.fadeVolume);
va5._device.setPitch(oldState.playingState, oldState.pitch);
va5._device.setPan(oldState.playingState, oldState.pan);
// フェードアウト中だった時のみ、フェードイン化を行う
if (oldState.fadeDeltaPerSec) {
oldState.fadeEndVolume = 1;
oldState.fadeDeltaPerSec = 1 / (defaultBgmFadeSec || 0.01);
}
stats[0] = oldState;
// 次の曲の予約は破棄する
if (stats[1]) { stats[1].isCancelled = true; }
stats[1] = null;
// newsStateも破棄する(oldStateにmergeされたので)
newState.isCancelled = true;
disposeState(newState);
return;
}
// oldStateはそのまま維持するが、
stats[0] = oldState;
// oldStateはフェードアウト終了させる
oldState.fadeEndVolume = 0;
oldState.fadeDeltaPerSec = (-1 / (defaultBgmFadeSec || 0.01));
// 古いnextStateがあるならキャンセルしておく必要がある
if (stats[1]) { stats[1].isCancelled = true; }
// newStateはnextStateへと突っ込む
stats[1] = newState;
// 未ロードの場合、先行ロードだけ走らせておく
if (va5.Cache.isCancelled(newState.path)) {
va5.Cache.load(newState.path, function (as) {});
}
}
Bgm.playBgm = function (path, opts) {
return playCommon(false, path, opts);
};
Bgm.playVoice = function (path, opts) {
return playCommon(true, path, opts);
};
// 現在のstateをdisposeし、nextがあるならそれを再生する
function stopStateAndPlayNextState (pch) {
var stats = pchToStatus[pch];
if (!stats) { return; }
var state = stats[0];
var nextState = stats[1];
disposeState(state);
state = nextState;
nextState = null;
stats[0] = state;
stats[1] = nextState;
if (state == null) {
delete pchToStatus[pch];
return;
}
playByState(pch, state);
}
// pathに対応する再生を即座に停止する。予約も解除する
// NB: これは今のところbgmとvoice両方に作用する
Bgm.stopImmediatelyByPath = function (path) {
if (path == null) { return; }
path = va5._validatePath(path);
if (path == null) { return; }
Object.keys(pchToStatus).forEach(function (pch) {
var stats = pchToStatus[pch];
if (!stats) { return; }
var state = stats[0];
var nextState = stats[1];
if (path != state.path) { return; }
// NB: race condition注意だが、「次のBGMが予約済」なら、
// 現在のBGMの停止後に「次のBGM」を再生する必要がある。
// (なおunloadAllからの呼び出しではこの処理をしてはいけない、
// 全てをunloadするのだから…)
stopStateAndPlayNextState(pch);
});
};
function stopCommon (ch, pch, fadeSec) {
if (!fadeSec) { stopStateAndPlayNextState(pch); }
// TODO: フェード処理
var stats = pchToStatus[pch];
if (!stats) { return; }
var state = stats[0];
if (!state) { return; }
va5._logDebug("start to fade bgm or voice " + ch + " ttl " + fadeSec);
var now = va5.getNowMsec();
// 既に何らかのフェード中だった場合、事前にfadeSecを割合減少させておく
// (通常は1→0だが、既にフェード中という事は0.5→0のような変化だという事)
fadeSec = fadeSec * state.fadeVolume;
if (state.fadeVolume != 1) { fadeSec *= 0.5; }
if (!fadeSec) { stopStateAndPlayNextState(pch); }
state.fadeEndVolume = 0;
state.fadeDeltaPerSec = (state.fadeEndVolume - state.fadeVolume) / fadeSec;
}
Bgm.stopBgm = function (ch, fadeSec) {
if (fadeSec == null) { fadeSec = va5.getConfig("default-bgm-fade-sec"); }
if (ch == null) {
Object.keys(pchToStatus).forEach(function (pch) {
if (pch.indexOf("bgm_") !== 0) { return; }
var ch2 = pch.replace(/^bgm_/, "");
Bgm.stopBgm(ch2, fadeSec);
});
return;
}
ch = va5._assertBgmCh(ch); // これに通らないなら何かがおかしくなっている
var pch = "bgm_" + ch;
stopCommon(ch, pch, fadeSec);
};
Bgm.stopVoice = function (ch, fadeSec) {
if (fadeSec == null) { fadeSec = va5.getConfig("default-voice-fade-sec"); }
if (ch == null) {
Object.keys(pchToStatus).forEach(function (pch) {
if (pch.indexOf("voice_") !== 0) { return; }
var ch2 = pch.replace(/^voice_/, "");
Bgm.stopVoice(ch2, fadeSec);
});
return;
}
ch = va5._assertVoiceCh(ch); // これに通らないなら何かがおかしくなっている
var pch = "voice_" + ch;
stopCommon(ch, pch, fadeSec);
};
var watcherPrevMsec = 0;
// 多重起動しないようにしてもよい(とても面倒なので後回し)
// 「終了済chのGC」「フェード処理」の両方をここで行う
Bgm.bootstrapPlayingAudioChannelPoolWatcher = function () {
// まず次回実行の予約を最初にしておく
window.setTimeout(Bgm.bootstrapPlayingAudioChannelPoolWatcher, fadeGranularityMsec);
// バックグラウンドsleep中は完全に処理を一時停止する
if (va5.getConfig("is-pause-on-background") && isBackgroundNow) { return; }
var now = va5.getNowMsec();
var deltaMsec = now - watcherPrevMsec;
watcherPrevMsec = now;
deltaMsec = Math.max(fadeGranularityMsec, deltaMsec);
// NB: ↓のループをforEachではなくfor inとした事により、
// pchToStatusが全チェックされないケースがありえる。
// しかしその場合でも次の周回でチェックされるので問題ない
// (それよりはGCの発生量を抑える方を優先する事にした)
var pch;
for (pch in pchToStatus) {
var stats = pchToStatus[pch];
if (!stats) { continue; }
var state = stats[0];
var nextState = stats[1];
if (!state) {
// 通常はありえない筈だが…
va5._logError("internal error: empty state found in bgm");
stopStateAndPlayNextState(pch);
continue;
}
// sleepしているなら何もしない(race conditionで起こり得る)
if (state.isSleep) {
continue;
}
// キャンセルされているなら次の曲へ
if (state.isCancelled) {
stopStateAndPlayNextState(pch);
continue;
}
// ローディング中なら残す
if (state.isLoading) { continue; }
// 再生終了しているなら次の曲へ
if (!state.playingState) {
stopStateAndPlayNextState(pch);
continue;
}
if (va5._device.isFinished(state.playingState)) {
stopStateAndPlayNextState(pch);
continue;
}
// フェード処理を適用
if (state.fadeDeltaPerSec) {
state.fadeVolume += state.fadeDeltaPerSec * (deltaMsec * 0.001);
// overrun check
if (0 < state.fadeDeltaPerSec) {
if (state.fadeEndVolume < state.fadeVolume) {
state.fadeVolume = state.fadeEndVolume;
}
}
else {
if (state.fadeVolume < state.fadeEndVolume) {
state.fadeVolume = state.fadeEndVolume;
}
}
// 変化したvolumeを適用
va5._device.setVolume(state.playingState, state.volumeTrue * state.fadeVolume);
// フェード完了か?(↑でoverrun補正しているので==でチェック可能)
if (state.fadeEndVolume == state.fadeVolume) {
// フェード完了。これ以上フェード処理をしないよう0をセットする
state.fadeDeltaPerSec = 0;
// またフェードの結果音量が0になった場合のみ曲の停止も行う
if (!state.fadeVolume) { stopStateAndPlayNextState(pch); }
}
}
}
};
function emitSleep (state) {
if (!state) { return; }
if (!state.playingState) { return; }
if (state.isSleep) { return; }
state.isSleep = true;
va5._device.sleep(state.playingState);
}
function emitAwake (state) {
if (!state) { return; }
if (!state.playingState) { return; }
if (!state.isSleep) { return; }
state.isSleep = false;
va5._device.resume(state.playingState);
}
function sleepBackground () {
// "is-pause-on-background" が偽ならsleepしない
if (!va5.getConfig("is-pause-on-background")) { return; }
// まだsleepしていないものをsleepさせる
Object.keys(pchToStatus).forEach(function (pch) {
var stats = pchToStatus[pch];
if (!stats) { return; }
var state = stats[0];
var nextState = stats[1];
emitSleep(state);
emitSleep(nextState);
});
}
function resumeBackground () {
// "is-pause-on-background" によらず、sleepしているものを全てresumeする
Object.keys(pchToStatus).forEach(function (pch) {
var stats = pchToStatus[pch];
if (!stats) { return; }
var state = stats[0];
var nextState = stats[1];
emitAwake(state);
emitAwake(nextState);
});
}
// バックグラウンド状態かどうかを返す。これは
// va5.getConfig("is-pause-on-background") を考慮しない。
Bgm.isInBackground = function () {
return isBackgroundNow;
};
Bgm.syncBackground = function (isInactiveNow) {
if (isInactiveNow) {
va5._logDebug("into background");
}
else {
va5._logDebug("into foreground");
}
isBackgroundNow = isInactiveNow;
isInactiveNow ? sleepBackground() : resumeBackground();
};
// NB: これはbgm専用。voiceの対応はなし
Bgm.getBgmPos = function (ch) {
if (ch == null) { ch = defaultBgmCh; }
var pch = "bgm_" + ch;
var stats = pchToStatus[pch];
if (!stats) { return null; }
var state = stats[0];
if (!state) { return null; }
if (!state.playingState) { return null; }
return va5._device.calcPos(state.playingState);
};
})(this);
| javascript |
<reponame>kurogane677/idobill_demo
$(function() {
/*
Bagian Produk --------
*/
// Initialize DataTableberlanggananProduk -----------------------------------
var dTblProduk = $("#DataTableberlanggananProduk");
var tblProduk = dTblProduk.DataTable({
autoWidth: false,
searching: false,
paging: false,
info: false,
order: [],
columnDefs: [
{
searchable: false,
orderable: false,
targets: [0,3],
width: 10,
},
{
targets: [1],
width: 120,
},
{
targets: [2],
className: "text-right",
width: 120,
},
],
initComplete: function() {
sum_();
}
});
$("#subscriptionproduk-table").children('tbody').on('click', function(e){
var td = $(e.target).closest('tr').children('td');
var idProduk = td.eq(0).text();
var namaProduk = td.eq(1).text();
var hargaProduk = td.eq(3).text();
var hargaProduk = hargaProduk.split('.').join('');
var statusProduk = td.eq(4).text();
if (statusProduk == 'Nonactive')
{
alert('Produk ini tidak dapat dipilih karena status nya Nonactive!');
return false;
}
var ProdukSudahTerpilih = tblProduk.column(0)
.data()
.toArray();
if (ProdukSudahTerpilih.includes(idProduk)) {
alert(
"Produk dengan ID: " +
idProduk +
" sudah ditambahkan!, \nSilahkan pilih produk lainnya"
);
} else if (idProduk != '') {
// tblProduk.row(0).remove().draw(false)
tblProduk.row.add({
0: idProduk,
1: namaProduk,
// 2: hargaProduk,
2: `<input type="number" value="${hargaProduk}" name="prod_price[]" class="prod_price text-right w120px">`,
3: '<div class="text-center"><img id="del-icon" src='+ deleteIcon +'></div>',
}).draw();
$("#ModalsProduk").modal("toggle");
sum_();
}
});
dTblProduk.children('tbody').on( 'click', '#del-icon', function () {
tblProduk
.row( $(this).parents('tr') )
.remove()
.draw();
sum_();
});
dTblProduk.children('tbody').on( 'change', 'input', function () {
sum_();
});
$("form").on('submit', function(){
let data = tblProduk.rows().data();
for (let i = 0; i < data.length; i++) {
$("<input />").attr("type", "hidden")
.attr("name", "prod_id[]")
.attr("value", data[i][0])
.appendTo("form");
$("<input />").attr("type", "hidden")
.attr("name", "prod_desc[]")
.attr("value",
data[i][0]+' - '+data[i][1])
.appendTo("form");
}
})
});
| javascript |
<filename>tests/integration/cli/tests/run.rs
//! Basic tests for the `run` subcommand
use anyhow::bail;
use std::process::Command;
use wasmer_integration_tests_cli::{ASSET_PATH, C_ASSET_PATH, WASMER_PATH};
fn wasi_test_wasm_path() -> String {
format!("{}/{}", C_ASSET_PATH, "qjs.wasm")
}
fn test_no_imports_wat_path() -> String {
format!("{}/{}", ASSET_PATH, "fib.wat")
}
#[test]
fn run_wasi_works() -> anyhow::Result<()> {
let output = Command::new(WASMER_PATH)
.arg("run")
.arg(wasi_test_wasm_path())
.arg("--")
.arg("-e")
.arg("print(3 * (4 + 5))")
.output()?;
if !output.status.success() {
bail!(
"linking failed with: stdout: {}\n\nstderr: {}",
std::str::from_utf8(&output.stdout)
.expect("stdout is not utf8! need to handle arbitrary bytes"),
std::str::from_utf8(&output.stderr)
.expect("stderr is not utf8! need to handle arbitrary bytes")
);
}
let stdout_output = std::str::from_utf8(&output.stdout).unwrap();
assert_eq!(stdout_output, "27\n");
Ok(())
}
#[test]
fn run_no_imports_wasm_works() -> anyhow::Result<()> {
let output = Command::new(WASMER_PATH)
.arg("run")
.arg(test_no_imports_wat_path())
.output()?;
if !output.status.success() {
bail!(
"linking failed with: stdout: {}\n\nstderr: {}",
std::str::from_utf8(&output.stdout)
.expect("stdout is not utf8! need to handle arbitrary bytes"),
std::str::from_utf8(&output.stderr)
.expect("stderr is not utf8! need to handle arbitrary bytes")
);
}
Ok(())
}
| rust |
<gh_stars>0
$(function(){
var $good = $('.btn-good'), //いいねボタンセレクタ
goodPostId;
$good.on('click' ,function(e){
e.stopPropagation();
var $this = $(this);
goodPostId = $this.parents('.post').data('postid');
$.ajax({
type: 'POST',
url: ''
})
})
}) | javascript |
KKR leg-spinner Kuldeep Yadav, on Sunday, was dropped from the playing XI for the match against Sunrisers Hyderabad. Karnataka off-spinner, K.C. Cariappa, took his place in the side.
Yadav was taken to the cleaners by England all-rounder Moeen Ali, who hammered two fours and three sixes in the 16th over of RCB's inning at the Eden Gardens on Friday night.
Yadav began his final over with figures of 3-0-32-0 and ran into Moeen in an unforgiving mood. The Indian leggie conceded 27 off his last over, and although he did get rid of Moeen for a mindboggling 28-ball 66 off the last ball.
| english |
Laser printing has come under scrutiny for high energy usage - has HP managed to make its printers more green?
The HP Dragonfly Pro could have been a great productivity laptop, if it wasn't broken.
The HP Dragonfly Pro Chromebook is great for professionals, but at this price, the MacBook Air and Dell XPS 13 are better.
TechRadar Deals Best Buy is offering a great desktop PC deal for the HP Envy, bringing the price down below $1000.
Deals This year's HP Presidents' Day sale is now live and we've picked out five of the best deals from everything that's on offer.
If you're in need of a solid gaming laptop at a budget price, this latest HP Victus 15 deal has you covered.
If you're in the market for a great 2-in-1 work machine, the HP Envy x360 is now under $800.
Updated We have compiled a list of the best small business servers for small and medium businesses.
The HP Victus 15 has some seriously excellent specs and now, with this discount, it can be yours for under $1,000.
Get the hottest deals available in your inbox plus news, reviews, opinion, analysis and more from the TechRadar team.
| english |
<gh_stars>0
{
"id": "illusionist-phantom-armor",
"name": "<NAME>",
"description": "has a chance to increase your Armor Class by 3500 for 12 seconds when an enemy damages you. Cannot occur more than once every 60 seconds.",
"shortDescription": "Passive: Chance to gain Armor Class when hit",
"icon": "illusionist-phantom-armor.png",
"stats": {
"buff_amount_1": "3500",
"buff_type_1": "Armor Class",
"duration": "12 seconds",
"target": "Self",
"cast_time": "Passive"
},
"nextChain": [],
"lastChain": [],
"inSpellbook": true,
"isGroupPower": false,
"isBeneficial": false,
"isHeal": false,
"isBuff": false,
"tags": [
"anyone"
]
} | json |
<gh_stars>1-10
#!/usr/bin/env python3
import sys
import os
import time
from shutil import copyfile
import datetime
import logging
from enrichmenTE_utility import mkdir, get_lines, format_time
from enrichmenTE_input import get_args
from enrichmenTE_detect import detect
from enrichmenTE_cluster import cluster
# from enrichmenTE_cluster import cluster
"""
Author: <NAME> <<EMAIL>>
"""
def main():
# Fetch command-line options
args = get_args()
# create output directory
out_dir = args.out
mkdir(out_dir)
# logging config
formatstr = "%(asctime)s: %(levelname)s: %(message)s"
datestr = "%m/%d/%Y %H:%M:%S"
# log_filename = ".".join(["enrichmenTE", prefix, "log"])
now = datetime.datetime.now()
log_filename = "enrichmenTE_{}.log".format(now.strftime("%d_%m_%Y_%T"))
logging.basicConfig(
level=logging.DEBUG,
filename=os.path.join(out_dir, log_filename),
filemode="w",
format=formatstr,
datefmt=datestr,
)
logging.info("CMD: " + " ".join(sys.argv))
start_time = time.time()
if not args.sub:
print(
"Please choose one of the two modes ('detect' or 'cluster'). See --help for more information."
)
return
logging.info("WORKING DIR: {0}".format(os.path.abspath(out_dir)))
logging.info("Start enrichmenTE...")
# detect
if args.sub == "detect":
logging.info("MODE: DETECT")
logging.info("Read 1: {0}".format(os.path.abspath(args.read1)))
logging.info("Read 2: {0}".format(os.path.abspath(args.read2)))
logging.info("Reference genome: {0}".format(os.path.abspath(args.reference)))
# set up default parameters
if args.thread is None:
args.thread = 1
if args.window is None:
args.window = 100
if args.tsd_max is None:
args.tsd_max = 25
if args.gap_max is None:
args.gap_max = 25
# get prefix
if args.prefix is None:
print(args.read1)
r1 = (args.read1).split(",")
prefix = os.path.basename(r1[0]).replace(".fastq.gz", "")
else:
prefix = args.prefix
# create output directory
out_dir = os.path.join(out_dir, prefix)
mkdir(out_dir)
# create module output directory
detect_out_dir = os.path.join(out_dir, "detect")
mkdir(detect_out_dir)
# create directory for intermediate files
tmp_dir = os.path.join(detect_out_dir, "detect_intermediate_files")
mkdir(tmp_dir)
nonref_pred = detect(
prefix=prefix,
read1=args.read1,
read2=args.read2,
reference=args.reference,
outdir=tmp_dir,
depth_config=args.depth_config,
ref_te_bed=args.gff,
window=args.window,
tsd_max=args.tsd_max,
gap_max=args.gap_max,
filter_region=args.filter_region,
thread=args.thread,
)
nonref_output = os.path.join(detect_out_dir, prefix + ".nonref.bed")
copyfile(nonref_pred, nonref_output)
num_nonref = get_lines(nonref_output)
proc_time_all = time.time() - start_time
logging.info("enrichmenTE DETECT finished in " + format_time(proc_time_all))
logging.info("Number of non-reference TEs: " + str(num_nonref))
elif args.sub == "cluster":
logging.info("MODE: CLUSTER")
# get prefix
if args.prefix is None:
prefix = "clustergram"
else:
prefix = args.prefix
# create output directory
out_dir = os.path.join(out_dir, prefix)
mkdir(out_dir)
# create module output directory
cluster_out_dir = os.path.join(out_dir, "cluster")
mkdir(cluster_out_dir)
tree_file, pdf_file = cluster(
prefix=prefix,
enrichmente_out_dirs=args.enrichmente_out_dirs,
filter_region=args.filter_region,
outgroup=args.outgroup,
out=cluster_out_dir,
include_families=args.include_families,
exclude_families=args.exclude_families,
exclude_samples=args.exclude_samples,
)
proc_time_all = time.time() - start_time
logging.info("enrichmenTE CLUSTER finished in " + format_time(proc_time_all))
logging.info("Clustergram file in newick format: " + tree_file)
logging.info("Clustergram file in PDF format: " + pdf_file)
main()
| python |
<gh_stars>0
# What did Yahweh promise Joshua, the high priest, if he would walk in Yahweh’s ways and keep his commandments?
Yahweh promised Joshua that he would govern Yahweh’s house and keep Yahweh’s courts. Yahweh also promised that he would allow Joshua to come and go before those who stand before Yahweh.
| markdown |
Asaf dwom.
1 Monto ahurisie dwom mma Onyankopɔn yɛn ahoɔden;
mommɔ ose mma Yakob Onyankopɔn no!
2 Momma nnwom no so na monwoso akasaeɛ.
Mommɔ sankuo ne bɛnta dɛɛdɛ no.
3 Monhyɛne mmɛntia ɔsrane foforɔ da no,
ne ɔsrane korokumatwa mu, yɛn Apontoɔ da no;
4 Yei yɛ Israelfoɔ ahyɛdeɛ,
Yakob Onyankopɔn mmara.
ɛberɛ a ɔsɔre tiaa Misraim no,
faako a yɛtee kasa a yɛnte aseɛ no.
6 Ɔka sɛ, “Meyii adesoa no firii mo mmatire so,
ne mo nsa firii adwumaden ho.
7 Mo ahohiahia mu, mofrɛɛ me na megyee mo,
megyee mo so wɔ aprannaa mu;
me sɔɔ mo hwɛeɛ wɔ Meriba nsuo ho.
8 “Ao me nkurɔfoɔ, montie me kɔkɔbɔ yi,
Ao Israel, sɛ mobɛtie me a!
9 Ɛnsɛ sɛ monya anyame foforɔ bi wɔ mo mu;
ɛnsɛ sɛ mokoto ananafoɔ nyame.
meyii mo firii Misraim asase so no.
Mommue mo anom tɛtrɛɛ na mɛhyɛ mu ma.
11 “Nanso me nkurɔfoɔ rentie me;
Israel remmrɛ ne ho ase mma me.
sɛ wɔnyɛ deɛ wɔpɛ biara.
13 “Sɛ me nkurɔfoɔ tie me,
na Israel nante mʼakwan so a,
na mama me basa so atia wɔn a wɔkyiri wɔn!
15 Wɔn a wɔtane Awurade no de suro bɛkoto no,
na wɔn asotwe to rentwa da.
16 Nanso, wɔde atokoɔ mu atokoɔ papa bɛma mo adi;
| english |
<filename>static/css/style.css
/* Custom CSS stylsheet */
/* Default & Light Theme */
body{
background-color: #f0f0f0;
}
.content{
min-height: 750px;
margin: 0;
padding: 2rem 0;
}
.footer{
background: #000;
}
.footer a{
text-decoration-style: dotted;
}
/* Dark Theme Settings */
.dark-theme{
background: #000;
}
.dark-theme .footer{
background: #303030;
} | css |
### RUN THIS ON YOUR ARDUINO ###
Are you on:
*~ Linux*
Install _pyfirmata_ on your desktop using pip: "pip install pyfirmata"
In case of not having pip, install it by running "sudo apt-get install pip"
To give _pyfirmata_ permissions to access arduino port run in your terminal:
"sudo chmod a+rw /dev/ttyACM0"
Open your Arduino IDE, access _pyfirmata_ examples, then open the
_"StandardFirmata"_ example and upload it to your arduino.
Then you are ready to go, just enter the desired shirt objects list
in _shirtDisorderedList_ variable at *main.py* and run it by entering
"python main.py" inside your terminal at the root of the project.
*~ Windows*
Install _pyfirmata_ on your desktop by following this link [1] simple steps.
Once this project was developed in linux, to run in windows you will need to change:
"board = Arduino('/dev/ttyACM0')" to "board = Arduino(‘COM3’)"
Open your Arduino IDE, access _pyfirmata_ examples, then open the _"StandardFirmata"_
example and upload it to your arduino.
Then you are ready to go, just enter the desired shirt objects list in
_shirtDisorderedList_ variable at *main.py* and run it by entering "python main.py"
inside your terminal at the root of the project.
| markdown |
<reponame>madorTilBisla/JourneyInIsraelLand
body {
height: 117vh;
height: calc(var(--vh, 1vh) * 117);
width: 100vw;
background-image: url("images/QmezpaRamon.png");
background-size: 100vw 109vh;
background-size: 100vw calc(var(--vh, 1vh) * 109);
background-repeat: no-repeat;
overflow: hidden;
}
.cities {
position: absolute;
height: 8vh;
height: calc(var(--vh, 1vh) * 8);
width: 48vw;
left: 28vw;
}
#videoCity {
position: absolute;
height: 25.7vh;
height: calc(var(--vh, 1vh) * 25.7);
width: 57vw;
left: 23vw;
top: 31.2vh;
top: calc(var(--vh, 1vh) * 31.2);
}
#answer3 {
top: 68vh;
top: calc(var(--vh, 1vh) * 68);
}
#answer4 {
top: 78vh;
top: calc(var(--vh, 1vh) * 78);
}
#answer1correct {
top: 88vh;
top: calc(var(--vh, 1vh) * 88);
}
#answer2 {
top: 98vh;
top: calc(var(--vh, 1vh) * 98);
}
#true {
position: absolute;
height: 40vh;
height: calc(var(--vh, 1vh) * 40);
width: 85vw;
left: 8vw;
top: 67vh;
top: calc(var(--vh, 1vh) * 67);
visibility: hidden;
}
#false {
position: absolute;
height: 40vh;
height: calc(var(--vh, 1vh) * 40);
width: 85vw;
left: 8vw;
top: 67vh;
top: calc(var(--vh, 1vh) * 67);
visibility: hidden;
}
@viewport {
width: device-width;
zoom: 1.0;
}
@-ms-viewport {
width: device-width;
}
@media only screen and (max-width: 440px) {
body,
html {
margin: 0px;
padding: 0px;
}
} | css |
<filename>_posts/2019-06-12-cerebro.markdown
---
title: "Cerebro: Efficient and Reproducible Model Selection for Deep Learning"
layout: post
date: 2019-06-12 15:03:56 +0800
category: research
tags: [model selection, deep learning]
comments: true
permalink: /:title.html
author: <NAME> and <NAME>
---
<link rel="stylesheet" href="{{- 'assets/css/accordion.css' | relative_url -}}">
*This post is about our project Cerebro. Please check the home page at [here](https://adalabucsd.github.io/cerebro.html). You can also find more details in our [workshop paper](https://adalabucsd.github.io/papers/2019_Cerebro_DEEM.pdf)*.
Feel like deep learning today? Let's say you have already purchased one or several beefy machines, set up everything, and found yourself a large enough dataset for the application. It is high time we started training the deep learning model.
# The headache of model selection
An immediate problem arises: which neural network architecture should you use? Assume you want convolutional neural networks(CNNs) for your applications. There are AlexNet, VGGNet, InceptionNet, ResNet, Inception-ResNet, MobileNet, SqueezeNet ... Say after several hours you finally place your bet, yet you encounter another headache: parameter tuning.
Even with just vanilla stochastic gradient descent(SGD), parameter tuning can still be non-trivial. How do you set the batch size? How large should you set the learning rate? Too large it fails to converge, too small the time cost and your electricity bill become ludicrous. What kind of regularization do you use? If plain L2, how large the regularization should you set? If drop-out, how large should the drop-out proportion be? The list of questions goes on and on.
<p style="text-align:center;">
<img src="{{site.baseurl}}/assets/2019-06-12-cerebro/jackie_chan.jpg" width="300" alt="jackie">
</p>
This huge bottleneck of experimenting model architectures and tuning parameters is called model selection. Unfortunately, there is no axiom for it. It's very hard, if possible, to determine which configuration gives you the best performance before trying out. Chances are you would need to train a dozen, if not hundreds, of models and benchmark them before reaching the optimal choice.
Alas, favorite deep nets tools like TensorFlow focus on the latency of training *one model at a time*, not on throughput *how many configurations can you try out in unit time*. Several parallel execution approaches have been studied. Each has some practical limitations.
<!--Suddenly the throughput of model selection, *how many training configurations are evaluated per unit time*, becomes vital. Higher throughput potentially means reaching better accuracy sooner. It can also reduce total resource costs by improving resource utilization.-->
# The ugliness of un-reproducibility
Reproducibility of the training, which means given the same configuration, the software must yield the same model in the end, is often neglected by web companies. However, it is one of the *must-haves* of science and a showstopper for many enterprises and domain scientists.
Among various approaches for accelerating deep nets training, some are physically un-reproducible, meaning even if all the pseudo-randomness are saddled, you may still end up with different results.
But don't worry, Cerebro is here to the rescue.
# Review of existing landscapes
In this section, I will briefly introduce two existing forms of parallelism for deep learning training, task, and data parallelism. Feel free to skip the details you are already familiar with this.
<!-- Note there is a third type of parallelism known as model parallelism, which is orthogonal to our interest.-->
<ul class="accordion">
<li>
<a class="toggle" href="javascript:void(0);">Task parallelism</a>
<ul class="inner">
<li>
This is the most straightforward type of parallelism. You use a cluster of machines and dispatch the configurations to them. Every worker has the complete dataset, so there is no communication between the workers during the training.
<p style="text-align:center;">
<img src="{{site.baseurl}}/assets/2019-06-12-cerebro/tp.gif" width="500" alt="tp">
</p>
<b>Pros:</b> Reproducible. Best statistical convergence efficiency. Zero communication overheads while training.<br>
<b>Cons:</b> Storage wastage out of the data replication. Sometimes the dataset can be so big that it no longer fits in single node memory. Down-sampling the dataset will risk over-fitting.
</li>
</ul>
</li>
<li>
<a class="toggle" href="javascript:void(0);">Data parallelism</a>
<ul class="inner">
<li>
With this type of parallelism, the dataset is partitioned and distributed to the workers. One model configuration is submitted to the cluster at each time. The workers train the model on their partition and update the global weights. I will introduce three methods that reside in this regime: bulk synchronous parallel, parameter server, and decentralized synchronous parallelism.
</li>
<a href="#" class="toggle">Bulk synchronous parallel(BSP) </a>
<ul class="inner">
<li>
BSP(AKA model averaging) systems such as Spark and TensorFlow with model averaging parallelize one model at a time. They broadcast the model, train models independently on each worker’s partition, collect all models on the master, average the weights, and repeat this every epoch. Alas, this approach converges poorly; so the application of this method is limited.
<p style="text-align:center;">
<img src="{{site.baseurl}}/assets/2019-06-12-cerebro/bsp.gif" width="500" alt="bsp">
</p>
<b>Pros:</b> Lowest communication overhead for data parallel training. Good data scalability<br>
<b>Cons:</b> Poor statistical convergence.
</li>
</ul>
<li>
<a href="#" class="toggle">Parameter server(PS)</a>
<ul class="inner">
<li>
PS approaches also parallelize one model at a time but at a finer granularity than BSP. Work- ers push gradient updates to the master at each mini-batch and pull the latest model when ready. If the master waits to collect all updates per cycle, it is synchronous; otherwise, if the master continues training whenever it gets an update, it is asynchronous. Asynchronous PS is highly scalable but unreproducible; it often has poorer convergence than syn- chronous PS due to stale updates but synchronous PS has higher overhead for synchronization. All PS-style approaches have high communication costs compared to BSP due to their centralized all-to-one communications at each mini-batch.
<p style="text-align:center;">
<img src="{{site.baseurl}}/assets/2019-06-12-cerebro/ps.gif" width="500" alt="ps">
</p>
<b>Pros:</b> Good data scalability<br>
<b>Cons:</b> Poor statistical convergence. Not reproducible(Synchronous-PS alleviates non-reproducibility and stale updates but incurs high overheads due to synchronization). High communication overheads
</li>
</ul>
</li>
<li>
<a href="#" class="toggle">Decentralized synchronous parallelism</a>
<ul class="inner">
<li>
Decentralized systems such as <a href="https://github.com/horovod/horovod">Horovod</a> adopt HPC-style techniques to enable synchronous all-reduce SGD. It is reproducible and the adopted ring all-reduce algorithm has a time complexity independent of the number of workers for the bandwidth- bound term. However, the synchronization barrier becomes a communication bottleneck.
<p style="text-align:center;">
<img src="{{site.baseurl}}/assets/2019-06-12-cerebro/hvd.gif" width="500" alt="hvd">
</p>
<b>Pros:</b> Good data scalability. Reproducible.<br>
<b>Cons:</b> High communication overheads.
</li>
</ul>
</li>
</ul>
</li>
</ul>
# Model Hopper Parallelism(MOP): a mixture of task and data parallelism
Cerebro utilizes a combination of task, and data parallelism is the most efficient approach. One key observation is that **SGD is robust to data visit order**, which means as long as it sees the entire dataset eventually, it does matter in which order the visit may be. Therefore, we purpose Cerebro. The workers now instead of exchanging weights, sending the checkpointed models to each other after each epoch of training. This requires minimal disk storage and trivial communication.
<p style="text-align:center;">
<img src="{{site.baseurl}}/assets/2019-06-12-cerebro/cerebro.gif" width="500" alt="mop">
</p>
With such design, Cerebro should be highly data-scalable, reproducible , efficient and have perfect convergence speed. We also envision Cerebro to be the narrow waist between the AutoML procedures and the various deep learning frameworks such as TensorFlow, PyTorch. (A) and (B) of the following figure demonstrate the power of Cerebro and (C) shows its position in the entire tool-chain of deep learning.
<p style="text-align:center;">
<img src="{{site.baseurl}}/assets/2019-06-12-cerebro/paneltradeoffs_new.png" width="2400" alt="tradeoffs">
</p>
# Experiments on ImageNet
Now it is time to show you some experiment results. We compare a prototype implementation of MOP on TensorFlow to many state-of-the-art systems on an 8-node GPU cluster with Nvidia P100 GPUs. We train 16 models on ImageNet for 10 epochs: 2 architectures (VGG16 and ResNet50), 2 batch sizes (32 and 256); 2 learning rates (10E−4 and 10E−6 ), and 2 regularizers (10E-4 and 10E-6).
The following figure shows the makespans, average GPU utilization, and learning curves of the best model from each system.
<p style="text-align:center;">
<img src="{{site.baseurl}}/assets/2019-06-12-cerebro/initial_results.png" width="700" alt="tradeoffs">
</p>
# Takeaways
1. MOP is over 10x faster than TF's in-built asynchronous PS.
2. MOP is also 3x faster than Horovod. The high GPU utilization is because Horovod's communication utilizes GPU kernels.
3. MOP's runtime is comparable to TF's model averaging and task parallelism.
4. Model averaging converges very slowly.
5. Celery and MOP have the best learning curves but note that Celery has 8x the memory/storage footprint as MOP due to dataset copies.
6. Overall, MOP is the most resource-efficient and still offers accuracy similar to sequential SGD.
The system is open-sourced and available at [Cerebro](https://adalabucsd.github.io/cerebro-system). Hopefully, Cerebro can one day help you, my friend, the *master of the black arts of deep learning*. Have a nice day!
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script src="{{site.baseurl}}/assets/js/accordion.js"></script> | markdown |
Cristiano Ronaldo's girlfriend, Georgina Rodriguez, was at the Abu Dhabi Grand Prix with his son Mateo, as well as the star's ex-partner, Irina Shayk. The Argentine model was a VIP guest at the last race of the 2023 Formula One season, where Russian model Shayk was also in attendance.
Rodriguez moved to Saudi Arabia with Cristiano Ronaldo and their children when he completed his move to Al Nassr in December. The Kingdom relaxed their rules that prevented unmarried couples from living under the same roof to allow them live together.
Meanwhile, tge 2023 Formula One season reached its conclusion in Abu Dhabi on Sunday, with the season's champion already crowned weeks ago. Red Bull Racing driver Max Verstappen was in action and claimed his 19th win of the season to end a record-breaking campaign.
Rodriguez made the short trip across the desert to the United Arab Emirates. She was accompanied on the trip by her five-year-old son Mateo, who relished his first experience of Formula One.
While Rodriguez was having a good time in Abu Dhabi, photos emerged of Cristiano Ronaldo's former partner, Irina Shayk, at the event. The 37-year-old model posted pictures and videos from the race on her Instagram stories.
Irina Shayk was in a relationship with Cristiano Ronaldo between 2010 and 2015, and helped raise his first son Cristiano Jr. After their split, Georgina Rodriguez came into his life and has helped raise his children while giving birth to two of her own.
Cristiano Ronaldo joined Al Nassr to be more than just another player but also to promote the league and help get greater visibility. The Portuguese forward has lived with his partner Georgina Rodriguez since Madrid.
Rodriguez now lives in Riyadh with her partner and children Cristiano Jr, Eva, Mateo, Alana Martina and Bella.
Ronaldo's arrival has sparked an influx of top stars, including Riyad Mahrez, Sadio Mane, Roberto Firmino and Neymar. Saudi Arabia are also reportedly set to host the FIFA World Cup in 2034 after Australia recentl pulled out of the bidding process.
Meanwhile, Ronaldo is enjoying a great year, with 32 goals across competitions, including a league-leading 15 goals this season.
| english |
Other headlines: Tata Sons took over Air India, and Covishield and Covaxin were granted regular market approval.
A look at the biggest headlines right now:
- Chinese Army has handed over youth who went missing from Arunachal Pradesh, says Union law minister: On January 19, Bharatiya Janata Party MP Tapir Gao had claimed that the Chinese Army had abducted 17-year-old Miram Taron from Indian territory.
- Tata Sons takes over Air India: The Ministry of Finance said that strategic disinvestment of the airline was complete and the government had received Rs 2,700 from Talace Private Limited, a subsidiary of Tata Sons. A debt of Rs 15,300 in Air India and Air India Express, 100% shares of the two entities and 50% shares of the airport service provider Air India SATS have been transferred to the Tata Group.
- Covishield, Covaxin granted regular market approval, says health minister: The lifting of the emergency use authorisation label effectively makes availability of vaccines easier and provide an opportunity for its entry into the distribution channel.
- Delhi woman sexually assaulted, paraded by neighbours, four arrested after video went viral: Videos of the incident went viral in which the woman could be seen being forced to walk on a street with her face blackened and hair chopped off. The woman told the Delhi Commission for Women that she had been gangraped, but the police have not confirmed that.
- Twitter limiting my followers under pressure from government, Rahul Gandhi tells company CEO: Twitter replied to the Congress leader’s claim saying that his followers were “meaningful and accurate”.
- Centre says Covid-19 cases are plateauing, fewer patients requiring oxygen, ICU beds: At a press conference, health ministry’s Joint Secretary Lav Agarwal said the trend needs to observed.
- Weekend curfew lifted in Delhi, odd-even rule for opening of shops cancelled: Restaurants, bars and theatres have been allowed to reopen with 50% seating capacity. Government offices can also operate with half of their staff members.
- Actor Dileep not to be arrested till February 2 in conspiracy to kill police officer case, says Kerala HC: In a purported audio clip, the actor can be allegedly heard saying that the investigating officer in 2017 sexual assault case against him “is going to suffer”.
- Ukraine, Russia agree to continue talks on ceasefire, US warns Moscow against invasion: Tensions between Russia and Ukraine intensified after the former country, last year, gathered one lakh troops near the Ukrainian border.
- England lifts Covid-19 curbs, masks no longer mandatory in public places: Residents will not have to produce vaccine passes to enter nightclubs and other venues from Thursday.
| english |
London: The British judge hearing the extradition case of liquor baron Vijay Mallya on Friday said that it was blindingly obvious that rules were being broken by Indian banks which sanctioned some of the loans to the erstwhile Kingfisher Airlines.
Presiding over a hearing at Westminster Magistrates' Court in London, Judge Emma Arbuthnot described the case as a jigsaw puzzle with different pieces of massive evidence to be put together to paint a picture, which she said she was now able to see more clearly than a few months ago.
There are clear signs that the banks seem to have gone against their own guidelines (in sanctioning some of the loans), she said, inviting the Indian authorities to explain the case against some of the bank officials involved because that relates to the conspiracy point against Mallya.
The 62-year-old businessman, who is on trial for the UK court to rule if he can be extradited to India to face charges of fraud and money laundering amounting to around Rs 9,000 crores, watched the proceedings from the dock.
The Crown Prosecution Service (CPS), arguing on behalf of the Indian government, laid out their arguments against the defence calling into question the admissibility of some of evidence submitted by the Indian authorities.
Pointing out that Mallya had chosen not to give evidence in the case, CPS counsel Mark Summers rejected the defence claims on the evidence as nonsense. The government of India has established by other copious evidence a prima facie case of fraud, he said.
The judge is expected to rule on the admissibility of evidence and set a timeframe for her final verdict. However, the matter could be delayed over further clarifications required on the source of some of the emails submitted as evidence by the Indian authorities.
Mallya's counsel, Clare Montgomery, argued that evidence that was claimed as a blueprint of dishonesty by the CPS was in fact privileged conversation between Mallya and his lawyer about legal advice in clear contemplation of litigation and hence should be inadmissible.
On a separate category of evidence presented by the Indian government, Mallya's team questioned the reliability of investigating officers in the case and pointed to over 150 pages of near identical material purporting to be statement of witnesses taken under Section 161 of the Indian CrPC.
"They do not appear to be in any way an account of things that witnesses would have said but rather seem to be somebody else's analysis put into the mouths of the witnesses, down to the spelling mistakes," Montgomery said, adding that the documents were "identically reproduced" with not only the same words but also the same typing errors.
The judge did not seem to be convinced by this argument and said she had found only two-three cases of mistakes but did not see a problem in the preparation of the statements.
Judge Arbuthnot had also sought further clarifications related to availability of natural light and medical assistance at Barrack 12 of Mumbai Central Prison on Arthur Road, where Mallya is to be held if he is extradited from Britain.
The CPS indicated to the judge that the government had provided all the necessary clarifications along with photographs of the two cells that comprise Barrack 12.
The extradition trial, which opened at the London court on December 4, is aimed at laying out a prima facie case of fraud against the tycoon, who has been based in the UK since he left India in March 2016. It also seeks to prove that there are no "bars to extradition" and that Mallya is assured a fair trial in India over his now-defunct Kingfisher Airlines' alleged default of loans from a consortium of Indian banks.
The CPS, representing the Indian government, has argued that the evidence they have presented confirms dishonesty on the part of the businessman and that there are no bars to him being extradited from the UK to face Indian courts.
Mallya's defence team has deposed a series of expert witnesses to claim he had no fraudulent intentions and that he is unlikely to get a fair trial in India.
Mallya was arrested by Scotland Yard on an extradition warrant in April 2017 and has been out on bail on a bond worth 650,000 pounds. Chief Magistrate Arbuthnot is expected to pronounce her verdict in the case by May this year.
If she rules in favour of the Indian government, the UK home secretary will have two months to sign Mallya's extradition order. However, both sides will have the chance to appeal in higher courts in the UK against the chief magistrate's verdict. (This story has not been edited by News18 staff and is published from a syndicated news agency feed - PTI) | english |
Huami has announced the launch of a slew of smartwatches in the Amazfit lineup. The company has launched two new smartwatches and has announced that another device will be launched in 2020. The latest offerings include Amazfit Smart Sports Watch 3 and Amazfit GTS.
The Amazfit GTS features a square dial resembling that of the Apple Watch. It is touted to deliver up to 14 days of battery life on a single charge and track up to 19 sports activities. It features aviation grade aluminum alloy meta body. The other one - the Amazfit Smart Sports Watch 3 has a polycarbonate and fiberglass polymer body, four stainless steel buttons, 316L stainless steel bezel, and laser-engraved carbon fiber texture.
There is a Smart Sports Watch 3 Elite Edition features buttons and bezels made of titanium. It has sapphire glass protection as well. The rubber band of the smartwatch is skin-friendly and durable. Also, there is a Smart Sports Watch 3 Star Wars Limited Edition.
Amazfit Smart Sports Watch 3 features a 1. 34-inch color display with Gorilla Glass 3 protection in the standard variant and sapphire glass protection in the Elite edition. The screen has a resolution of 320 x 320 pixels. It uses 4GB storage and 512MB RAM and runs Amazfit OS compatible with Android 5. 0 or iOS 10. 0 and above.
There is a low-power BioTracker PPG sensor, 3 axial geomagnetic sensor, ambient light sensor, air pressure sensor and 6-axis accelerometer. The device is water resistant and comes with Bluetooth 5. 0 LE, NFC, Wi-Fi and other standard aspects. It gets the power from a 3000mAh battery delivering up to 14 hours of battery life.
Amazfit GTS adorns a 1. 65-inch AMOLED display with Gorilla Glass 3 protection and a resolution of 348 x 442 pixels. There are 12 sports mode tracking features and all connectivity aspects and sensors as the Smart Sports Watch 3. This smartwatch uses a 220mAh battery touted to last up to 14 days.
Amazfit Smart Sports Watch 3 is priced at 1299 yuan (approx. Rs. 13,000) while the Elite Edition is priced at 1699 yuan (approx. Rs. 17,000). The Amazfit GTS is priced at 899 yuan (approx. Rs. 9,000). As of now, there is no word regarding the availability of these devices in the global markets. | english |
/*
* Copyright 2020 Vonage
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.vonage.client.application;
import com.vonage.client.HttpWrapper;
class ApplicationEndpoint {
private CreateApplicationMethod createApplicationMethod;
private UpdateApplicationMethod updateApplicationMethod;
private GetApplicationMethod getApplicationMethod;
private DeleteApplicationMethod deleteApplicationMethod;
private ListApplicationsMethod listApplicationsMethod;
ApplicationEndpoint(HttpWrapper httpWrapper) {
createApplicationMethod = new CreateApplicationMethod(httpWrapper);
updateApplicationMethod = new UpdateApplicationMethod(httpWrapper);
getApplicationMethod = new GetApplicationMethod(httpWrapper);
deleteApplicationMethod = new DeleteApplicationMethod(httpWrapper);
listApplicationsMethod = new ListApplicationsMethod(httpWrapper);
}
Application create(Application application) {
return createApplicationMethod.execute(application);
}
Application update(Application application) {
return updateApplicationMethod.execute(application);
}
Application get(String id) {
return getApplicationMethod.execute(id);
}
void delete(String id) {
deleteApplicationMethod.execute(id);
}
ApplicationList list(ListApplicationRequest request) {
return listApplicationsMethod.execute(request);
}
}
| java |
i am from hawai’i. my family has native hawaiians in it. we practice hawaiian culture. ‘aloha ‘oe’ is a farewell ballad, written in the time when the hawaiian islands fell and were colonized by the USA. this song has become a national anthem to hawai’i.
please do not misunderstand my spreading of awareness as hate for the girls. this is the ent’s fault and a failure to do proper research. the least cherry bullet fans/lullet’s can do so as to not exacerbate the offense is to educate others on why this is not okay.
as a girl from hawaii, it hurts how normalized it’s become to use hawaiian culture as party themes or summer comeback concepts. luau parties, fake hula dancing, you may think it’s okay bc it’s so normalized but it’s not. this is real people’s culture that has been stolen.
| english |
Safin, playing with the same crushing authority that had seen off Andre Agassi in the semi-finals, emerged from a run of three broken service games with a 3-1 lead on his way to taking the first set in just 29 minutes.
Nalbandian made two tired mistakes to hand Safin the second set in game 10 and the Russian cruised through the third to complete victory in one hour 52 minutes.
"The match was quite a lot easier than I'd expected," said the third-seeded Safin. "I don't think I can go on playing like this forever -- it's too good."
Victory was enough to take Safin into sixth place in the Champions Race, ahead of Tim Henman, and closer to a spot in next month's season-ending Masters Cup in Houston.
Nalbandian, beaten in four of five previous meetings with Safin, was always going to have to be at his peak to unsettle the Russian.
As a result, the Argentine went for his shots from the start but he was unable to match Safin's combination of power and accuracy.
"I had many chances to be more aggressive and win more points but I didn't take advantage as I would have liked."
Nalbandian recovered from his first-set mauling to edge ahead in the second when Safin saved one break-point with an ace only to drop an approach short on the second and give the Argentine an easy passing chance.
Nalbandian lost that advantage in the sixth game, when he wafted a tired backhand into the net on the first of two break-points, and from that moment on Safin never let go.
The Russian took the second set thanks to two unforced errors from his opponent and got the crucial break at the start of the third when Nalbandian overhit yet another forehand.
| english |
package com.github.ghthou.springmvcstringtrimsamples.sample;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.http.MediaType;
import org.springframework.test.context.junit4.SpringRunner;
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.request.MockMvcRequestBuilders;
import org.springframework.test.web.servlet.result.MockMvcResultHandlers;
import org.springframework.test.web.servlet.result.MockMvcResultMatchers;
@RunWith(SpringRunner.class)
@SpringBootTest
@AutoConfigureMockMvc
public class SpringMvcStringTrimSamplesApplicationTests {
@Autowired
private MockMvc mockMvc;
private static final String PARAM = " test ";
private static final String RESULT = PARAM.trim();
@Test
public void url() throws Exception {
mockMvc.perform(MockMvcRequestBuilders.get("/url?name=" + PARAM))
.andDo(MockMvcResultHandlers.print())
.andExpect(MockMvcResultMatchers.status().isOk())
.andExpect(MockMvcResultMatchers.content().string(RESULT));
}
@Test
public void form() throws Exception {
mockMvc.perform(MockMvcRequestBuilders.post("/form")
.contentType(MediaType.APPLICATION_FORM_URLENCODED)
.content("name=" + PARAM)
)
.andDo(MockMvcResultHandlers.print())
.andExpect(MockMvcResultMatchers.status().isOk())
.andExpect(MockMvcResultMatchers.content().contentType(MediaType.APPLICATION_JSON_UTF8_VALUE))
.andExpect(MockMvcResultMatchers.jsonPath("$.name").value(RESULT));
}
@Test
public void body() throws Exception {
String json = "{\"name\":\"" + PARAM + "\"}";
mockMvc.perform(MockMvcRequestBuilders.post("/body")
.contentType(MediaType.APPLICATION_JSON_UTF8_VALUE)
.content(json)
)
.andDo(MockMvcResultHandlers.print())
.andExpect(MockMvcResultMatchers.status().isOk())
.andExpect(MockMvcResultMatchers.content().contentType(MediaType.APPLICATION_JSON_UTF8_VALUE))
.andExpect(MockMvcResultMatchers.jsonPath("$.name").value(RESULT));
}
@Test
public void xmlBody() throws Exception {
String json = "<root><name>" + PARAM + "</name></root>";
mockMvc.perform(MockMvcRequestBuilders.post("/body")
.contentType(MediaType.APPLICATION_XML_VALUE)
.content(json)
)
.andDo(MockMvcResultHandlers.print())
.andExpect(MockMvcResultMatchers.status().isOk())
.andExpect(MockMvcResultMatchers.content().contentType(MediaType.APPLICATION_JSON_UTF8_VALUE))
.andExpect(MockMvcResultMatchers.jsonPath("$.name").value(RESULT));
}
}
| java |
<filename>rx-java/rxgrpc-stub/src/main/java/com/salesforce/rxgrpc/stub/FusionAwareQueueSubscriptionAdapter.java
/*
* Copyright (c) 2019, Salesforce.com, Inc.
* All rights reserved.
* Licensed under the BSD 3-Clause license.
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/
package com.salesforce.rxgrpc.stub;
import com.salesforce.reactivegrpc.common.FusionModeAwareSubscription;
import com.salesforce.reactivegrpc.common.AbstractUnimplementedQueue;
import io.reactivex.exceptions.Exceptions;
import io.reactivex.internal.fuseable.QueueSubscription;
/**
* Implementation of FusionModeAwareSubscription which encapsulate
* {@link QueueSubscription} from RxJava internals and allows treat it as a {@link java.util.Queue}.
*
* @param <T> T
*/
class FusionAwareQueueSubscriptionAdapter<T> extends AbstractUnimplementedQueue<T> implements QueueSubscription<T>, FusionModeAwareSubscription {
private final QueueSubscription<T> delegate;
private final int mode;
FusionAwareQueueSubscriptionAdapter(QueueSubscription<T> delegate, int mode) {
this.delegate = delegate;
this.mode = mode;
}
@Override
public int mode() {
return mode;
}
@Override
public int requestFusion(int mode) {
return delegate.requestFusion(mode);
}
@Override
public void request(long l) {
delegate.request(l);
}
@Override
public void cancel() {
delegate.cancel();
}
@Override
public T poll() {
try {
return delegate.poll();
} catch (Exception e) {
throw Exceptions.propagate(e);
}
}
@Override
public boolean offer(T t) {
return delegate.offer(t);
}
@Override
public boolean offer(T v1, T v2) {
return delegate.offer(v1, v2);
}
@Override
public boolean isEmpty() {
return delegate.isEmpty();
}
@Override
public void clear() {
delegate.clear();
}
}
| java |
New Delhi: From unique and scrumptious to scrumptious, there are many variations of Maggi that one can try. Though instant noodles originated as a standalone dish, it is now being used to make a variety of snacks and main course dishes. From Pakodas, Rolls, Vegetable Maggi, Sandwiches, Bhel to Cutlets, people are ready to experiment with everything with the favorite noodles.
Maggi cravings and many more can be had by the people. If you’re in the mood for some Chinese or want to surprise your friends or mom with your secret cooking talent, a simple recipe can whip up a delicious dish in no time. All you need are a few ingredients like soy sauce, vinegar, garlic and some vegetables to make the mouth-watering Chinese Maggi.
What would be needed?
- Take a pan and boil 3 cups of water in it.
- Add two packs of instant noodles to boiling water and cook for two minutes.
- Drain Maggi noodles with cold water and keep in a bowl.
- Add 1 tsp oil to Maggi and toss well.
- Heat 1 tbsp oil in a pan. Add 1 tsp garlic and fry it.
- Then add grated beans, capsicum, carrot, cabbage and stir well.
- Add instant noodles to the pan and then add ½ tsp soy sauce.
- Add 1/2 tsp white vinegar.
- Sprinkle some salt to taste.
- Fry while stirring for 2 minutes. In a separate bowl, take spring onions, add some red chilies, 1 tsp chopped garlic, 1 tsp sesame seeds and pour some hot oil over it. Mix well and add to the noodles.
- Serve hot. | english |
Not too long ago, actor Vineet Kumar Singh, who has spent much of his 17-year film career playing brief roles in films like Gangs of Wasseypur and Ugly, was still struggling with the grind of the movie business. Unlike him, most of his friends, who had come to Bombay to chase their dreams, left for their respective homes several years ago after relentless spiral of failures. But it was Vineet's unwavering determination and never-dying spirit that kept him going in one of the most competitive industries in the country.
"I was very clear in my mind about why I'd come to Bombay. But I didn't know how to convince people in the industry. I started things by participating in a talent-hunt show which I also happened to win. And, I thought I had arrived (laughs). But soon, I realised that I was nowhere even near to what I wanted for myself,” said Vineet, who has been nominated in Best Actor (Male) category for his ferocious performance in 2018 sport drama Mukkabaaz at the second edition of News18’s REEL Movie Awards.
Mukkabaaz was the film that led many people notice that Vineet had been underappreciated over the years. There was far more to his performance than just his physical transformation in the film. From writing its script to fighting to be its main lead, Vineet did it all to make his dream come true.
“I have dealt with a lot of ups and downs to make 'Mukkabaaz' a reality. At my then age, it wasn’t easy for me to fight with international boxers and undergo a formal training of boxing. My rib also got fractured during the practice. But I still pushed myself and returned to the ring in a few days. I was too scared what if the boxers would hit me in the rib. But I chose not to tell them about my condition because otherwise I wouldn’t have got the permission to continue my training. Since I hadn’t told them I was an actor, they would fight with me like professionals. There was a time when I had multiple injuries on my body, my nose was bleeding and I had no money to get myself treated in a decent hospital,” Vineet recalled the time while he was learning boxing for Mukkabaaz.
But it all probably would have remained just a dream had director Anurag Kashyap not supported Vineet and the actor can't be thankful enough for all the help.
"I had met several producers but nothing worked out. They were not ready to give me the lead role. They must have thought I didn't have the required physique or face. But I had written the film for myself. I finally thought of pitching it to Anurag sir's production. But I thought I should first inform him about it. I called him and told him what I was planning to do. He asked me to send him the script. I was thrilled to get his feedback. A few days later, I got a call from him. He told me that he was doing this film, and with me. It was the happiest moment of my life. I literally can't explain it in words. "
Vineet has gone his whole career without attention from any major awards show. Part of this stems from the unconventional roles he has knowingly or unknowingly been taking on. But he was elated that REEL acknowledged his work.
“It’s a great initiative by News18. It will not just only give us acknowledgement but will also hopefully help us take our work to a wider audience. It will give us motivation to work even harder and push the boundaries,” Vineet signed off. | english |
DUBAI: Islamabad United faced a fresh blow to their Pakistan Super League (PSL) campaign ahead of tonight’s playoff, with captain Misbah-ul-Haq reportedly suffering from a hairline fracture in his wrist.
Misbah injured his wrist while facing Tymall Mills during the last league match of PSL 3 against Karachi Kings on Friday.
The 43-year-old is feared to be out of cricket action for at least four weeks as a result of the hairline fracture, sources said.
South Africa’s JP Duminy will lead the side in Misbah’s absence, the sources added.
Islamabad United are already without vice-captain and pacer Rumman Raees, who injured his knee during fielding earlier in the tournament and flew back home a week ago to start rehabilitation.
West Indian star Andre Russell was also ruled out of the tournament earlier due to injury.
Islamabad United play Karachi Kings in the playoff in Dubai tonight. The winner of the match will secure a place in the final of the tournament, to be held in Karachi on March 25. The losing team will play the winner of Peshawar Zalmi vs Quetta Gladiators eliminator game in Lahore, in one more shot at a berth in the final.
| english |
// Copyright 2020 Layer5, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
package adapter
import (
"context"
"github.com/layer5io/meshkit/logger"
)
type adapterLogger struct {
log logger.Handler
next Handler
}
func AddLogger(logger logger.Handler, h Handler) Handler {
return &adapterLogger{
log: logger,
next: h,
}
}
func (s *adapterLogger) GetName() string {
if !(len(s.next.GetName()) > 1) {
s.log.Error(ErrGetName)
}
return s.next.GetName()
}
func (s *adapterLogger) CreateInstance(b []byte, st string, c *chan interface{}) error {
s.log.Info("Creating instance")
err := s.next.CreateInstance(b, st, c)
if err != nil {
s.log.Error(err)
}
return err
}
func (s *adapterLogger) ApplyOperation(ctx context.Context, op OperationRequest) error {
s.log.Info("Applying operation ", op.OperationName)
err := s.next.ApplyOperation(ctx, op)
if err != nil {
s.log.Error(err)
}
return err
}
func (s *adapterLogger) ListOperations() (Operations, error) {
s.log.Info("Listing Operations")
ops, err := s.next.ListOperations()
if err != nil {
s.log.Error(err)
}
return ops, err
}
func (s *adapterLogger) StreamErr(e *Event, err error) {
s.log.Error(err)
}
func (s *adapterLogger) StreamInfo(*Event) {
s.log.Info("Sending event response")
}
| go |
Mumbai: The rumours of Vicky Kaushal dating Katrina Kaif have been doing the rounds for quite some time. Both the actors have been denying the stories, but now, it looks like the air will be cleared once and all, for the good of both.
Sources close to the actors have said that the two had a very private ‘roka’ ceremony during Diwali. It took place at the home of filmmaker Kabir Khan. Katrina considers Kabir to be like her brother, which may be the reason why she chose to have the ceremony at his place in a close-knit affair that did not extend beyond immediate members of the two families.
Katrina is reported to have been joined by her mother Suzanne Turquoette and sister Isabelle Kaif, Vicky’s side was completed by his mother Veena Kaushal, his father, the renowned action director Sham Kaushal, and the actor’s brother Sunny.
Diwali being an auspicious day, the two families decided to make the most of the occasion by organising the ceremony, with Kabir and his wife Mini Mathur playing the hosts. The big buzz now is that the actors will tie the knot in Rajasthan later this December, but they haven’t sent out any invites, nor made any phone calls to friends.
On the work front, Katrina will resume shooting for ‘Tiger 3’ and Vicky will start working on the Sam Maneckshaw biopic ‘Sam Bahadur’. | english |
{
"name": "gql-query-builder",
"version": "1.0.0",
"description": "Graphql Query Builder Library",
"main": "gql.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/atheneumpartners/gql-query-builder.git"
},
"author": "<NAME> <<EMAIL>>",
"license": "ISC",
"homepage": "https://bitbucket.org/atheneumpartners/gql-query-builder#readme"
}
| json |
<gh_stars>0
import { Module } from '@nestjs/common';
import { TypeOrmModule } from '@nestjs/typeorm';
import { ConfirmableOperationFacade } from './confirmable-operation.facade';
import { ConfirmableOperationEntity } from './entity/confirmable-operation.entity';
import { ConfirmableOperationService } from './service/confirmable-operation.service';
@Module({
imports: [TypeOrmModule.forFeature([ConfirmableOperationEntity])],
providers: [ConfirmableOperationFacade, ConfirmableOperationService],
exports: [ConfirmableOperationFacade],
})
export class ConfirmableOperationModule {}
| typescript |
#include "three.h"
namespace THREE {
Scene::Scene() : Object3D() {
this->type = "Scene";
this->background = nullptr;
this->fog = nullptr;
// this->overrideMaterial = nullptr;
this->autoUpdate = true; // checked by the renderer
}
THREE::Scene* Scene::copy(THREE::Scene* source, bool recursive ) {
Object3D::copy(source, recursive );
if ( source->background != nullptr ) this->background = source->background->clone();
if ( source->fog != nullptr ) this->fog = source->fog->clone();
// if ( source->overrideMaterial != nullptr ) this->overrideMaterial = source->overrideMaterial->clone();
this->autoUpdate = source->autoUpdate;
this->matrixAutoUpdate = source->matrixAutoUpdate;
return this;
}
/*
std::string Scene::toJSON( meta ) {
std::string data = Object3D::toJSON( meta );
if ( this->background != nullptr ) data.object.background = this->background.toJSON( meta );
if ( this->fog != nullptr ) data.object.fog = this->fog.toJSON();
return data;
}
*/
};
| cpp |
@charset "UTF-8";
*{outline:none;-webkit-tap-highlight-color: transparent;font-family: "微软雅黑";}
body,p,h1,h2,h3,h4,h5,h6,form,input,ul,li,dd,dl,textarea{
padding:0;margin:0;
list-style-type:none;
font-weight:normal;
font-style:normal;
}
a{
text-decoration:none;
font-size:14px;
}
img{
border:0;
}
input:focus,textarea:focus,select:focus,a:focus{outline:none;}
.shade_box {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .4);
}
.slideBox {
position: absolute;
top: 50%;
left: 50%;
width: 314px;
height: 634px;
margin: -317px 0 0 -157px;
background: url("/static/images/iphone.png") no-repeat;
}
.slideBox .hd {
overflow: hidden;
position: absolute;
left: 92px;
bottom: 100px;
z-index: 1;
}
.slideBox .hd ul {
overflow: hidden;
zoom: 1;
width: 160px;
height: 12px;
padding: 10px 0;
text-align: center;
}
.slideBox .hd ul li {
float: left;
margin: 0 5px;
width: 12px;
height: 12px;
border-radius: 50%;
line-height: 30px;
text-align: center;
background: #828282;
cursor: pointer;
}
.slideBox .hd ul li.on {
background: #fff;
}
.slideBox .bd {
position: relative;
top: 74px;
left: 20px;
width: 271px;
height: 483px;
z-index: 0;
overflow: hidden;
}
.slideBox .bd li {
position: relative;
zoom: 1;
vertical-align: middle;
float: left;
}
.slideBox .bd img {
display: block;
}
.slideBox .prev,
.slideBox .next {
display: block;
position: absolute;
left: -35%;
top: 50%;
width: 82px;
height: 82px;
background: url(/static/images/ico_arrow.png) 0 0 no-repeat;
}
.slideBox .next {
left: auto;
right: -33%;
background-position: -160px 0;
}
.slideBox .prev:hover {
background-position: -82px 0;
}
.slideBox .next:hover {
background-position: -246px 0;
}
.slideBox .prevStop {
display: none;
}
.slideBox .nextStop {
display: none;
}
.official_number {
position: absolute;
top: 61px;
left: 4px;
width: 224px;
height: 37px;
padding: 0 18px;
line-height: 37px;
border-radius: 3px;
color: #dd2726;
font-size: 20px;
}
.official_number1 {
position: absolute;
top: 216px;
left: 18px;
color: #fff;
font-size: 16px;
}
.official_number2 {
position: absolute;
top: 242px;
left: 18px;
color: #fff;
font-size: 16px;
}
.y_close_btn {
position: absolute;
top: 0;
right: -60px;
width: 44px;
height: 46px;
background: url("/static/images/y_esc.png") no-repeat;
cursor: pointer;
} | css |
{"label":"seenIn","id":"0c1bcaaf-6a42-459e-ac86-7f741000a5bd","_sink":"50e0b141-c4ea-4c67-bad8-81083f0a3642","_sinkLabel":"comic","_vertexId":"1284c940-6ad6-4de4-a56f-4aedb8cbd601","_vertexLabel":"hero","_isEdge":true,"_rid":"VyAjAPMRAACKBQAAAAAAAA==","_self":"dbs/VyAjAA==/colls/VyAjAPMRAAA=/docs/VyAjAPMRAACKBQAAAAAAAA==/","_etag":"\"500042ee-0000-0000-0000-595ebbfb0000\"","_attachments":"attachments/","_ts":1499380731} | json |
import React, { useState } from 'react';
import { mount } from 'enzyme';
import { render } from 'react-dom';
import { act } from 'react-dom/test-utils';
import { Portal, PortalProps } from '..';
describe('<Layer />', () => {
const TestComponent = ({
defaultWithPortal = false,
children,
portalProps,
}: { defaultWithPortal?: boolean, children?: React.ReactNode, portalProps?: PortalProps }) => {
const [withPortal, togglePortal] = useState(defaultWithPortal);
return (
<div className='test-app'>
<button onClick={() => togglePortal(!withPortal)}>Toggle layer</button>
{withPortal && (
<Portal {...portalProps}>
{children}
</Portal>
)}
</div>
);
};
it('should render children into created element', () => {
const wrapper = mount(
<TestComponent
children={(
<h2 className='test-title'>New layer</h2>
)}
/>
);
// mount layer
act(() => {
wrapper.find('button').simulate('click');
});
wrapper.update();
const element = document.body.lastElementChild as HTMLDivElement;
expect(element.querySelectorAll('h2.test-title')).toHaveLength(1);
// unmount layer
act(() => {
wrapper.find('button').simulate('click');
});
wrapper.update();
expect(document.body.contains(element)).toBe(false);
});
it('should handle "defineRoot" prop', () => {
const container = document.createElement('div');
const otherContainer = document.createElement('div');
document.body.append(container, otherContainer);
expect(otherContainer.children).toHaveLength(0);
act(() => {
render(
<TestComponent
defaultWithPortal
children={(
<h2 className='test-title'>New layer</h2>
)}
portalProps={{
defineRoot: () => otherContainer,
}}
/>,
container
);
});
expect(otherContainer.children).toHaveLength(1);
container.remove();
otherContainer.remove();
});
});
| typescript |
Millions of Iranians from all walks of life have thronged the streets across the country to celebrate the 41st anniversary of the Islamic Revolution, which toppled the US-backed Pahlavi regime in 1979.
According to Press TV, in Tehran, large groups of people, braving freezing temperatures, are taking 12 major routes across the capital leading to the iconic Azadi (freedom) Square, which played host to many of the anti-Pahlavi protests in the run-up to the Revolution.
President Hassan Rouhani delivered a speech to the demonstrators at the venue.
Iranians in other cities, towns and villages are also attending similar rallies en masse to renew their allegiance to the ideals of Imam Khomeini (God’s mercy upon him), the late Architect of the Revolution and Founder of the Islamic Republic.
Every year, the demonstrators chant slogans against the US and burn American flags to condemn the highly hostile agenda that Washington has been pursuing against the Iranian nation over the past four decades.
This year’s mass rallies are especially significant as they coincide with the 40th-day memorial for Lieutenant General Qassem Soleimani, the former Commander of the Quds Force of Iran’s Islamic Revolution Guards Corps (IRGC), who was assassinated together with his comrades in a US drone strike in Baghdad in early January.
The targeted assassination of Lt. General Soleimani — West Asia’s most prominent anti-terror commander — has sent anti-American sentiment soaring not only in Iran but also among regional nations.
In the capital, Iran’s Ministry of Defense and Armed Forces Logistics held an exhibition on the sidelines of the rally, putting on display a number of the country’s defense achievements, including smart bombs, precision-strike missiles and armored personnel carriers, in a show of power amid enemy threats.
Lt. General Soleimani’s martyrdom on January 3 took US-Iran tensions to a new level, with Tehran vowing “harsh revenge. ” Days later, Iran’s Armed Forces launched retaliatory ballistic missile strikes against two US military bases in Iraq.
America’s act of state terrorism has given rise to calls in Iran and other neighboring countries for the US military to end its military presence and meddling in West Asia.
The tensions first began to escalate in May 2018, when the administration of President Donald Trump pulled the US out of a multilateral nuclear deal with Tehran and unleashed a campaign of “maximum pressure,” which is mainly taking aim at the Iranian economy.
Meanwhile, the Iranian demonstrators are taking the occasion to voice their outrage at a contentious plan recently unveiled by the Trump administration with the aim of ending the decades-long Israeli-Palestinian conflict.
The plot — which the Palestinians have unanimously rejected — is meant to help the Israeli regime consolidate its occupation of the Palestinian territories in a blatant violation of international law.
During the rallies in Iran, the demonstrators shouted slogans against the anti-Palestine plot, burning US and Israeli flags and hanging Trump’s effigies. | english |
import { Directive, HostListener, Output, EventEmitter } from '@angular/core';
import { Viewport, Coordinates } from '../../interfaces/event.interface';
const previewWidth: number = 420; // How wide the speed preview dialog is
const previewHeight: number = 300; // How tall the speed preview dialog is
const horizontalPadding: number = 10; // How much room we want on each side of the speed preview
const verticalPadding: number = 20; // How much room we want above and below the preview
const delay: number = 333; // How long we want to wait before showing the preview
@Directive({ selector: '[wzSpeedview]' })
export class WzSpeedviewDirective {
@Output() public showPreview: EventEmitter<any> = new EventEmitter();
@Output() public hidePreview: EventEmitter<any> = new EventEmitter();
private timeout: any;
private viewport: Viewport;
@HostListener('mouseenter', ['$event']) public onMouseEnter($event: any): void {
if (window.innerWidth <= previewWidth) return;
this.viewport = $event.currentTarget.getBoundingClientRect();
this.timeout = setTimeout(() => {
this.showPreview.emit(this.previewPosition);
}, delay);
}
@HostListener('mouseleave', ['$event']) public onMouseLeave(): void {
clearTimeout(this.timeout);
this.hidePreview.emit();
}
// Determines the x and y coordinate that the preview's top left corner should start at
private get previewPosition(): Coordinates {
let x: number = this.determineHorizontalPreviewPlacement;
let y: number = this.determineVerticalPreviewPlacement;
return { x, y };
}
// Returns an x coordinate based on the position of the element that was hovered upon
// if there is no room to the right, it shifts the preview left by its width, and the width of the horizontal padding
private get determineHorizontalPreviewPlacement(): number {
if (this.roomToTheRight) {
return this.viewport.right + horizontalPadding;
} else {
return this.viewport.left - previewWidth - horizontalPadding;
}
}
// Returns a y coordinate based on the position of the element that was hovered upon
// if there is not room on the bottom, it shifts the preview up by its height, and half the height of the hovered element
private get determineVerticalPreviewPlacement(): number {
if (this.roomBelow && this.roomAbove) {
return this.viewport.top - (previewHeight / 3);
} else if (!this.roomBelow) {
return window.innerHeight - previewHeight - verticalPadding;
} else {
return 0 + verticalPadding;
}
}
// Returns true if there is at least 10px to the right of the hovered element
private get roomToTheRight(): boolean {
return window.innerWidth - this.viewport.right - previewWidth >= horizontalPadding;
}
// Returns true if there is at least 20px above the hovered element
private get roomAbove(): boolean {
return 0 + this.viewport.top - (previewHeight / 3) >= verticalPadding;
}
// Returns true if there is at least 20px below the hovered element
private get roomBelow(): boolean {
return window.innerHeight - (this.viewport.top - (previewHeight / 3) + previewHeight) >= verticalPadding;
}
}
| typescript |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const react_redux_1 = require("react-redux");
const classNames = require("classnames");
const Action = require("../../actions");
const Panel_1 = require("./Protocol/Panel");
const Log_1 = require("./Protocol/Log");
function mapDispatchToProps(dispatch) {
return {
limitLog: (shouldLimitLog) => {
dispatch(Action.PROTOCOL.limitLog(shouldLimitLog));
},
navigate: (uri) => () => {
dispatch(Action.VIEW.navigate(uri));
}
};
}
function mapStateToProps(state) {
return {
agda: state.connection.agda,
languageServer: state.connection.languageServer,
protocol: state.protocol
};
}
class Protocol extends React.Component {
constructor(props) {
super(props);
}
render() {
return (React.createElement("section", { className: classNames('agda-settings-protocol', this.props.className) },
React.createElement(Panel_1.default, { limitLog: this.props.protocol.limitLog, handleLogLimit: this.props.limitLog }),
React.createElement(Log_1.default, { log: this.props.protocol.log, navigate: this.props.navigate })));
// if (this.props.agda) {
// return (
// <section className={classNames('agda-settings-protocol', this.props.className)}>
// <h2>Protocol</h2>
// <p><span className='text-highlight'>Agda Version: </span>{this.props.agda.version.raw}</p>
// <p><span className='text-highlight'>Agda Location: </span>{this.props.agda.path}</p>
// <p><span className='text-highlight'>Current Protocol: </span>{this.props.languageServer ? 'LSP' : 'Vanilla'}</p>
// <h2>Log</h2>
// </section>
// )
// } else {
// return (
// <section className={classNames('agda-settings-protocol', this.props.className)}>
// <p className='background-message'>
// No Connection Established
// </p>
// </section>svedkacitron
// )
// }
}
}
exports.default = react_redux_1.connect(mapStateToProps, mapDispatchToProps)(Protocol);
//# sourceMappingURL=Protocol.js.map | javascript |
Feedback (2)
Wholesale Dealers of Digital Radio Receiver Bluetooth - Mylinking™ Portable DRM/AM/FM Radio Bluetooth USB/TF Player – Mylinking Detail:
Specifications may change without notice.
Radio frequency range may vary depending on standards concerned.
Journaline licensed by Fraunhofer IIS, check www.journaline.info for more information.
Product detail pictures:
Related Product Guide:
We'll make each hard work to become excellent and excellent, and speed up our measures for standing from the rank of intercontinental top-grade and high-tech enterprises for Wholesale Dealers of Digital Radio Receiver Bluetooth - Mylinking™ Portable DRM/AM/FM Radio Bluetooth USB/TF Player – Mylinking , The product will supply to all over the world, such as: New Zealand , Iraq , Sierra Leone , We aim to build a famous brand which can influence a certain group of people and light up the whole world. We want our staff to realize self-reliance, then achieve financial freedom, lastly obtain time and spiritual freedom. We do not focus on how much fortune we can make, instead we aim to obtain high reputation and be recognized for our goods. As a result, our happiness comes from our clients satisfaction rather than how much money we earn. Ours team will do best for you personally always.
The enterprise has a strong capital and competitive power, product is sufficient, reliable, so we have no worries on cooperating with them.
| english |
Google must move a mystery barge from a construction site on an island in the middle of San Francisco Bay because the permits are not in order, a state official said Monday.
The notice came after the San Francisco Bay Conservation and Development Commission investigated numerous complaints about construction of the floating, four-story building, commission executive director Larry Goldzband said.
The investigation found that neither the Treasure Island Development Authority nor the city of San Francisco had applied for required permits for the work to be done at the site and could face fines and enforcement proceedings.
Goldzband said Google can resolve the issue by moving the barge to one of the fully permitted construction facilities in the San Francisco Bay.
"It needs to move," he said.
Google said it is still reviewing a letter from Goldzband outlining the commission's concerns about the secretive project.
The Treasure Island Development is leasing the space to build the barge for $79,000 per month under a contract set to expire in August, according to agency records.
Mirian Saez, director of the Treasure Island Development Authority, said, "we did not intend to violate or circumvent the process. "
The authority will try to apply for the correct permits with the commission, she said, noting her agency has not spoken to Google about the issue.
For now, though, Google's barge appears to be mired in regulatory limbo. Goldzband said Google representatives had told him construction had been halted on the barge late last year so the U. S. Coast Guard can ensure the vessel will meet its standards.
"My understanding is they are going to be in a holding pattern until the end of winter," Goldzband said. "What we are strongly suggesting is that this thing is moved in an expeditious manner so when they want to start building again, they can build it lawfully at a place where it is permitted. "
Santa Clara University law professor Dorothy Glancy says it's highly unlikely that a permit would ever be issued for them to continue building at their current site.
"I was surprised anyone was building anything in the bay without a BCDC permit," she said, "and shipbuilding is not what they're supposed to be doing at Treasure Island, it's not in their development plans. "
Google has been vague about the plans for the San Francisco barge or a similar vessel off the East Coast.
Preliminary planning documents submitted to the port last fall showed plans for Google to build an interactive space for people to learn about technology as it traveled from dock to dock.
The documents ended weeks of speculation that the barge would be a party boat, data storage center or a store for Google to sell its Internet-connected glasses.
In November, the company issued a statement that said, "Although it's still early days and things may change, we're exploring using the barge as an interactive space where people can learn about new technology. "
Goldzband said if the barge is eventually completed, it will need more even permits to be moored or docked.
Jason Flanders, program director at San Francisco Baykeeper, a nonprofit pollution watchdog, said the group was pleased the state agency is taking a strong stand.
"Obviously the bay is a valuable resource to everybody," he said. "Requiring people and companies large and small to pass all environmental regulations before using the bay is essential. "
The regulatory questions being raised about the barge compounds the headaches that Google has been dealing with outside its main business of running the world's best-known search engine.
In recent months, Google also has been at the center of a San Francisco controversy over private buses that several large tech companies use to transport workers south from the city to Silicon Valley. Some community members say the buses are congesting city bus stops, so the city recently voted to charge the companies for each stop the buses make.
To help address the situation, Google recently launched pilot programs using private ferries to transport some workers to Redwood City, near its campus on the San Francisco Peninsula. | english |
Are you using your blog to teach? Are you teaching in a way that builds your business? Listen to this episode and discover the art of teaching strategically from your blog.
View Step 2 tinker PowerPoint (PPT) presentations online in SlideServe. SlideServe has a very huge collection of Step 2 tinker PowerPoint presentations. You can view or download Step 2 tinker presentations for your school assignment or business presentation. Browse for the presentations on every topic that you want.
| english |
Jake Funk has found his fair of success in the NFL at a young age, even getting a Super Bowl ring. The running back turned 26 years old today as Hannah Ann Sluss, Funk's fiancée, took to her Instagram to celebrate the big day. Sluss shared various moments with her 1.2 million followers on the social media platform.
She shared the post with a heartfelt caption about her future husband on his big day:
"Happy Birthday to the love of my life. You are strongest and most resilient person I know! You make everyday better just being in it! I can’t wait to celebrate a life time of birthdays with you! Cheers to a year filled with happiness and unforgettable memories."
She shared photos with Jake Funk after winning Super Bowl 51 with the Los Angeles Rams and one with the massive ring:
She also shared some candid photos of the birthday boy behind the scenes:
Sluss shared how she and Funk met during a GRWM on her TikTok page. She said that he began following her and later sent her a DM via the app:
She admitted that she did not want to go on a date with the running back but later decided to. In January this year, Jake Funk proposed to the former reality TV star while in Cabo San Lucas, Mexico, on a date. As of now, no wedding date has been set by the couple.
Funk was drafted by the Rams in the seventh round of the 2021 NFL Draft out of the University of Maryland. He played 15 games for Los Angeles before being waived by the team in October 2022.
The Indianapolis Colts signed him to their practice squad and was later elevated to the 53-man roster last January. He had two carries for 10 yards in five games with the Colts this season and is currently a free agent.
| english |
Paris Saint-Germain (PSG) are leading the Ligue 1 race after 15 games. Christophe Galtier's men have won 13 and drawn twice in the league this season.
Meanwhile, Lionel Messi has reportedly missed training with the Argentina squad due to injury ahead of the 2022 FIFA World Cup final against France on Sunday (December 18). Elsewhere, Joao Felix wants to move to the Parc des Princes, according to reputed journalist Gianluca Di Marzio.
On that note, here's a look at the key PSG transfer stories as on December 16, 2022:
Lionel Messi missed Argentina's training on Thursday due to a suspected hamstring injury, according to Foot Mercato via Caught Offside.
The Argentinean has been in blistering form at the 2022 FIFA World Cup, helping them reach the final. The 35-year-old has led his team from the front, amassing five goals and three assists in six games.
Messi has also enjoyed a stellar run with PSG this season, propelling them to the top of the league. The seven-time Ballon d'Or winner has had 12 goals and 14 assists in 19 appearances for them across competitions and has carried that form at the World Cup.
The player was seen touching his left leg hamstring during the semifinal against Croatia but appeared to shake off any discomfort during the game.
The latest report, as such, will cause a lot of worry for Argentina fans. However, others reports have claimed that players who were involved against Croatia didn't participate in training and did a recovery session in the gym instead.
Joao Felix wants to join PSG, according to Gianluca Di Marzio. The Atletico Madrid forward is looking to leave the club after falling out of favour with manager Diego Simeone. Arsenal and Manchester United are interested in securing his signature, while the Ligue 1 champions also have their eyes on the Portuguese.
However, speaking to Soccer News, Di Marzio said that Felix has his heart set on joining the Parisians.
"I don't think that Joao Felix will go to Arsenal because he wants to play for Paris Saint-Germain. Paris Saint-Germain would be the obvious option if he is leaving Atletico Madrid," said Di Marzio.
He added:
"Not many clubs can afford Joao Felix, and PSG really wants to sign these young players for the future, so they have cover for (Kylian) Mbappe or Neymar if they are going to leave or when (Lionel) Messi's contract is expiring."
Felix has registered four goals and three assists in 18 games across competitions this season for Los Rojiblancos.
Former Liverpool defender Glen Johnson has advised Marcus Rashford to turn down PSG and join Real Madrid instead. The Manchester United forward is a subject of interest from the Parisians, who're reportedly planning to dive for him in 2023.
However, speaking to GGRecon, Johnson said a move to the Santiago Bernabeu will be ideal for his countryman.
"Real Madrid 100%. It's a galactico club; you live in Madrid, and wherever he goes, he will be paid well enough. He doesn't need to think about that. Real Madrid will be competing for La Liga; they'll go deep in the Champions League, and you can live in the sun, so for me. It's a no-brainer," said Johnson.
Johnson added that Rashford could be open to a move to a European powerhouse.
"When teams like PSG and Real Madrid want you, then 100% you'd be interested in them. Obviously, he's from Manchester and is already at a big football club, but if any footballer told you that they weren't interested in even having a chat with a club like Real Madrid, they'll be lying. He may not say it, but he will be interested," said Johnson.
Rashford ended the 2022 FIFA World Cup with three goals from five games.
| english |
<filename>lib/search-trends-api.js
import jsonp from 'jsonp';
class SearchTrendsApi{
constructor(){
this.googleURL = "https://morning-river-6203.herokuapp.com/google_trends";
}
load(){
return new Promise((resolve, reject) => {
jsonp(this.googleURL, {param: 'callback'}, (err, data) => {
err ? reject(err) : resolve(data);
});
});
}
}
export default new SearchTrendsApi(); | javascript |
<gh_stars>0
{
"@metadata": {
"authors": [
"Murma174",
"Purodha",
"Pyt"
]
},
"babel": "Babel brüker-informatjuun",
"babel-desc": "Saat det <code>#babel</code>-funktjuun diartu. Diarmä kön \"Babel\"-brükerfialen maaget, an uk aanj föörlaagen iinbünjen wurd.",
"babel-url": "Project:Babel",
"babel-footer-url": ":Category:Babel - Brükern efter spriak",
"babel-autocreate-reason": "Automaatisch mååged [[$1|Babel]]-kategorii.",
"babel-autocreate-text-levels": "Brükern uun detdiar kategorii haa weden üüb di peegel $1 faan det spriak $2.",
"babel-autocreate-text-main": "Brükern uun detdiar kategorii haa weden faan det spriak $1.",
"babel-0": "{{GENDER:$4|Didiar brüker}} hää [[$1|nian]] weden faan [[$2|$3]] (of ferstäänt det man jüst so).",
"babel-1": "{{GENDER:$4|Didiar brüker}} hää [[$1|en betj]] weden faan [[$2|$3]].",
"babel-2": "{{GENDER:$4|Didiar brüker}} koon [[$1|en betj]] lees an skriiw üüb [[$2|$3]].",
"babel-3": "{{GENDER:$4|Didiar brüker}} koon [[$1|gud]] lees an skriiw üüb [[$2|$3]].",
"babel-4": "{{GENDER:$4|Didiar brüker}} snaaket [[$2|$3]], bal üs wan't sin [[$1|mamenspriak]] wiar.",
"babel-5": "{{GENDER:$4|Didiar brüker}} hää en [[$1|auer a miaten]] gud weden faan [[$2|$3]].",
"babel-N": "{{GENDER:$4|Didiar brüker}} snaaket [[$2|$3]] üs [[$1|mamenspriak]].",
"babel-0-n": "{{GENDER:$4|Didiar brüker}} hää [[$1|nian]] weden faan [[$2|Nordfriisk]] (of ferstäänt det man jüst so).",
"babel-1-n": "{{GENDER:$4|Didiar brüker}} hää [[$1|en betj]] weden faan [[$2|Nordfriisk]].",
"babel-2-n": "{{GENDER:$4|Didiar brüker}} koon [[$1|en betj]] lees an skriiw üüb [[$2|Nordfriisk]].",
"babel-3-n": "{{GENDER:$4|Didiar brüker}} koon [[$1|gud]] lees an skriiw üüb [[$2|Nordfriisk]].",
"babel-4-n": "{{GENDER:$4|Didiar brüker}} snaaket [[$2|Nordfriisk]], bal üs wan't sin [[$1|mamenspriak]] wiar.",
"babel-5-n": "{{GENDER:$4|Didiar brüker}} hää en [[$1|auer a miaten]] gud weden faan [[$2|Nordfriisk]].",
"babel-N-n": "{{GENDER:$4|Didiar brüker}} snaaket [[$2|Nordfriisk]] üs [[$1|mamenspriak]].",
"babel-footer": "Brükern efter spriak"
}
| json |
<filename>sri/jquery.transit/0.9.10.json
{"jquery.transit.js":"sha256-2YgdT2lbiUvVBhb3NCzr/gtzs0e++dJQpl+EoqNrCY8=","jquery.transit.min.js":"<KEY>} | json |
import * as React from 'react';
import './Button.css';
export const Button: React.FunctionComponent = (props) => {
const { children } = props;
return (
<button className="button">{children}</button>
);
}
| typescript |
We own a Delta Model. It is one of the best for City as well as for road trips. Smooth ride, fast pickup, easy handling, and the "Maruti" factor. Yes, it should be in must buy list for people looking for their first car.
- Performance (429)
- Interior (452)
| english |
India's cricket chief Sourav Ganguly Saturday said the national team will tour Australia in December but called for a shortened quarantine period for the players.
Australia has checked the spread of the coronavirus except in Melbourne, its second-biggest city, which has witnessed a recent surge in cases.
"Ya, ya, we have confirmed that tour. In December we will be coming. We just hope the number of quarantine days gets reduced a bit, Ganguly told TV channel India Today.
"Because we don't want the players to go all that far and sit in hotel rooms for two weeks. It is very, very depressing and disappointing. "
"And, as I said Australia and New Zealand have been in good position except for Melbourne. So from that point of view, we will be going there, and hopefully, the quarantine days will be less and we can get back to cricket. "
By Friday, Australia, a nation of 25 million, had recorded just more than 9,000 COVID-19 cases, 106 of them fatal.
The West Indies squad spent 14 days in quarantine after landing in England on June 9 for the three-Test tour, that began on July 8, marking the return of international cricket.
Virat Kohli's India is scheduled to tour Australia for four Test matches in December-January. India won a four-Test series in Australia 2-1 in 2018-19.
"It is going to be a tough series. It is not going to be what it was two years back. It is going to be a strong Australia but our team is as good," said Ganguly.
"We have the batting, we have the bowling. We just need to bat better. You the best team overseas bat well.
"When we were so successful in England, in Australia, in Pakistan we were getting 400-500-600 in Test matches. I said that to Virat as well. "
India's series victory two years ago was their first in Australia after 71 years of trying.
But Australia was without top batsmen David Warner and Steve Smith, who both missed the series due to their ball-tampering bans.
Ganguly backed his side to win under Kohli's leadership.
"Because you are Virat Kohli your standards are high. When you walk out to play, when you walk out with your team, I, watching on TV, don't expect you to just play well against Australia. I expect you to win," said the former India captain.
"So you have to live up to the standards. For his captaincy tenure, this will be a milestone series - more than the World Cup. "
Meanwhile, the Indian Premier League is still searching for a window this season, and Ganguly said he does not want 2020 to "finish without the IPL. "
The International Cricket Council will this month decide on the future of the T20 World Cup, which is scheduled for October-November in Australia and Ganguly said the decision will have a bearing on the fate of IPL. | english |
Tonight on The Buck Stops Here:
On The Buck Stops Here, we debate Maharashtra Chief Minister Devendra Fadnavis' flip flop. He gave marching orders to Mumbai Police Commissioner Rakesh Maria and within hours said he will continue to head Indrani Mukerjea investigation. On this fiery debate, BJP spokesperson Shaina NC explains Rakesh Maria's sudden transfer, saying that someone senior was needed to oversee Ganpati festival. Former IPS officer YP Singh says it will be illegal for Mr Maria to head Sheena Bora murder probe after being removed as commissioner. We debate: Where does the buck stop for this Maharashtra mess-up?
Speaking exclusively to NDTV, BJP senior leader and MP Shatrughan Sinha said: "PM (Modi) didn't mean his remark on Nitish Kumar's DNA, but the comment was avoidable. " The actor-politician defended his meetings with Nitish Kumar and Arvind Kejriwal, saying "courtesies and friendships are not bound by party" and that he talked development with the two chief ministers. Calling Nitish Kumar "a dear friend" Mr Sinha said that Mr Kumar was "one of the best chief ministers". Was he upset at not being included in the Modi Cabinet? Mr Sinha said that he was "mature enough to understand that choosing Cabinet is PM's prerogative", but his voters and well-wishers were upset that he wasn't made a minister. | english |
At least 31 Covid positive patients from other states have fled from a makeshift Covid care centre in Tripura on Thursday, officials said.
SDPO Anirban Das said that these people escaped from the Covid Care Centre at the Panchayat Raj Training Institute at Arundhuti Nagar on the outskirts of Agartala early on Thursday.
Police launched a massive search to trace them.
“We have alerted all possible places including railway stations and airports. Search is on to locate the fleeing Covid positive patients,” Das said.
A health official said that the 31 people from Uttar Pradesh, Haryana and Rajasthan came to Tripura recently to attend the interview for recruitment as riflemen in the Tripura State Rifles (TSR).
However, the Tripura government, in view of the surge of Covid cases, has postponed the outdoor and physical tests for the recruitment. | english |
What is Fashion?
Fashion is the feminine noun that means a way or custom more prevalent in a certain group at a certain time. It is a word often used to designate a way of dressing that is common to many or appreciated by many people.
There are various types of fashion such as women’s fashion and men’s fashion. Different styles of fashion have characteristics of different groups. Evangelical fashion, for example, conforms to certain values, with clothes that are not daring. There is also fashion for pregnant women, so that pregnant women can be as comfortable as possible, wearing clothes they like at the same time.
The most important fashion shows take place in big cities like Milan, Paris and New York, where designers, stylists or fashion designers present their creations and set trends for the future.
The word fashion is present in several expressions. The expression ” out of fashion ” or ” going out of fashion ” indicates something that was once popular, but at the present time is no longer. Ex: The coat he is wearing today is completely out of fashion!
On the contrary, the expression “to be in fashion “, indicates a person who has a current style of dressing, or describes a habit or custom enjoyed by many people. Ex: It is now fashionable to meet people on the internet instead of meeting them in person.
In English, the word fashion is translated as fashion. Ex: she She’s got no fashion sense! / She has no fashion sense!
In the branch of mathematics known as statistics, the mode is the value that appears most frequently in a data set or series of observations. In the case of qualitative data, when the variables are names and it is not possible to determine the median or the mean, the mode is important to reduce the presented data and make statistical inferences.
For example, if we ask a group of 20 people what their favorite color is and 9 answer red, 5 answer green, 4 answer yellow and 2 answer blue, we can say that the mode is red.
The mode also applies in cases of numerical or quantitative data sets. In the sequence of numbers 2,4,7,9,2,3,4,5,8,6,4, the mode is 4, which appears three times, while the others appear only once or twice (in the case of two).
| english |
<gh_stars>0
:root {
--transcend-blue: #3333ff;
--black: black;
}
.container {
text-align: center;
}
.toggle-switch {
height: 100%;
justify-content: center;
display: flex;
align-items: center;
position: relative;
width: 75px;
display: inline-block;
text-align: left;
top: 8px;
margin: 0px 10px 0px 0px;
}
.checkbox {
display: none;
}
.label {
display: block;
overflow: hidden;
cursor: pointer;
border: 0 solid #333131;
border-radius: 20px;
}
.inner {
display: block;
width: 200%;
margin-left: -100%;
transition: margin 0.3s ease-in 0s;
}
.inner:before,
.inner:after {
float: left;
width: 50%;
padding: 0;
line-height: 30px;
color: #fff;
font-weight: bold;
box-sizing: border-box;
}
.inner:before {
content: attr(data-yes);
padding-left: 10px;
background-color: var(--transcend-blue);
color: #fff;
}
.inner:after {
content: attr(data-no);
padding-right: 10px;
background-color: #333131;
color: #fff;
text-align: right;
}
.switch {
display: block;
width: 20px;
height: 20px;
margin: 5px;
background: #fff;
position: absolute;
top: 0;
bottom: 0;
right: 40px;
border: 0 solid #333131;
border-radius: 20px;
transition: all 0.3s ease-in 0s;
}
.checkbox:checked + .label .inner {
margin-left: 0;
}
.checkbox:checked + .label .switch {
right: 0px;
}
.container {
display: flex;
height: 100%;
align-items: flex-end;
margin: 5px 10px;
}
.label-container {
display: flex;
height: 100%;
align-items: center;
/* font-size: 20px; */
}
| css |
<filename>mentat/src/responses/construction_payloads.rs
//! The module defines the `ConstructionPayloadsResponse` response.
use super::*;
/// `ConstructionTransactionResponse` is returned by `/construction/payloads`.
/// It contains an unsigned transaction blob (that is usually needed to
/// construct the a network transaction from a collection of signatures) and an
/// array of payloads that must be signed by the caller.
#[derive(Clone, Debug, Default, Deserialize, Serialize)]
pub struct ConstructionPayloadsResponse {
#[allow(clippy::missing_docs_in_private_items)]
pub unsigned_transaction: String,
#[allow(clippy::missing_docs_in_private_items)]
pub payloads: Vec<SigningPayload>,
}
| rust |
Shanthanu's next gets a tasty title with Bhagyaraj reference!
Actor Shanthanu, who had last acted in an extended cameo in the Maniratnam production Vaanam kottatum is next waiting for the release of the Vijay starrer Master directed by Lokesh Kanagaraj where he has played an important role.
Now, the first look poster and title of Shanthanu's next movie as lead has been released. Inspired by his father K Bhagyaraj's Murungaikkai comedies, the movie has been named Murungaikkai chips with the tagline reading 100% Tasty, 100% naughty.
Directed by debutant Srijar, this movie jointly produced by Ravindar Chandrasekar of Libra Productions and First man productions the movie also stars Athulya Ravi, Reshma Pasupuleti, K Bhagyaraj, Yogi Babu and Manobala and has music by Dharan.
Follow us on Google News and stay updated with the latest! | english |
{
"server": false,
"retry_join_ec2": {
"tag_key": "ConsulAgent",
"tag_value": "Server"
},
"log_level": "INFO"
} | json |
<reponame>BigETI/WhackAStoodentServer
#include <Misc/MatchHistoryEntry.hpp>
#include <Static/NumericSerializer.hpp>
#include <Static/StringSerializer.hpp>
/// <summary>
/// Constructs a match history entry
/// </summary>
WhackAStoodentServer::MatchHistoryEntry::MatchHistoryEntry() :
yourScore(static_cast<std::int64_t>(0)),
yourRole(WhackAStoodentServer::EPlayerRole::Hitter),
opponentScore(static_cast<std::int64_t>(0)),
opponentRole(WhackAStoodentServer::EPlayerRole::Mole)
{
// ...
}
/// <summary>
/// Constructs a match history entry
/// </summary>
/// <param name="matchHistoryEntry">Match history entry</param>
WhackAStoodentServer::MatchHistoryEntry::MatchHistoryEntry(const WhackAStoodentServer::MatchHistoryEntry& matchHistoryEntry) :
yourScore(matchHistoryEntry.yourScore),
yourRole(matchHistoryEntry.yourRole),
yourName(matchHistoryEntry.yourName),
opponentScore(matchHistoryEntry.opponentScore),
opponentRole(matchHistoryEntry.opponentRole),
opponentName(matchHistoryEntry.opponentName)
{
// ...
}
/// <summary>
/// Constructs a match history entry
/// </summary>
/// <param name="matchHistoryEntry">Match history entry</param>
WhackAStoodentServer::MatchHistoryEntry::MatchHistoryEntry(WhackAStoodentServer::MatchHistoryEntry&& matchHistoryEntry) :
yourScore(matchHistoryEntry.yourScore),
yourRole(matchHistoryEntry.yourRole),
yourName(matchHistoryEntry.yourName),
opponentScore(matchHistoryEntry.opponentScore),
opponentRole(matchHistoryEntry.opponentRole),
opponentName(matchHistoryEntry.opponentName)
{
// ...
}
/// <summary>
/// Constructs a match history entry
/// </summary>
/// <param name="yourScore">Your score</param>
/// <param name="yourRole">Your role</param>
/// <param name="yourName">Your name</param>
/// <param name="opponentScore">Opponent's score</param>
/// <param name="opponentRole">Opponent's role</param>
/// <param name="opponentName">Opponent's name</param>
WhackAStoodentServer::MatchHistoryEntry::MatchHistoryEntry(std::int64_t yourScore, WhackAStoodentServer::EPlayerRole yourRole, std::wstring_view yourName, std::int64_t opponentScore, WhackAStoodentServer::EPlayerRole opponentRole, std::wstring_view opponentName) :
yourScore(yourScore),
yourRole(yourRole),
yourName(yourName),
opponentScore(opponentScore),
opponentRole(opponentRole),
opponentName(opponentName)
{
// ...
}
/// <summary>
/// Destroys match history entry
/// </summary>
WhackAStoodentServer::MatchHistoryEntry::~MatchHistoryEntry()
{
// ...
}
/// <summary>
/// Gets your score
/// </summary>
/// <returns>Your score</returns>
std::int64_t WhackAStoodentServer::MatchHistoryEntry::GetYourScore() const
{
return yourScore;
}
/// <summary>
/// Gets your role
/// </summary>
/// <returns>Your role</returns>
WhackAStoodentServer::EPlayerRole WhackAStoodentServer::MatchHistoryEntry::GetYourRole() const
{
return yourRole;
}
/// <summary>
/// Gets your name
/// </summary>
/// <returns>Your name</returns>
std::wstring_view WhackAStoodentServer::MatchHistoryEntry::GetYourName() const
{
return yourName;
}
/// <summary>
/// Gets the opponent's score
/// </summary>
/// <returns>Opponent's score</returns>
std::int64_t WhackAStoodentServer::MatchHistoryEntry::GetOpponentScore() const
{
return opponentScore;
}
/// <summary>
/// Gets opponent's role
/// </summary>
/// <returns>Opponent's role</returns>
WhackAStoodentServer::EPlayerRole WhackAStoodentServer::MatchHistoryEntry::GetOpponentRole() const
{
return opponentRole;
}
/// <summary>
/// Gets the opponent's name
/// </summary>
/// <returns>Opponent's name</returns>
std::wstring_view WhackAStoodentServer::MatchHistoryEntry::GetOpponentName() const
{
return opponentName;
}
/// <summary>
/// Serializes contents
/// </summary>
/// <param name="result">Result</param>
/// <returns>Serialized contents</returns>
std::vector<std::uint8_t>& WhackAStoodentServer::MatchHistoryEntry::Serialize(std::vector<std::uint8_t>& result) const
{
WhackAStoodentServer::NumericSerializer::SerializeLong(yourScore, result);
WhackAStoodentServer::NumericSerializer::SerializeByte(static_cast<std::uint8_t>(yourRole), result);
WhackAStoodentServer::StringSerializer::SerializeByteSizedString(yourName, result);
WhackAStoodentServer::NumericSerializer::SerializeLong(opponentScore, result);
WhackAStoodentServer::NumericSerializer::SerializeByte(static_cast<std::uint8_t>(opponentRole), result);
return WhackAStoodentServer::StringSerializer::SerializeByteSizedString(opponentName, result);
}
/// <summary>
/// Deserializes given input
/// </summary>
/// <param name="data">Data to deserialize</param>
/// <returns>Remaining data to deserialize</returns>
nonstd::span<const std::uint8_t> WhackAStoodentServer::MatchHistoryEntry::Deserialize(nonstd::span<const std::uint8_t> data)
{
std::uint8_t role;
nonstd::span<const std::uint8_t> next_bytes(WhackAStoodentServer::NumericSerializer::DeserializeLong(data, yourScore));
next_bytes = WhackAStoodentServer::NumericSerializer::DeserializeByte(next_bytes, role);
yourRole = static_cast<WhackAStoodentServer::EPlayerRole>(role);
next_bytes = WhackAStoodentServer::StringSerializer::DeserializeByteSizedString(next_bytes, yourName);
next_bytes = WhackAStoodentServer::NumericSerializer::DeserializeLong(next_bytes, opponentScore);
next_bytes = WhackAStoodentServer::NumericSerializer::DeserializeByte(next_bytes, role);
opponentRole = static_cast<WhackAStoodentServer::EPlayerRole>(role);
return WhackAStoodentServer::StringSerializer::DeserializeByteSizedString(next_bytes, opponentName);
}
/// <summary>
/// Assigns a match history entry to this object
/// </summary>
/// <param name="matchHistoryEntry">Match history entry</param>
/// <returns>This object</returns>
WhackAStoodentServer::MatchHistoryEntry& WhackAStoodentServer::MatchHistoryEntry::operator=(const WhackAStoodentServer::MatchHistoryEntry& matchHistoryEntry)
{
yourScore = matchHistoryEntry.yourScore;
yourName = matchHistoryEntry.yourName;
opponentScore = matchHistoryEntry.opponentScore;
opponentName = matchHistoryEntry.opponentName;
return *this;
}
/// <summary>
/// Assigns a match history entry to this object
/// </summary>
/// <param name="matchHistoryEntry">Match history entry</param>
/// <returns>This object</returns>
WhackAStoodentServer::MatchHistoryEntry& WhackAStoodentServer::MatchHistoryEntry::operator=(WhackAStoodentServer::MatchHistoryEntry&& matchHistoryEntry) noexcept
{
yourScore = matchHistoryEntry.yourScore;
yourName = matchHistoryEntry.yourName;
opponentScore = matchHistoryEntry.opponentScore;
opponentName = matchHistoryEntry.opponentName;
return *this;
}
| cpp |
<gh_stars>1-10
.PDF {
background-color: white;
width: 210mm;
margin-left: auto;
margin-right: auto;
text-align: center;
}
| css |
Kalyan : More than 1000 fanatics opposed to MMRDA employees and policemen who had gone to Kon village for taking action against illegal mosque located at 3 kms distance from Kalyan towards bay side; therefore, the mosque couldn’t be demolished. On 7th April, MMRDA served a notice to this mosque known as ‘Takwa’ and which exists from the year 2003. Consequently, MMRDA’s zonal officers reached there along with their squad but more than 1000 fanatics opposed to the proposed action against mosque. (Hindus need to see unity and love towards Dharma amongst fanatics ! How many Hindus get together in such way for protection of temples ? – Editor, Dainik Sanatan Prabhat) Hundreds of fanatics climbed on Poklen and JCB machines and said that they would not allow any action against mosque. Fanatics took everyone to task by questioning them as to why notice was not issued 48 hours before taking action. Among them, Kalyan’s municipal councilor Kashib Tanaki, chief of mosque Raees Khan Mokashi, Sarpanch and Dy. Sarpanch led the fanatics in opposing.
MMRDA will be taking action against all unauthorized temples and mosques in the limit of 51 Grampanchayats in Bhiwandi taluka. The mob resulted in traffic jam on Kalyan-Bhiwandi highway causing inconvenience to citizens. Few Hindus (they have to be called as Hindus since they were born in Hindu Dharma) took a stand that if the mosque was demolished, they would demolish temples from their village and put the blame on police and MMRDA officers; therefore, the officers were confused and didn’t know what to do. (Such kind of Hindus, who don’t know the importance of temples, underline the need for ‘Dharmashikshan’ for Hindus ! – Editor, Dainik Sanatan Prabhat)
Prajapati Brahmakumari Dhyan-Mandir demolished in Kalyan !
Kalyan-Dombivali Municipal Corporation (KDMC), under its ‘B’ -ward demolished an ashram with 11 rooms constructed in unauthorized manner in Kokan colony. MHADA had transferred this plot to KDMC; but the then Commissioner Shinde of KDMC had given this plot to Prajapita Brahmakumaris. It is understood that this plot has been declared as ‘reserved’ for school and cultural art centre by KDMC. Hindus didn’t oppose in any manner when demolition work was carried out. After demolition, the workers left Shiva-pindi there and they also cut lot of trees while demolishing the structure. | english |
Most of us have gone through breakups/splits with partners, and even though relationships and their endings often have different lengths, reasons for fading of love, and sometimes "off-and-on" types of situations, there are a few things that remain static, and that pretty much boils down to what you take away from the relationship after it's over.
Whose fault was it?
When a relationship ends, it's usually for a good reason. In cases where someone was cheating, lied about something significant, or stole something from you, it's easy to find blame in the other person. However, not every relationship ends that way. I find that more often than not, people end up in sort of this breakup "grey area" where they're not really sure whose fault it was, it just ended. Sometimes that's okay, too.
The critical thing you do here when the relationship is over and you've had your potential grief period, is evaluate this situation. Could it be your own fault the relationship ended? Was it solely the other person at fault? Maybe it was a little bit of both?
Rather than instantly blaming the other person for the relationship's failure and harboring anger or sadness towards them, sometimes you have to look within, and see if you've made some mistakes as well, leading to the downfall. Take a step back from the situtation, and realize that you're not perfect, no human is. Everyone takes misteps in their life, and knowing where and how you mistepped is the key to learning from the experience. If you lived with your partner, did you do enough to help out around the house/apartment? If you didn't, did you make an effort to spend time with them and use their hobbies and interests as a guide for your actions together? Did you do what you could to make your partner feel appreciated?
These are all things you should consider before moving on and into another relationship, but remember not to turn this into a self-pity party. Your relationships may not always be what you intended, but they are always learning experiences that help you develop.
What event(s) caused the split?
Again, it's easy enough to define the cause if it's something like cheating that's quite discernable, but what about when it's not? Some people break off their relations because there's an underlying issue they don't want to discuss, or sometimes can't communicate with their partner. Maybe it's the fact that their partner is consistently messy and never cleans up after themselves, maybe there's bad and/or not enough sex, maybe they have an old ex that decided to show up in their life again, and they're feeling re-attached and don't want to cheat.
You can't always know why your partner might distance themself or break things off, but in most cases, once the relationship ends, you find out the reason. Just like finding who is to blame, evaluating the events that led up to the ending is also vital.
If you're the one that got dumped, and you did something wrong, and you weren't lucky enough to get a second chance, try your best to analyze the situation from their side. If your partner had done the same thing you did to them, would you put up with it? More importantly, in your next relationship, are you going to make the same mistake again? As mentioned above, learning where you went wrong and what you did specifically will help you avoid it in the future.
Let's say you're the one who did the dumping. Why'd you do it? Could you have communicated about the issue before just breaking it off if the relationship was worth saving? Knowing what that person did wrong will help you avoid it in the future. For example, if your partner drank too much, and was consistently drunk, picking someone that isn't interested in drinking or doesn't drink at all can help circumvent that issue entirely. If it's something less-obvious, like bad sex or a lack of them showing appreciation towards you, you NEED to communicate it in your next relationship.
How is the next person you spend your time with going to know how to keep you happy if you don't tell them what needs work? How would you know what YOU want in the next relationship, if you don't look back on your previous ones to determine what went wrong?
One of the most important things to remember about relationships in general, is that they are a constant source of self-improvement. Even if it ends, even if it was a sour ending, you can still take away something that will make you more successful the next time around. Sometimes it's an improvement to your communication skills, sometimes it's an extra boost of confidence, sometimes it was some much-needed sex advice. Everyone has to learn at their own pace, their own way. You don't wake up overnight and suddenly be the best partner ever for the rest of your life.
Taking a breakup full of anger and sadness and possible hatred, and turning it into a learning experience is a massive step in the right direction. Focusing your efforts and time on improving yourself, rather than beating yourself up over it, will also do wonders for your mood.
Remember that you are worth something. So what if your relationship ended? The person you were with was still initially with you for a reason. Sometimes people don't find their perfect relationship until their 40+ years old, and even then they're STILL learning. Humans are complex, and relationships even more so. You won't master every aspect of them in a single experience, probably not even several.
Expect some breakups, expect some disasters, but learn from them. Take what you've experienced and make your life and possible future relationships better with it.
| english |
use daml::prelude::*;
#[DamlData]
pub struct RGBA {
pub r: DamlInt64,
pub g: DamlInt64,
pub b: DamlInt64,
pub alpha: DamlInt64,
}
#[DamlVariant]
pub enum Color {
Red,
Green,
Blue,
Custom(DamlList<DamlInt64>),
Other(RGBA),
}
#[DamlData]
pub struct Circle {
pub radius: DamlNumeric10,
pub color: Color,
}
#[DamlTemplate(package_id = r"test", module_name = "Fuji.Shape")]
pub struct CircleTemplate {
pub owner: DamlParty,
pub circle: Circle,
}
#[DamlChoices]
impl CircleTemplate {
#[ReplaceCircle]
pub fn replace_circle(new_circle: Circle) {}
}
| rust |
Country Movie Streaming Watch Online. Gilbert Ivy and his wife Jewell are farmers. They seem to be working against the odds, producing no financial surplus. Gilbert has lost hope of ever becoming prosperous, but his wife decides to fight for her family.
| english |
<reponame>fossabot/lusid-sdk-java
# AccessControlledAction
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **String** | |
**action** | [**ActionId**](ActionId.md) | |
**limitedSet** | [**List<IdSelectorDefinition>**](IdSelectorDefinition.md) | | [optional]
**links** | [**List<Link>**](Link.md) | | [optional]
| markdown |
var x = 10;
flarp;
| typescript |
{"455320":{"success":true,"data":{"type":"dlc","name":"Blood and Ice","steam_appid":455320,"required_age":0,"is_free":false,"controller_support":"full","detailed_description":"Wrap yourself in ice armor to become the Lord of Cold, arm yourself with ice guns and chainsaws and let the rivers of blood spill.","about_the_game":"Wrap yourself in ice armor to become the Lord of Cold, arm yourself with ice guns and chainsaws and let the rivers of blood spill.","short_description":"Wrap yourself in ice armor to become the Lord of Cold, arm yourself with ice guns and chainsaws and let the rivers of blood spill.","fullgame":{"appid":"335700","name":"I am Weapon: Revival"},"supported_languages":"English, Russian","header_image":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/455320\/header.jpg?t=1478545024","website":null,"pc_requirements":{"minimum":"<strong>Minimum:<\/strong><br><ul class=\"bb_ul\"><li><strong>OS:<\/strong> Bit Windows 7, 8 or 10<br><\/li><li><strong>Processor:<\/strong> 2.6 GHz Intel\u00ae Core\u2122 i5-750 or 3.2 GHz AMD Phenom\u2122 II X4 955<br><\/li><li><strong>Memory:<\/strong> 4 GB RAM<br><\/li><li><strong>DirectX:<\/strong> Version 9.0<br><\/li><li><strong>Storage:<\/strong> 5 GB available space<br><\/li><li><strong>Sound Card:<\/strong> DirectX Compatible soundcard<\/li><\/ul>"},"mac_requirements":[],"linux_requirements":[],"developers":["Krealit"],"publishers":[""],"price_overview":{"currency":"USD","initial":299,"final":299,"discount_percent":0},"packages":[98479],"package_groups":[{"name":"default","title":"Buy Blood and Ice","description":"","selection_text":"Select a purchase option","save_text":"","display_type":0,"is_recurring_subscription":"false","subs":[{"packageid":98479,"percent_savings_text":"","percent_savings":0,"option_text":"Blood and Ice - $2.99","option_description":"","can_get_free_license":"0","is_free_license":false,"price_in_cents_with_discount":299}]}],"platforms":{"windows":true,"mac":false,"linux":false},"categories":[{"id":2,"description":"Single-player"},{"id":9,"description":"Co-op"},{"id":21,"description":"Downloadable Content"},{"id":28,"description":"Full controller support"},{"id":29,"description":"Steam Trading Cards"},{"id":23,"description":"Steam Cloud"}],"genres":[{"id":"1","description":"Action"},{"id":"23","description":"Indie"},{"id":"3","description":"RPG"}],"screenshots":[{"id":0,"path_thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/455320\/ss_63e78668c67fad5bea4137a86b359bac006be73d.600x338.jpg?t=1478545024","path_full":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/455320\/ss_63e78668c67fad5bea4137a86b359bac006be73d.1920x1080.jpg?t=1478545024"},{"id":1,"path_thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/455320\/ss_2cdc6df8cc376f14128873800624a409f1a53d4a.600x338.jpg?t=1478545024","path_full":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/455320\/ss_2cdc6df8cc376f14128873800624a409f1a53d4a.1920x1080.jpg?t=1478545024"},{"id":2,"path_thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/455320\/ss_d1a72183bd8f78a6c1716e327bd457f6f6d57629.600x338.jpg?t=1478545024","path_full":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/455320\/ss_d1a72183bd8f78a6c1716e327bd457f6f6d57629.1920x1080.jpg?t=1478545024"},{"id":3,"path_thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/455320\/ss_cf6c49803f60e86a2a7fe6ca72e1dff01e6bdf1e.600x338.jpg?t=1478545024","path_full":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/455320\/ss_cf6c49803f60e86a2a7fe6ca72e1dff01e6bdf1e.1920x1080.jpg?t=1478545024"},{"id":4,"path_thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/455320\/ss_ba8d181c403d81dd1db2203dcf1b4b9a6ba7ac32.600x338.jpg?t=1478545024","path_full":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/455320\/ss_ba8d181c403d81dd1db2203dcf1b4b9a6ba7ac32.1920x1080.jpg?t=1478545024"}],"movies":[{"id":256667460,"name":"Ice and blood trailer","thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/256667460\/movie.293x165.jpg?t=1469635934","webm":{"480":"http:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/256667460\/movie480.webm?t=1469635934","max":"http:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/256667460\/movie_max.webm?t=1469635934"},"highlight":true}],"release_date":{"coming_soon":false,"date":"Jul 27, 2016"},"support_info":{"url":"","email":"<EMAIL>"},"background":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/455320\/page_bg_generated_v6b.jpg?t=1478545024"}}} | json |
Sukanya Samriddhi Yojana is a special program created just for girls in India. From the moment of birth until she becomes 10, a girl's natural or legal guardian may open an account in her honor. Due to the program's guaranteed interest income and tax deductions, parents will be able to secure their female child's financial future while also helping to pay her marriage and/or further education.
India's monsoon has started to withdraw from the country, eight days later than usual, according to the India Meteorological Department. The late retreat of the monsoon has been occurring for the past 13 years, and any delay in its withdrawal can impact agricultural production. India has received less rainfall than normal this monsoon season, with 780.3 mm compared to a normal of 832.4 mm. A normal monsoon was predicted for India, although El Nino conditions could affect the latter half of the season.
Customers can now withdraw cash seamlessly from ICCW-enabled ATMs of any bank by using the 'UPI QR Cash' functionality. The transaction will be facilitated through a single-use dynamic QR code displayed on the ATM screen without using a PIN or a physical debit card.
The data showed that FPIs were net sellers in all the months barring June when they had invested Rs 13,269 crore. The net outflow stood at Rs 9,435 crore in April, Rs 2,666 crore in May and Rs 7,273 in July. "What is encouraging during the first four months is the fact that the number of new investor registrations in India is up 2.5 times year on year as per data released by the NSE," said S Ranganathan, head of research at LKP Securities.
The mobile ATMs will offer all the services that are available at normal ATMs. Apart from cash withdrawals, key services which can be availed by customers are transfer of funds to registered payees, change of PIN, recharge of pre-paid mobiles, fixed deposits, cardless cash withdrawals among others, as per the press release issued on behalf of the bank.
Johnson -- then married to his second wife, with whom he has four children -- had initially dismissed the tabloid allegations of a four-year fling with another woman as "an inverted pyramid of piffle".
Elaborating on the war and its happenings, he said that Pakistan was in a dominating position in five different fronts in the war, and that the then-prime minister was briefed on the situation at least two times.
| english |
Francis Babeuf (1760-1797) • Believed in “real equality” for all citizens. • Wanted to eliminate private property along with control of goods and state-sponsored employment programs. • He was not well liked and eventually was executed in 1797.
Claude Henri de Saint Simon (1760-1825) • Was born into a noble family in 1760. • Fought on the Americans side during the Revolutionary War. • He believed that social cooperation and planning led by well educated elite would benefit society. • Saint Simon wrote “The New Christianity” which criticized both Christianity and Protestantism for not dealing with the issues of poverty. • His most significant contribution was linking industrial growth to general social improvement.
Charles Fourier (1768-1830) • Was the most visionary of the Utopian socialist. • He wanted a complete transformation of society. • He wanted to assign jobs according to ability and passion; children would be brought up and educated and citizens would get to choose their careers. • His vision only happened for a group of 1,600 people, but didn’t continue for long.
Robert Owen (1771-1858) • Believed that cooperation rather than competition would create a profit in businesses. • He owned a cotton mill in New Lanark. • The workers at the mill were provided with: • Education for their children • Hygienic surroundings • Apartments • Owens plans did not last long, but they did influence the Soviet Union to Fiat’s factory city of Turin, Italy later on.
| english |
<reponame>truthiswill/intellij-community<filename>java/java-tests/testData/codeInsight/daemonCodeAnalyzer/genericsHighlighting8/IDEA86875.java
interface Base<E> {}
interface Base2<E> {}
class A<E extends Cloneable> {
<P, K extends Base<E>&Base2<P>> void m(K k, P p) {
E e = null;
m(k, e);
}
void m(Base<E> k, E e) {}
}
| java |
<gh_stars>0
{"images":["http://www.seriouslyfish.com/wp-content/uploads/2012/03/tetraodon_palembangensis_1-288x192.jpg","http://www.seriouslyfish.com/wp-content/uploads/2012/03/tetraodon_palembangensis_2-288x192.jpg"],"distribution":["","Thailand, Laos, Malaysia and Indonesia."],"habitat":["","Inhabits freshwater streams, slow-moving rivers and ponds."],"maintenance":["","This species appreciates cover as unlike some other species of predatory puffers it doesn\u2019t tend to burrow into the substrate. Pieces of driftwood, large rocks and clay flowerpots are all suitable for this. It can be kept in a planted setup without problems, although plants aren\u2019t essential. Like all puffers, it\u2019s very sensitive to deteriorating water conditions, so regular partial water changes are a must."],"diet":["","Relishes all kinds of shellfish, as well as worms and other live and frozen foods. It should be fed snails and unshelled shellfish (such as crab legs, mussels etc.) regularly, in order to maintain its sharp teeth. As with other puffers, their teeth grow continuously and become a problem for the fish if they\u2019re not kept ground down. It\u2019s sometimes a little reluctant to accept dead foods initially, but can usually be weaned onto them with a little patience. Due to its inactive nature it doesn\u2019t need daily feeding. Every other day is fine for juvenile fish, while adults require only one or two feeds a week."],"behaviour":["","Unsuitable for the community tank due to its piscivorous nature. It can sometimes be kept with similarly sized or larger, active species such as bigger characins or cyprinids, but the risk is always there.","Surprisingly, while best kept as a single specimen, it\u2019s not especially hostile towards its own kind and several can be maintained in a large tank as long as plenty of hiding places and visual barriers are provided. Some squabbles will inevitably occur, so do keep a close eye on proceedings if you decide on a group."],"reproduction":["","Has occured in aquaria, albeit very rarely. The fish is a substrate spawner, with the eggs being laid in a pre-excavated pit within a cave. After spawning the male takes care of the eggs until they hatch, at which point the adult fish should be removed. The fry can be fed brine shrimp nauplii and even bloodworm from birth. They\u2019re quite belligerent with one another so plenty of cover is required."],"create_time":1426714046.02383}
| json |
The journey began in 2009 when an antiviral drug called remdesivir was discovered at Gilead Sciences in California to treat Hepatitis C. Unfortunately, the drug never worked and remained in closed research till 2014. The spread of Ebola in urban West Africa prompted Gilead to repurpose this old compound. In 2015, the Centers for Disease Control and Prevention in Atlanta tested remdesivir on rhesus monkeys and found that it blocked the Ebola virus. But before the drug could be approved for compassionate use, the disease itself vanished. In 2018, Ebola resurfaced in Congo and this time, remdesivir got so far as to be listed as one of the four drugs for trials by WHO (World Health Organization). But it was, much to Gilead’s dismay, the least effective of the four, with more than half of those who received it eventually succumbing to Ebola.
But the story is far from over. Instead of being relegated to the forgotten pages of laboratory records, remdesivir was repurposed for a third time—this year. Promoted by Donald Trump as a ‘promising’ cure for COVID-19, it became a frontrunner overnight. Over the years, the US has invested significantly in the development of this drug. Researchers and doctors hope that it will play a role in stopping virus replication, mostly by tricking the pathogen. Remdesivir is a prodrug and is inactive at the time of administration. Once the compound comes in contact with a human cell, it becomes active as remdesivir triphosphate. This remdesivir triphosphate is similar to adenosine triphosphate, which is produced when the virus replicates its genome. When the Covid virus starts to infect human cells, it mistakenly incorporates remdesivir triphosphate into copies of its RNA. By slotting an incorrect compound, the RNA synthesis process gets stalled.
Trials for remdesivir have been ongoing for almost a month now, with some preliminary results being released in June. Based on these new findings, on June 2, India’s Central Drugs Standard Control Organisation (CDSCO) approved the drug for use amongst severe Covid cases. “The Drug Controller General of India (DCGI) gave emergency use permission for remdesivir based on evidence provided by the company to support its use against COVID-19,” Lav Agarwal, joint secretary in the Union ministry of health and family welfare, announced at a press conference on June 3. While several drugs are being tested for their efficacy against Covid, remdesivir is one of the few to have shown promise in Stage 3 of SIMPLE (shockless implant evaluation) human trials.
However, the drug has also been questioned by the global medical community. In April, results of a ‘gold standard’ trial of 237 patients by WHO was posted on its website. It was later removed, but the study had shown that amongst those treated with remdesivir, the drug did not work. There was another trial of the drug in China, on patients with severe COVID-19 symptoms. In this trial, 158 patients were randomly assigned to be treated with remdesivir while 79 others had standard care with a placebo instead. There was no difference between the groups with respect to recovery time. Just under 14 per cent of those on remdesivir died, compared with nearly 13 per cent of those not taking the drug.
Trials aside, the drug has also not been tested on people with milder illness. Its possible side-effects include inflammation of the liver and infusion-related issues, such as nausea, vomiting, sweating, shivering and low blood pressure. The Gilead SIMPLE trials showed patients generally tolerated the drug, the most common side-effects being nausea, diarrhoea and headaches. “It has shown some promise, as per the Gilead study, but we need to see the efficacy of the drug in India, across ages, symptoms and ethnicity,” says Dr T. V. Narayana, chairman of the Indian Pharmaceutical Association.
Perhaps it is the conflict in studies and absence of results in an Indian scenario that has prompted CDSCO to adopt caution. For now, remdesivir will only be used in hospital or institutional settings, and all adverse reactions are to be reported to the drug controller within a month, alongside surveillance reports of treatment status. All additional clinical trial results also have to be provided within nine months. In India, Gilead has given voluntary licence for production of remdesivir to Cipla, Jubilant Life Sciences, Hetero Drugs and Mylan, under a royalty-free arrangement, till an alternative drug is found. Formal guidelines for its usage by hospitals are yet to be released by the Union health ministry. | english |
{"vissense.js":"<KEY>,"vissense.min.js":"<KEY>} | json |
<reponame>tienlong3011/FindJob-FE
export class ForwardApply{
idUser: any;
idCompany:any;
constructor(idUser: any, idCompany: any) {
this.idUser = idUser;
this.idCompany = idCompany;
}
}
| typescript |
{"p2.xlarge":{"hourly_rate":0.0,"upfront_rate":21652.0},"p2.8xlarge":{"hourly_rate":0.0,"upfront_rate":168360.0},"m4.16xlarge":{"hourly_rate":0.0,"upfront_rate":33085.0},"r5d.24xlarge":{"hourly_rate":0.0,"upfront_rate":75703.0},"i3.large":{"hourly_rate":0.0,"upfront_rate":2662.0},"r4.2xlarge":{"hourly_rate":0.0,"upfront_rate":6127.0},"r4.xlarge":{"hourly_rate":0.0,"upfront_rate":3410.0},"m5d.xlarge":{"hourly_rate":0.0,"upfront_rate":3119.0},"c5.9xlarge":{"hourly_rate":0.0,"upfront_rate":16493.0},"c5d.9xlarge":{"hourly_rate":0.0,"upfront_rate":18884.0},"t3.nano":{"hourly_rate":0.0,"upfront_rate":149.0},"d2.8xlarge":{"hourly_rate":0.0,"upfront_rate":59315.0},"c4.8xlarge":{"hourly_rate":0.0,"upfront_rate":18301.0},"c5d.2xlarge":{"hourly_rate":0.0,"upfront_rate":4736.0},"r5.4xlarge":{"hourly_rate":0.0,"upfront_rate":12158.0},"t2.xlarge":{"hourly_rate":0.0,"upfront_rate":2607.0},"t3.xlarge":{"hourly_rate":0.0,"upfront_rate":2913.0},"t3.2xlarge":{"hourly_rate":0.0,"upfront_rate":4879.0},"p2.16xlarge":{"hourly_rate":0.0,"upfront_rate":336025.0},"c5d.large":{"hourly_rate":0.0,"upfront_rate":1705.0},"i3.8xlarge":{"hourly_rate":0.0,"upfront_rate":32176.0},"t2.small":{"hourly_rate":0.0,"upfront_rate":796.0},"t2.large":{"hourly_rate":0.0,"upfront_rate":1650.0},"t3.large":{"hourly_rate":0.0,"upfront_rate":1456.0},"c5d.18xlarge":{"hourly_rate":0.0,"upfront_rate":37075.0},"i3.2xlarge":{"hourly_rate":0.0,"upfront_rate":8564.0},"r5.12xlarge":{"hourly_rate":0.0,"upfront_rate":33636.0},"r5d.2xlarge":{"hourly_rate":0.0,"upfront_rate":7609.0},"c5.4xlarge":{"hourly_rate":0.0,"upfront_rate":7716.0},"c5d.xlarge":{"hourly_rate":0.0,"upfront_rate":2715.0},"c5.large":{"hourly_rate":0.0,"upfront_rate":1572.0},"c4.xlarge":{"hourly_rate":0.0,"upfront_rate":2895.0},"c4.4xlarge":{"hourly_rate":0.0,"upfront_rate":9497.0},"t3.medium":{"hourly_rate":0.0,"upfront_rate":1024.0},"m5d.12xlarge":{"hourly_rate":0.0,"upfront_rate":29794.0},"r5d.xlarge":{"hourly_rate":0.0,"upfront_rate":4278.0},"r5.xlarge":{"hourly_rate":0.0,"upfront_rate":3867.0},"r4.16xlarge":{"hourly_rate":0.0,"upfront_rate":44156.0},"m4.large":{"hourly_rate":0.0,"upfront_rate":1706.0},"x1.16xlarge":{"hourly_rate":0.0,"upfront_rate":51014.0},"t2.micro":{"hourly_rate":0.0,"upfront_rate":341.0},"m5d.large":{"hourly_rate":0.0,"upfront_rate":1906.0},"c4.large":{"hourly_rate":0.0,"upfront_rate":1794.0},"m5.xlarge":{"hourly_rate":0.0,"upfront_rate":2720.0},"r5.2xlarge":{"hourly_rate":0.0,"upfront_rate":6788.0},"m5.24xlarge":{"hourly_rate":0.0,"upfront_rate":49310.0},"m4.10xlarge":{"hourly_rate":0.0,"upfront_rate":20938.0},"r5.metal":{"hourly_rate":0.0,"upfront_rate":65853.0},"x1.32xlarge":{"hourly_rate":0.0,"upfront_rate":101334.0},"c4.2xlarge":{"hourly_rate":0.0,"upfront_rate":5096.0},"d2.4xlarge":{"hourly_rate":0.0,"upfront_rate":30006.0},"r4.8xlarge":{"hourly_rate":0.0,"upfront_rate":22425.0},"m5.2xlarge":{"hourly_rate":0.0,"upfront_rate":4745.0},"m4.2xlarge":{"hourly_rate":0.0,"upfront_rate":4743.0},"d2.2xlarge":{"hourly_rate":0.0,"upfront_rate":15350.0},"m5.large":{"hourly_rate":0.0,"upfront_rate":1707.0},"r5d.large":{"hourly_rate":0.0,"upfront_rate":2139.0},"r5d.4xlarge":{"hourly_rate":0.0,"upfront_rate":13799.0},"d2.xlarge":{"hourly_rate":0.0,"upfront_rate":8025.0},"m5.4xlarge":{"hourly_rate":0.0,"upfront_rate":8797.0},"t3.micro":{"hourly_rate":0.0,"upfront_rate":203.0},"r5d.metal":{"hourly_rate":0.0,"upfront_rate":75703.0},"r5.24xlarge":{"hourly_rate":0.0,"upfront_rate":65853.0},"m5.12xlarge":{"hourly_rate":0.0,"upfront_rate":25002.0},"m5d.metal":{"hourly_rate":0.0,"upfront_rate":58894.0},"i3.xlarge":{"hourly_rate":0.0,"upfront_rate":4629.0},"i3.16xlarge":{"hourly_rate":0.0,"upfront_rate":63658.0},"m5d.4xlarge":{"hourly_rate":0.0,"upfront_rate":10394.0},"c5.2xlarge":{"hourly_rate":0.0,"upfront_rate":4205.0},"t2.2xlarge":{"hourly_rate":0.0,"upfront_rate":4519.0},"m5.metal":{"hourly_rate":0.0,"upfront_rate":49310.0},"m4.4xlarge":{"hourly_rate":0.0,"upfront_rate":8792.0},"c5.18xlarge":{"hourly_rate":0.0,"upfront_rate":32291.0},"c5.xlarge":{"hourly_rate":0.0,"upfront_rate":2449.0},"r5d.12xlarge":{"hourly_rate":0.0,"upfront_rate":38561.0},"c5d.4xlarge":{"hourly_rate":0.0,"upfront_rate":8779.0},"m5d.2xlarge":{"hourly_rate":0.0,"upfront_rate":5544.0},"r5.large":{"hourly_rate":0.0,"upfront_rate":1934.0},"m5d.24xlarge":{"hourly_rate":0.0,"upfront_rate":58894.0},"r4.large":{"hourly_rate":0.0,"upfront_rate":2052.0},"t3.small":{"hourly_rate":0.0,"upfront_rate":513.0},"t2.nano":{"hourly_rate":0.0,"upfront_rate":271.0},"t2.medium":{"hourly_rate":0.0,"upfront_rate":1172.0},"i3.4xlarge":{"hourly_rate":0.0,"upfront_rate":16435.0},"r4.4xlarge":{"hourly_rate":0.0,"upfront_rate":11560.0},"m4.xlarge":{"hourly_rate":0.0,"upfront_rate":2718.0}} | json |
<reponame>DarkRebel/myrobotlab<filename>src/org/myrobotlab/service/_TemplateService.java
package org.myrobotlab.service;
import org.myrobotlab.framework.Service;
import org.myrobotlab.logging.Level;
import org.myrobotlab.logging.LoggerFactory;
import org.myrobotlab.logging.LoggingFactory;
import org.slf4j.Logger;
public class _TemplateService extends Service {
private static final long serialVersionUID = 1L;
public final static Logger log = LoggerFactory.getLogger(_TemplateService.class);
public _TemplateService(String n) {
super(n);
}
@Override
public String getDescription() {
return "used as a general template";
}
public static void main(String[] args) {
LoggingFactory.getInstance().configure();
LoggingFactory.getInstance().setLevel(Level.WARN);
_TemplateService template = new _TemplateService("template");
template.startService();
Runtime.createAndStart("gui", "GUIService");
/*
* GUIService gui = new GUIService("gui"); gui.startService();
*
*/
}
}
| java |
<filename>src/main/resources/fabric.mod.json<gh_stars>1-10
{
"schemaVersion": 1,
"id": "redstonetweaks",
"version": "${version}",
"name": "Redstone Tweaks",
"description": "Customize your redstone experience!",
"authors": [
"Space Walker"
],
"contributors": [
"G4me4u"
],
"contact": {
"homepage": "https://modrinth.com/mod/redstonetweaks",
"sources": "https://github.com/SpaceWalkerRS/redstone-tweaks",
"issues": "https://github.com/SpaceWalkerRS/redstone-tweaks/issues"
},
"license": "MIT License",
"icon": "assets/redstonetweaks/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"redstonetweaks.RedstoneTweaks"
]
},
"mixins": [
"redstonetweaks.mixins.json"
],
"depends": {
"minecraft": "1.16.x"
},
"custom": {
"modmenu": {
"links": {
"modmenu.discord": "https://discord.gg/EJC9zkX"
}
},
"lithium:options": {
"mixin.world.tick_scheduler": false,
"mixin.block.moving_block_shapes": false
}
}
}
| json |
package softuni.workshop.data.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import softuni.workshop.data.entities.Company;
import java.util.Optional;
@Repository
public interface CompanyRepository extends JpaRepository<Company, Integer> {
Optional<Company> findByName(String name);
}
| java |
"""create pipeline_retries table
Revision ID: d04cf726555d
Revises: <PASSWORD>
Create Date: 2021-09-02 13:04:36.053768
"""
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = 'd04cf726555d'
down_revision = '<PASSWORD>'
branch_labels = None
depends_on = None
def upgrade():
op.create_table(
'pipeline_retries',
sa.Column('pipeline_id', sa.String, primary_key=True),
sa.Column('number_of_error_statuses', sa.Integer, nullable=False)
)
op.create_foreign_key('fk_pipeline_retries_pipeline', 'pipeline_retries', 'pipelines', ['pipeline_id'], ['name'])
def downgrade():
op.drop_table('pipeline_retries')
| python |
package entity
import (
"github.com/wjpxxx/letgo/lib"
)
type SetInvoiceNumberDataResponseEntity struct{
OrderItemId int64 `json:"order_item_id"`
InvoiceNumber string `json:"invoice_number"`
}
func (g SetInvoiceNumberDataResponseEntity) String() string {
return lib.ObjectToString(g)
}
| go |
<filename>timelines.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<!-- Icons Grid -->
<section class="features-icons bg-light text-center">
<div class="container">
<div class="content-section-heading text-center">
<h3 class="text-secondary mb-0">Services</h3>
<h2 class="mb-5">What We Offer</h2>
</div>
<hr class="divider my-4">
<div class="row">
<div class="col-lg-4">
<div class="features-icons-item mx-auto mb-5 mb-lg-0 mb-lg-3">
<div class="features-icons-icon d-flex">
<!-- <i class="icon-screen-desktop m-auto text-primary"></i> -->
<i class="fas fa-4x fa-toolbox text-primary m-auto"></i>
</div>
<h3>SI/SM</h3>
<p class="lead mb-0">공공기관, 연구소, 기업 등 다양한 업무환경에 맞는 최적의 IT 시스템 구축과 통합 관리 서비스를 제공합니다.</p>
</div>
</div>
<div class="col-lg-4">
<div class="features-icons-item mx-auto mb-5 mb-lg-0 mb-lg-3">
<div class="features-icons-icon d-flex">
<!-- <i class="icon-layers m-auto text-primary"></i> -->
<i class="fas fa-4x fa-handshake text-primary m-auto"></i>
</div>
<h3>컨설팅</h3>
<p class="lead mb-0">축적된 노하우와 네트워크를 바탕으로 정보화 전략 수립 및 실행 프로세스 혁신에 신뢰성 높은 정보를 제공합니다.</p>
</div>
</div>
<div class="col-lg-4">
<div class="features-icons-item mx-auto mb-0 mb-lg-3">
<div class="features-icons-icon d-flex">
<!-- <i class="icon-check m-auto text-primary"></i> -->
<i class="fas fa-4x fa-chalkboard-teacher text-primary m-auto"></i>
</div>
<h3>교육</h3>
<p class="lead mb-0">신입 SW 엔지니어 양성과 현업 SW 엔지니어 향상을 위한 최적의 SW 역랑 강화 교육을 제공합니다.</p>
</div>
</div>
</div>
</div>
</section>
<section class="page-section" id="portfolio">
<div class="container timeline1">
<div class="content-section-heading text-center">
<h3 class="text-secondary mb-0">History</h3>
<h2 class="mb-5">What We've Done</h2>
</div>
<hr class="divider my-4">
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/1.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2017 H1</h4>
<!-- <h4 class="subheading">회사 설립</h4> -->
</div>
<div class="timeline-body">
<p class="text-muted">
<ul>
<li>차세대 의약품통합정보시스템 구축</li>
<li>국세청 엔티스(NTIS)신규개발 통합</li>
<li>신협중앙회 비대면 실명인증 시스템 구축 </li>
<li>연구비 집행 통합모니터링 시스템 구축</li>
<li>국민신문고 시스템 기능 고도화</li>
</ul>
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/2.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2017 H2</h4>
<!-- <h4 class="subheading">An Agency is Born</h4> -->
</div>
<div class="timeline-body">
<p class="text-muted">
<ul>
<li>산림청 스마트 산림 재해</li>
<li>문화재청 문화유산 정보서비스 개발</li>
<li>다국어포털 및 홈페이지 G-클라우드 전환</li>
<li>서울신용보증재단 정보시스템 통합유지보수</li>
<li>신협위혐 기반 자금세탁방지 시스템 구축</li>
<li>산림조합중앙회 통합 단말 구축</li>
<li>KT클릭카드 유지보수</li>
<li>신협중앙회 프로젝트 관리시스템 구축</li>
</ul>
</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/3.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2018 H1</h4>
<!-- <h4 class="subheading">Transition to Full Service</h4> -->
</div>
<div class="timeline-body">
<p class="text-muted">
<ul>
<li>문화재청 문화유산 정보서비스 개발</li>
<li>전기안전공사 SLA기반 정보시스템 통합 유지관리</li>
<li>국세청NTS 운영 및 유지보수</li>
<li>차세대 임대주택관리시스템 구축</li>
<li>정부청사관리본부 정보시스템 통합유지보수</li>
<li>식약처식의약품 기능개선 및 유지보수</li>
<li>롯데멤버스 유지보수</li>
<li>차세대 의약품통합정보시스템 구축</li>
<li>국세청 엔티스(ntis) 신규개발 통합</li>
<li>온나라 문서 및 문서유통 시스템 유지관리</li>
<li>차세대 공직윤리종합정보시스템 구축</li>
<li>한국고용정보원 MDM 및 바로원시스템 유지관리</li>
</ul>
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/4.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2018 H2</h4>
<!-- <h4 class="subheading">Phase Two Expansion</h4> -->
</div>
<div class="timeline-body">
<p class="text-muted">
<ul>
<li>연구비 집행 통합모니터링 시스템 고도화</li>
<li>국민신문고 시스템 기능고도화</li>
<li>교육부 정보시스템 개발 지원</li>
<li>축산물평가원 축산물 유통정보 및 등급 시스템 구축</li>
<li>기업 집단 포털시스템 고도화</li>
<li>소상공인시장진흥공단 정보시스템 통합 기능 고도화</li>
<li>농업 경영체 지원 사업 통합관리시스템구축</li>
<li>BC카드 차세대 시스템 구축</li>
<li>한국전력연구원예지형배전설비 자산관리 시스템구축</li>
<li>국가산림정보화 통합체계 4차 구축</li>
<li>축산물품질평가원 차세대 이력제 시스템 구축</li>
<li>국방과학연구소 정보체계 통합유지관리</li>
<li>범부처 연구비 통합 관리시스템 구축</li>
</ul>
</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/3.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2019 H1</h4>
<!-- <h4 class="subheading">Transition to Full Service</h4> -->
</div>
<div class="timeline-body">
<p class="text-muted">
<ul>
<li>전력SW 플랫폼 2단계 개발</li>
<li>한국화학연구원 차세대 통합정보시스템 개발</li>
<li>근로장려금 확대 및 반기 지급 시스템 개발</li>
<li>차세대 지방교육행,재정 통합시스템 구축</li>
<li>국세청 엔티스(NTIS) 운영 및 유지보수</li>
<li>K-water 실시간 수도정보시스템 고도화 개발</li>
<li>대통령기록물 정보화시스템 통합유지보수</li>
<li>철도시설 이력관리 종합정보시스템 구축</li>
<li>국토교통부 통계누리 위탁 운영</li>
<li>통합국가 보훈정보시스템 구축</li>
<li>기능정보 기반 차세대 국민신문고 구축</li>
<li>행정심판 허브시스템 운영</li>
<li>스마트워크 2-3단계 한화증권, 한화건설(협업포탈)구축</li>
<li>차세대 의약품통합정보시스템 구축</li>
<li>보건복지부 복지부행정처분 기능개선</li>
<li>고용노동통계조사 정보시스템 유지관리 및 위탁</li>
<li>수자원공사 정보시스템 운영 및 유지보수</li>
<li>관세행정 통합위험관리 모델 개발</li>
<li>차세대 공직윤리종합정보시스템 구축</li>
<li>차세대 의약품통합정보시스템 구축 개발</li>
</ul>
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/4.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2019 H2</h4>
<!-- <h4 class="subheading">Phase Two Expansion</h4> -->
</div>
<div class="timeline-body">
<p class="text-muted">
<ul>
<li>지능형 수입식품 통합시스템 구축</li>
<li>정책포털시스템G-클라우드 전환 및 고도화</li>
<li>철도시설 유지보수이력 데이터베이스 구축 및 공간정보시스템 시범 구축</li>
<li>연구비 집행 통합모니터링 시스템 구축</li>
<li>대통령기록포털 서비스 강화</li>
</ul>
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4>Be Part
<br>Of Our
<br>Story!</h4>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="page-section" id="portfolio">
<!-- <script src="https://use.typekit.net/bkt6ydm.js"></script> -->
<!-- <script>try{Typekit.load({ async: true });}catch(e){}</script> -->
<!-- <header class="example-header">
<h1 class="text-center">Simple Responsive Timeline</h1>
<p>Handcrafted by <a href="http://overflowdg.com" target="_blank">Overflow</a></p>
</header> -->
<div class="container timeline3">
<div class="row example-centered">
<!-- <div class="col-md-12 example-title">
<h2>Centered Timeline</h2>
<p>Medium devices (desktops, 992px and up).</p>
</div> -->
<div class="col-xs-10 offset-xs-1 col-sm-8 offset-sm-2">
<ul class="timeline timeline-centered">
<li class="timeline-item period">
<div class="timeline-info"></div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<h2 class="timeline-title">2017</h2>
</div>
</li>
<li class="timeline-item">
<div class="timeline-info">
<span>01-06, 2017</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<!-- <h3 class="timeline-title">Event Title</h3> -->
<!-- <p> -->
<ol>
<li value="02">차세대 의약품통합정보시스템 구축</li>
<li value="03">국세청 엔티스(NTIS)신규개발 통합</li>
<li value="04">신협중앙회 비대면 실명인증 시스템 구축</li>
<li value="05">연구비 집행 통합모니터링 시스템 구축</li>
<li value="06">국민신문고 시스템 기능 고도화</li>
</ol>
<!-- </p> -->
</div>
</li>
<li class="timeline-item">
<div class="timeline-info">
<span>07-12, 2017</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<!-- <h3 class="timeline-title">Event Title</h3> -->
<ol>
<li value="07">산림청 스마트 산림 재해</li>
<li value="08">문화재청 문화유산 정보서비스 개발<br>다국어포털 및 홈페이지 G-클라우드 전환</li>
<li value="09">서울신용보증재단 정보시스템 통합유지보수<br>신협 위험기반 자금세탁방지 시스템 구축</li>
<li value="11">산림조합중앙회 통합 단말 구축</li>
<li value="12">KT클릭카드 유지보수<br>신협중앙회 프로젝트 관리시스템 구축</li>
</ol>
</div>
</li>
<li class="timeline-item period">
<div class="timeline-info"></div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<h2 class="timeline-title">2018</h2>
</div>
</li>
<li class="timeline-item">
<div class="timeline-info">
<span>01-06, 2018</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<!-- <h3 class="timeline-title">Event Title</h3> -->
<ol>
<li value="01">문화재청 문화유산 정보서비스 개발<br>전기안전공사 SLA기반 정보시스템 통합 유지관리<br>국세청 NTS 운영 및 유지보수<br>차세대 임대주택관리시스템 구축</li>
<li value="02">정부청사관리본부 정보시스템 통합유지보수</li>
<li value="03">식약처 식의약품 기능개선 및 유지보수<br>롯데멤버스 유지보수</li>
<li value="04">차세대 의약품통합정보시스템 구축<br>국세청 엔티스(ntis) 신규개발 통합<br>온나라 문서 및 문서유통 시스템 유지관리</li>
<li value="05">차세대 공직윤리종합정보시스템 구축<br>한국고용정보원 MDM 및 바로원시스템 유지관리</li>
</ol>
</div>
</li>
<li class="timeline-item">
<div class="timeline-info">
<span>07-12, 2018</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<!-- <h3 class="timeline-title">Event Title</h3> -->
<ol>
<li value="08">연구비 집행 통합모니터링 시스템 고도화<br>국민신문고 시스템 기능고도화<br>교육부 정보시스템 개발 지원<br>축산물평가원 축산물 유통정보 및 등급 시스템 구축<br>기업 집단 포털시스템 고도화</li>
<li value="09">소상공인시장진흥공단 정보시스템 통합 기능 고도화<br>농업 경영체 지원 사업 통합관리시스템 구축</li>
<li value="11">국가산림정보화 통합체계 4차 구축</li>
<li value="12">축산물품질평가원 차세대 이력제 시스템 구축<br>국방과학연구소 정보체계 통합유지관리<br>범부처 연구비 통합 관리시스템 구축</li>
</ol>
</div>
</li>
<li class="timeline-item period">
<div class="timeline-info"></div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<h2 class="timeline-title">2019</h2>
</div>
</li>
<li class="timeline-item">
<div class="timeline-info">
<span>01-06, 2019</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<!-- <h3 class="timeline-title">Event Title</h3> -->
<ol>
<li value="01">전력SW 플랫폼 2단계 개발
<br>한국화학연구원 차세대 통합정보시스템 개발
<br>근로장려금 확대 및 반기 지급 시스템 개발
<br>차세대 지방교육행,재정 통합시스템 구축
<br>국세청 엔티스(NTIS) 운영 및 유지보수
<br>K-water 실시간 수도정보시스템 고도화 개발
<br>대통령기록물 정보화시스템 통합유지보수
</li>
<li value="02">철도시설 이력관리 종합정보시스템 구축<br>국토교통부 통계누리 위탁 운영</li>
<li value="03">통합국가 보훈정보시스템 구축<br>기능정보 기반 차세대 국민신문고 구축</li>
<li value="04">행정심판 허브 시스템 운영<br>스마트워크 2-3단계 한화증권, 한화건설(협업포탈) 구축<br>차세대 의약품통합정보시스템 구축<br>보건복지부 복지부행정처분 기능개선</li>
<li value="05">고용노동통계조사 정보시스템 유지관리 및 위탁 운영
<br>수자원공사 정보시스템 운영 및 유지보수
<br>관세행정 통합위험관리 모델 개발
<br>차세대 공직윤리종합정보시스템 구축
<br>차세대 의약품통합정보시스템 구축 개발
</li>
</ol>
</div>
</li>
<li class="timeline-item">
<div class="timeline-info">
<span>07-12, 2019</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<!-- <h3 class="timeline-title">Event Title</h3> -->
<ol>
<li value="07">지능형 수입식품 통합시스템 구축
<br>정책포털시스템G-클라우드 전환 및 고도화 사업
<br>철도시설 유지보수이력 데이터베이스 및 공간정보시스템 시범 구축
<br>연구비 집행 통합모니터링 시스템 구축
<br>대통령기록포털 서비스 강화 사업
</li>
</ol>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="page-section" id="portfolio">
<div class="container timeline4">
<!-- <div class="header">
<svg xmlns="http://www.w3.org/2000/svg" height="64" width="64">
<defs>
<linearGradient id="verlauf" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="orange" />
<stop offset="100%" stop-color="chocolate" />
</linearGradient>
</defs>
<path fill="url(#verlauf)" d="M63.04 39.74C58.764 56.885 41.4 67.318 24.256 63.043 7.12 58.768-3.313 41.404.962 24.262 5.234 7.117 22.597-3.318 39.737.957 56.88 5.23 67.313 22.597 63.04 39.74z"/>
<path fill="#FFF" d="M46.11 27.44c.636-4.257-2.606-6.546-7.04-8.073l1.44-5.768-3.512-.876-1.4 5.616c-.923-.23-1.87-.447-2.813-.662l1.41-5.653-3.51-.875-1.438 5.766c-.764-.174-1.514-.346-2.242-.527l.004-.02-4.843-1.208-.934 3.75s2.605.597 2.55.634c1.422.355 1.68 1.296 1.636 2.042l-1.64 6.57c.1.026.226.062.366.118l-.37-.092-2.297 9.205c-.175.43-.616 1.08-1.61.833.035.05-2.552-.637-2.552-.637l-1.743 4.02 4.57 1.138c.85.213 1.682.436 2.502.646l-1.453 5.834 3.507.875 1.44-5.773c.958.26 1.888.5 2.798.726l-1.434 5.745 3.51.875 1.454-5.823c5.987 1.133 10.49.676 12.384-4.74 1.527-4.36-.076-6.874-3.226-8.514 2.294-.53 4.022-2.038 4.483-5.155zm-8.023 11.25c-1.085 4.36-8.426 2.003-10.806 1.412l1.93-7.73c2.38.595 10.01 1.77 8.877 6.318zm1.086-11.312c-.99 3.966-7.1 1.95-9.082 1.457l1.75-7.01c1.98.494 8.364 1.416 7.333 5.553z"/>
</svg>
<h1>History of bitcoin</h1>
<h2>A timeline that shows bitcoin History from the idea all the way to present day.</h2>
</div> -->
<div class="item">
<div id="timeline">
<div>
<section class="year">
<h3>2017</h3>
<section>
<h4>January - June</h4>
<ul>
<li value="02">차세대 의약품통합정보시스템 구축</li>
<li value="03">국세청 엔티스(NTIS)신규개발 통합</li>
<li value="04">신협중앙회 비대면 실명인증 시스템 구축</li>
<li value="05">연구비 집행 통합모니터링 시스템 구축</li>
<li value="06">국민신문고 시스템 기능 고도화</li>
</ul>
</section>
<section>
<h4>July - December</h4>
<ul>
<li value="07">산림청 스마트 산림 재해</li>
<li value="08">문화재청 문화유산 정보서비스 개발<li>다국어포털 및 홈페이지 G-클라우드 전환</li>
<li value="09">서울신용보증재단 정보시스템 통합유지보수<li>신협 위험기반 자금세탁방지 시스템 구축</li>
<li value="11">산림조합중앙회 통합 단말 구축</li>
<li value="12">KT클릭카드 유지보수<li>신협중앙회 프로젝트 관리시스템 구축</li>
</ul>
</section>
</section>
<section class="year">
<h3>2018</h3>
<section>
<h4>January</h4>
<ul>
<li value="01">문화재청 문화유산 정보서비스 개발</li>
<li>전기안전공사 SLA기반 정보시스템 통합 유지관리</li>
<li>국세청 NTS 운영 및 유지보수</li>
<li>차세대 임대주택관리시스템 구축</li>
</ul>
</section>
<section>
<h4>February</h4>
<ul>
<li value="02">정부청사관리본부 정보시스템 통합유지보수</li>
</ul>
</section>
<section>
<h4>March</h4>
<ul>
<li value="03">식약처 식의약품 기능개선 및 유지보수</li>
<li>롯데멤버스 유지보수</li>
</ul>
</section>
<section>
<h4>April</h4>
<ul>
<li value="04">차세대 의약품통합정보시스템 구축</li>
<li>국세청 엔티스(ntis) 신규개발 통합</li>
<li>온나라 문서 및 문서유통 시스템 유지관리</li>
</ul>
</section>
<section>
<h4>May</h4>
<ul>
<li value="05">차세대 공직윤리종합정보시스템 구축
<li>한국고용정보원 MDM 및 바로원시스템 유지관리</li>
</ul>
</section>
<section>
<h4>August</h4>
<ul>
<li value="08">연구비 집행 통합모니터링 시스템 고도화</li>
<li>국민신문고 시스템 기능고도화</li>
<li>교육부 정보시스템 개발 지원</li>
<li>축산물평가원 축산물 유통정보 및 등급 시스템 구축</li>
<li>기업 집단 포털시스템 고도화</li>
</ul>
</section>
<section>
<h4>September</h4>
<ul>
<li value="09">소상공인시장진흥공단 정보시스템 통합 기능 고도화</li>
<li>농업 경영체 지원 사업 통합관리시스템 구축</li>
</ul>
</section>
<section>
<h4>November</h4>
<ul>
<li value="11">국가산림정보화 통합체계 4차 구축</li>
</ul>
</section>
<section>
<h4>December</h4>
<ul>
<li value="12">축산물품질평가원 차세대 이력제 시스템 구축</li>
<li>국방과학연구소 정보체계 통합유지관리</li>
<li>범부처 연구비 통합 관리시스템 구축</li>
</ul>
</section>
</section>
<section class="year">
<h3>2019</h3>
<section>
<h4>January</h4>
<ul>
<li value="01">전력SW 플랫폼 2단계 개발</li>
<li>한국화학연구원 차세대 통합정보시스템 개발</li>
<li>근로장려금 확대 및 반기 지급 시스템 개발</li>
<li>차세대 지방교육행,재정 통합시스템 구축</li>
<li>국세청 엔티스(NTIS) 운영 및 유지보수</li>
<li>K-water 실시간 수도정보시스템 고도화 개발</li>
<li>대통령기록물 정보화시스템 통합유지보수</li>
</ul>
</section>
<section>
<h4>February</h4>
<ul>
<li value="02">철도시설 이력관리 종합정보시스템 구축</li>
<li>국토교통부 통계누리 위탁 운영</li>
</ul>
</section>
<section>
<h4>March</h4>
<ul>
<li value="03">통합국가 보훈정보시스템 구축</li>
<li>기능정보 기반 차세대 국민신문고 구축</li>
</ul>
</section>
<section>
<h4>April</h4>
<ul>
<li value="04">행정심판 허브 시스템 운영</li>
<li>스마트워크 2-3단계 한화증권, 한화건설(협업포탈) 구축</li>
<li>차세대 의약품통합정보시스템 구축</li>
<li>보건복지부 복지부행정처분 기능개선</li>
</ul>
</section>
<section>
<h4>May</h4>
<ul>
<li value="05">고용노동통계조사 정보시스템 유지관리 및 위탁 운영</li>
<li>수자원공사 정보시스템 운영 및 유지보수</li>
<li>관세행정 통합위험관리 모델 개발</li>
<li>차세대 공직윤리종합정보시스템 구축</li>
<li>차세대 의약품통합정보시스템 구축 개발</li>
</ul>
</section>
<section>
<h4>July</h4>
<ul>
<li value="07">지능형 수입식품 통합시스템 구축</li>
<li>정책포털시스템G-클라우드 전환 및 고도화 사업</li>
<li>철도시설 유지보수이력 데이터베이스 및 공간정보시스템 시범 구축</li>
<li>연구비 집행 통합모니터링 시스템 구축</li>
<li>대통령기록포털 서비스 강화 사업</li>
</ul>
</section>
</section>
</div>
</div>
</div>
</div>
</section>
<section class="page-section" id="portfolio">
<!-- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'> -->
<div class="timeline5">
<!-- The Timeline -->
<ul class="timeline">
<!-- Item 1 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">2017</span>
<span class="time-wrapper"><span class="time">01 - 06</span></span>
</div>
<div class="desc">
<ol>
<li value="02">차세대 의약품통합정보시스템 구축</li>
<li value="03">국세청 엔티스(NTIS)신규개발 통합</li>
<li value="04">신협중앙회 비대면 실명인증 시스템 구축</li>
<li value="05">연구비 집행 통합모니터링 시스템 구축</li>
<li value="06">국민신문고 시스템 기능 고도화</li>
</ol>
</div>
</div>
</li>
<!-- Item 2 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">2017</span>
<span class="time-wrapper"><span class="time">07 - 12</span></span>
</div>
<div class="desc">
<ol>
<li value="07">산림청 스마트 산림 재해</li>
<li value="08">문화재청 문화유산 정보서비스 개발<br>다국어포털 및 홈페이지 G-클라우드 전환</li>
<li value="09">서울신용보증재단 정보시스템 통합유지보수<br>신협 위험기반 자금세탁방지 시스템 구축</li>
<li value="11">산림조합중앙회 통합 단말 구축</li>
<li value="12">KT클릭카드 유지보수<br>신협중앙회 프로젝트 관리시스템 구축</li>
</ol>
</div>
</div>
</li>
<!-- Item 3 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">2018</span>
<span class="time-wrapper"><span class="time">01 - 06</span></span>
</div>
<div class="desc">
<ol>
<li value="01">문화재청 문화유산 정보서비스 개발<br>전기안전공사 SLA기반 정보시스템 통합 유지관리<br>국세청 NTS 운영 및 유지보수<br>차세대 임대주택관리시스템 구축</li>
<li value="02">정부청사관리본부 정보시스템 통합유지보수</li>
<li value="03">식약처 식의약품 기능개선 및 유지보수<br>롯데멤버스 유지보수</li>
<li value="04">차세대 의약품통합정보시스템 구축<br>국세청 엔티스(ntis) 신규개발 통합<br>온나라 문서 및 문서유통 시스템 유지관리</li>
<li value="05">차세대 공직윤리종합정보시스템 구축<br>한국고용정보원 MDM 및 바로원시스템 유지관리</li>
</ol>
</div>
</div>
</li>
<!-- Item 4 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">2018</span>
<span class="time-wrapper"><span class="time">07 - 12</span></span>
</div>
<div class="desc">
<ol>
<li value="08">연구비 집행 통합모니터링 시스템 고도화<br>국민신문고 시스템 기능고도화<br>교육부 정보시스템 개발 지원<br>축산물평가원 축산물 유통정보 및 등급 시스템 구축<br>기업 집단 포털시스템 고도화</li>
<li value="09">소상공인시장진흥공단 정보시스템 통합 기능 고도화<br>농업 경영체 지원 사업 통합관리시스템 구축</li>
<li value="11">국가산림정보화 통합체계 4차 구축</li>
<li value="12">축산물품질평가원 차세대 이력제 시스템 구축<br>국방과학연구소 정보체계 통합유지관리<br>범부처 연구비 통합 관리시스템 구축</li>
</ol>
</div>
</div>
</li>
<!-- Item 5 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">2019</span>
<span class="time-wrapper"><span class="time">01 - 06</span></span>
</div>
<div class="desc">
<ol>
<li value="01">전력SW 플랫폼 2단계 개발
<br>한국화학연구원 차세대 통합정보시스템 개발
<br>근로장려금 확대 및 반기 지급 시스템 개발
<br>차세대 지방교육행,재정 통합시스템 구축
<br>국세청 엔티스(NTIS) 운영 및 유지보수
<br>K-water 실시간 수도정보시스템 고도화 개발
<br>대통령기록물 정보화시스템 통합유지보수
</li>
<li value="02">철도시설 이력관리 종합정보시스템 구축<br>국토교통부 통계누리 위탁 운영</li>
<li value="03">통합국가 보훈정보시스템 구축<br>기능정보 기반 차세대 국민신문고 구축</li>
<li value="04">행정심판 허브 시스템 운영<br>스마트워크 2-3단계 한화증권, 한화건설(협업포탈) 구축<br>차세대 의약품통합정보시스템 구축<br>보건복지부 복지부행정처분 기능개선</li>
<li value="05">고용노동통계조사 정보시스템 유지관리 및 위탁 운영
<br>수자원공사 정보시스템 운영 및 유지보수
<br>관세행정 통합위험관리 모델 개발
<br>차세대 공직윤리종합정보시스템 구축
<br>차세대 의약품통합정보시스템 구축 개발
</li>
</ol>
</div>
</div>
</li>
<!-- Item 6 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">2019</span>
<span class="time-wrapper"><span class="time">07 - 12</span></span>
</div>
<div class="desc">
<ol>
<li value="07">지능형 수입식품 통합시스템 구축
<br>정책포털시스템G-클라우드 전환 및 고도화 사업
<br>철도시설 유지보수이력 데이터베이스 및 공간정보시스템 시범 구축
<br>연구비 집행 통합모니터링 시스템 구축
<br>대통령기록포털 서비스 강화 사업
</li>
</ol>
</div>
</div>
</li>
</ul>
</div>
</section>
<section class="page-section" id="portfolio">
<div class="container timeline6">
<!-- <header>
<p>Worked on all modern browers</p>
<h1>CSS based responsive timeline</h1>
</header> -->
<ul class="timeline">
<!-- Item 1 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="hexa"></span>
<span class="flag">2017</span>
<span class="time-wrapper"><span class="time">Jan - Jun</span></span>
</div>
<div class="desc">
<ol>
<li value="02">차세대 의약품통합정보시스템 구축</li>
<li value="03">국세청 엔티스(NTIS)신규개발 통합</li>
<li value="04">신협중앙회 비대면 실명인증 시스템 구축</li>
<li value="05">연구비 집행 통합모니터링 시스템 구축</li>
<li value="06">국민신문고 시스템 기능 고도화</li>
</ol>
</div>
</div>
</li>
<!-- Item 2 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="hexa"></span>
<span class="flag">2017</span>
<span class="time-wrapper"><span class="time">Jul - Dec</span></span>
</div>
<div class="desc">
<ol>
<li value="07">산림청 스마트 산림 재해</li>
<li value="08">문화재청 문화유산 정보서비스 개발<br>다국어포털 및 홈페이지 G-클라우드 전환</li>
<li value="09">서울신용보증재단 정보시스템 통합유지보수<br>신협 위험기반 자금세탁방지 시스템 구축</li>
<li value="11">산림조합중앙회 통합 단말 구축</li>
<li value="12">KT클릭카드 유지보수<br>신협중앙회 프로젝트 관리시스템 구축</li>
</ol>
</div>
</div>
</li>
<!-- Item 3 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="hexa"></span>
<span class="flag">2018</span>
<span class="time-wrapper"><span class="time">Jan - Jun</span></span>
</div>
<div class="desc">
<ol>
<li value="01">문화재청 문화유산 정보서비스 개발<br>전기안전공사 SLA기반 정보시스템 통합 유지관리<br>국세청 NTS 운영 및 유지보수<br>차세대 임대주택관리시스템 구축</li>
<li value="02">정부청사관리본부 정보시스템 통합유지보수</li>
<li value="03">식약처 식의약품 기능개선 및 유지보수<br>롯데멤버스 유지보수</li>
<li value="04">차세대 의약품통합정보시스템 구축<br>국세청 엔티스(ntis) 신규개발 통합<br>온나라 문서 및 문서유통 시스템 유지관리</li>
<li value="05">차세대 공직윤리종합정보시스템 구축<br>한국고용정보원 MDM 및 바로원시스템 유지관리</li>
</ol>
</div>
</div>
</li>
<!-- Item 4 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="hexa"></span>
<span class="flag">2018</span>
<span class="time-wrapper"><span class="time">Jul - Dec</span></span>
</div>
<div class="desc">
<ol>
<li value="08">연구비 집행 통합모니터링 시스템 고도화<br>국민신문고 시스템 기능고도화<br>교육부 정보시스템 개발 지원<br>축산물평가원 축산물 유통정보 및 등급 시스템 구축<br>기업 집단 포털시스템 고도화</li>
<li value="09">소상공인시장진흥공단 정보시스템 통합 기능 고도화<br>농업 경영체 지원 사업 통합관리시스템 구축</li>
<li value="11">국가산림정보화 통합체계 4차 구축</li>
<li value="12">축산물품질평가원 차세대 이력제 시스템 구축<br>국방과학연구소 정보체계 통합유지관리<br>범부처 연구비 통합 관리시스템 구축</li>
</ol>
</div>
</div>
</li>
<!-- Item 5 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="hexa"></span>
<span class="flag">2019</span>
<span class="time-wrapper"><span class="time">Jan - Jun</span></span>
</div>
<div class="desc">
<ol>
<li value="01">전력SW 플랫폼 2단계 개발
<br>한국화학연구원 차세대 통합정보시스템 개발
<br>근로장려금 확대 및 반기 지급 시스템 개발
<br>차세대 지방교육행,재정 통합시스템 구축
<br>국세청 엔티스(NTIS) 운영 및 유지보수
<br>K-water 실시간 수도정보시스템 고도화 개발
<br>대통령기록물 정보화시스템 통합유지보수
</li>
<li value="02">철도시설 이력관리 종합정보시스템 구축<br>국토교통부 통계누리 위탁 운영</li>
<li value="03">통합국가 보훈정보시스템 구축<br>기능정보 기반 차세대 국민신문고 구축</li>
<li value="04">행정심판 허브 시스템 운영<br>스마트워크 2-3단계 한화증권, 한화건설(협업포탈) 구축<br>차세대 의약품통합정보시스템 구축<br>보건복지부 복지부행정처분 기능개선</li>
<li value="05">고용노동통계조사 정보시스템 유지관리 및 위탁 운영
<br>수자원공사 정보시스템 운영 및 유지보수
<br>관세행정 통합위험관리 모델 개발
<br>차세대 공직윤리종합정보시스템 구축
<br>차세대 의약품통합정보시스템 구축 개발
</li>
</ol>
</div>
</div>
</li>
<!-- Item 6 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="hexa"></span>
<span class="flag">2019</span>
<span class="time-wrapper"><span class="time">Jul - Dec</span></span>
</div>
<div class="desc">
<ol>
<li value="07">지능형 수입식품 통합시스템 구축
<br>정책포털시스템G-클라우드 전환 및 고도화 사업
<br>철도시설 유지보수이력 데이터베이스 및 공간정보시스템 시범 구축
<br>연구비 집행 통합모니터링 시스템 구축
<br>대통령기록포털 서비스 강화 사업
</li>
</ol>
</div>
</div>
</li>
</ul>
</div>
</section>
</body>
</html> | html |
- 49 min ago International Malala Day 2023: Who Is Malala Yousafzai? Where Is She Celebrating Her 26th Birthday?
- News GST Council Meeting Highlights: What Will Be Cheaper, Costlier?
- Travel Have you been to Vishveshwaraya Falls in Mandya yet? If not, this is the best time!
Human beings are social creatures. So the fact that numerous studies have shown a link between loneliness and mental/health problems should not surprise you.
And now another study has added weight to this knowledge.
Conducted by a team of researchers in the Ilsan Hospital of the Dongguk University in Seoul, South Korea, the study postulated that eating alone puts adults at a high risk of developing metabolic syndrome, which is a term used to describe a group of conditions like high blood pressure, cholesterol, and diabetes.
The team studied 7,725 adults who often ate alone and found that (after adjusting for biases like cigarette smoking, drinking alcohol, age, occupation, and exercise) men who eat alone are at a significantly high risk of developing health problems.
In fact with a 45% increased risk of obesity and 64% increased risk of metabolic syndrome, men are twice more likely to fall ill than women who eat alone twice a day (who clocked in at only 29% increased risk).
Published in the journal called Obesity Research and Clinical Practice, this study is now part of the increasing number of studies that have linked loneliness and mental disorders and health problems.
- pulseIs Loneliness a by-product of Independent living?
- yoga spiritualityChanting Surya Mantra on Sunday: Benefits and Significance!
- healthMyths vs Fact: Can Rubbing Your Nails Really Make Your Hair Grow? | english |
<filename>pylint/examples/with_issues/example.py
#!/usr/bin/env python3
print("useless script")
| python |
<a href="http://feeds.doughellmann.com/PyMOTW" class="subscribe-link"><em></em> RSS/Atom</a>
<a href="http://feedburner.google.com/fb/a/mailverify?uri=PyMOTW&loc=en_US" class="subscribe-link"><em></em> Email</a>
<a href="https://twitter.com/pymotw" class="subscribe-link"><em></em> Twitter</a>
| markdown |
<reponame>aramperes/retrospective
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.rootContent {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.rootContent > div {
height: 100%;
}
.noteSpace {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
margin: 1em;
}
.board {
display: flex;
height: 100vh;
position: relative;
}
.column {
flex: 1 1 30%;
text-align: center;
}
.leftColumn {
border-right: dashed 3px #41403E;
}
.rightColumn {
border-left: dashed 3px #41403E;
}
| css |
<reponame>BuzzWordsGame/assets<gh_stars>0
{"answers":["fifth","fifthly","filth","filthily","filthy","flight","flightily","flighty","ghyll","high","highlight","highly","hight","highth","hili","hill","hilly","hilt","illth","light","lightly","lighttight","lith","lithify","thig","thiggit","thigh","thill","tight","tightly","tilth"],"centerLetter":"h","letterString":"hfgilty","outerLetters":["f","g","i","l","t","y"],"pangrams":["flightily","flighty"],"validLetters":["f","g","h","i","l","t","y"]}
| json |
use worker::*;
mod link;
mod ui;
mod utils;
use utils::{ENV_MANAGEMENT_DOMAIN, ENV_SHORT_DOMAIN};
fn log_request(req: &Request) {
console_log!(
"{} - [{}], located at: {:?}, within: {}",
Date::now().to_string(),
req.path(),
req.cf().coordinates().unwrap_or_default(),
req.cf().region().unwrap_or_else(|| "unknown region".into())
);
}
#[event(fetch)]
pub async fn main(req: Request, env: Env) -> Result<Response> {
log_request(&req);
// Get the domains
let management_domain = env.var(ENV_MANAGEMENT_DOMAIN)?.to_string();
let short_domain = env.var(ENV_SHORT_DOMAIN)?.to_string();
let current_domain = req
.url()?
.domain()
.map(|d| d.to_owned())
.expect("The request should always be via domain");
// Optionally, get more helpful error messages written to the console in the case of a panic.
utils::set_panic_hook();
// Optionally, use the Router to handle matching endpoints, use ":name" placeholders, or "*name"
// catch-alls to match on specific patterns. Alternatively, use `Router::with_data(D)` to
// provide arbitrary data that will be accessible in each route via the `ctx.data()` method.
let router = Router::new();
// Dynamically route based on the hostname
if current_domain == management_domain {
router
.get_async("/", ui::index)
.post_async("/api/modify", ui::api::modify)
.post_async("/api/delete", ui::api::delete)
.get_async("/:name", ui::details)
.run(req, env)
.await
} else if current_domain == short_domain {
router
.get_async("/", link::route)
.get_async("/:name", link::route)
.run(req, env)
.await
} else {
return Response::error(
format!(
"Domain '{}' was not configured as the short or management domain",
current_domain
),
500,
);
}
}
| rust |
/*
* Copyright 1999-2019 Alibaba Group Holding Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.uhasoft.guardian.adapter.gateway.zuul;
import javax.servlet.http.Cookie;
import com.uhasoft.guardian.adapter.gateway.common.param.RequestItemParser;
import com.netflix.zuul.context.RequestContext;
/**
* @author <NAME>
* @since 1.6.0
*/
public class RequestContextItemParser implements RequestItemParser<RequestContext> {
@Override
public String getPath(RequestContext requestContext) {
return requestContext.getRequest().getServletPath();
}
@Override
public String getRemoteAddress(RequestContext requestContext) {
return requestContext.getRequest().getRemoteAddr();
}
@Override
public String getHeader(RequestContext requestContext, String headerKey) {
return requestContext.getRequest().getHeader(headerKey);
}
@Override
public String getUrlParam(RequestContext requestContext, String paramName) {
return requestContext.getRequest().getParameter(paramName);
}
@Override
public String getCookieValue(RequestContext requestContext, String cookieName) {
Cookie[] cookies = requestContext.getRequest().getCookies();
if (cookies == null || cookieName == null) {
return null;
}
for (Cookie cookie : cookies) {
if (cookie != null && cookieName.equals(cookie.getName())) {
return cookie.getValue();
}
}
return null;
}
}
| java |
The BBC has been testing out new ways of distributing news recently and its most recent addition comes in the form of a dedicated Subreddit and video news channel on the site.
Just a few months ago, the BBC launched Instafax, an experiment in short-form news delivered via Instagram. Now its attentions have turned to Reddit, which is hardly surprising given the huge number of visitors the site receives – last month alone it had around 113 million visits.
The new Subreddit actually first made a quiet appearance a month ago, but the standalone video news channel was only announced by BBC News via Twitter today. So, if you’re looking for a new way to keep BBC News content front-and-center, you’ve now got one.
Get the most important tech news in your inbox each week.
| english |
{
"name": "THE MEDICAL CLINIC PTE LTD",
"tel": "65355151",
"fax": "65355627",
"licensee": "<NAME>",
"licensePeriod": "08/03/2015 to 07/03/2020",
"licenseClass": "[ 5 Years ]",
"hciCode": "9404377",
"address": "63 Chulia Street., OCBC Centre East, #01-02 Singapore 049514",
"doctorInCharge": [
{
"name": "<NAME>",
"qualifications": [
"BMBS (University of Nottingham, United Kingdom) 1994"
],
"specialties": [
"Family Physician"
]
}
],
"detailedServices": {
"General Medical": true
},
"operatingHours": {
"Monday to Friday": "09:00 am to 01:00 pm, 02:00 pm to 05:00 pm",
"Saturday": "09:00 am to 01:00 pm",
"Sunday and Public Holiday": "Closed"
}
} | json |
Topics for Today’s questions:
GS-1 Important Geophysical Phenomena such as earthquakes, Tsunami, Volcanic activity, cyclone etc., geographical features and their location-changes in critical geographical features (including water-bodies and ice-caps) and in flora and fauna and the effects of such changes.
GS-2 Effect of Policies and Politics of Developed and Developing Countries on India’s interests, Indian Diaspora.
GS-3 Effects of Liberalization on the Economy, Changes in Industrial Policy and their Effects on Industrial Growth.
Question 1)
Q.1 Volcanoes are located in a fairly clear pattern around the world. Give an account of distribution of volcanoes around the world. (10 Marks)
Question 2)
Q.2 WTO members’ positions remain divergent on the equity and inclusion (AEI) for Covid-19 vaccines and other medical products. In light of this, examine the role played by India on the premise that “no one is safe until everyone is safe”. (10 Marks)
Question 3)
Q.3 While the sources of growth in an economy are aplenty, there are very few that can potentially address the twin objectives of growth and inclusion.In context of this, examine the impact of the telecom sector on Indian economy and challenges facing the sector. (10 Marks)
Question 4)
Q.4 The issues confronting humanity are multifaceted – from political conflicts and human rights abuses to pandemics and climate change. They are not contained within national borders, nor do they fit into the silos of separate government agencies or academic specialties. What is required is greater international cooperation, mutual respect, abiding by international laws and participative global decision-making. However, over the last decade, it has been observed that international relations have overshadowed these basic tenets of global governance and now we are at the verge of serious global catastrophic risks. When it comes to the structures of global governance, business as usual, is no longer an option. Not only an improvement in our understanding of risks is required but also taking responsibility to lead collective action for a coordinated global response. (a) What do you think are the factors hindering collective actions? (b) Provide a case for the moral obligation of the international community to come together and find solutions to the problems we face. (c) What should be the principles guiding such international cooperation? (20 Marks)
HOW TO ATTEMPT ANSWERS IN DAILY ANSWER WRITING ENHANCEMENT(AWE)?
Daily 4 questions from General studies 1, 2, 3, and 4 will be provided to you.
A Mentor’s Comment will be available for all answers. This can be used as a guidance tool but we encourage you to write original answers.
You can write your answer on an A4 sheet and scan/click pictures of the same.
Upload the scanned answer in the comment section of the same question.
Along with the scanned answer, please share your Razor payment ID, so that paid members are given priority.
If you are writing answers late, for example, 11th October is uploaded on 13th October, then these answers will be evaluated as per the mentor’s schedule.
We encourage you to write answers on the same day. However, if you are uploading an answer late then tag the mentor like @Staff so that the mentor is notified about your answer.
*In case your answer is not reviewed, reply to your answer saying *NOT CHECKED*.
For the philosophy of AWE and payment:
| english |
<gh_stars>100-1000
{
"id": 35199,
"name": "Firefox 4 New bookmarks toolbar icon",
"description": "Replaces the bookmarks icon when placed in the Personal Toolbar.",
"user": {
"id": 39923,
"name": "SoapyHamHocks",
"email": "<PASSWORD>",
"paypal_email": null,
"homepage": null,
"about": null,
"license": null
},
"updated": "2010-08-02T13:33:53.000Z",
"weekly_install_count": 0,
"total_install_count": 410,
"rating": null,
"after_screenshot_name": "https://userstyles.org/style_screenshots/35199_after.png?r=1587196895",
"obsoleting_style_id": null,
"obsoleting_style_name": null,
"obsolete": 0,
"admin_delete_reason_id": null,
"obsoletion_message": null,
"screenshots": null,
"license": null,
"created": "2010-08-02T13:33:53.000Z",
"category": "global",
"raw_subcategory": null,
"subcategory": null,
"additional_info": null,
"style_tags": [],
"css": "#PersonalToolbar #bookmarks-menu-button .toolbarbutton-icon {\r\n list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYwNUJFRkFDOUU3NDExREZCQ0I5RTEyRjJGM0JDMEFBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYwNUJFRkFEOUU3NDExREZCQ0I5RTEyRjJGM0JDMEFBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjA1QkVGQUE5RTc0MTFERkJDQjlFMTJGMkYzQkMwQUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjA1QkVGQUI5RTc0MTFERkJDQjlFMTJGMkYzQkMwQUEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7NaOE0AAACPklEQVR42pRTTWsTQRh+druxSkpMo2YbYzFGL0JBBD8QL3oQ8WA9eFBPXv0F4k3w4Kk/wKMgiMdeBO0lCoL4QdpKC2q1SWqS5qtu23Q/Zndn1nd2NwHxYnd4eN4Zntln5n3fUW48etbqdQ0du/wOHhpva+31jn76uI75n21cOXMMPcP6SxQEBIUCQUykUMx5gKVaR1cD4ZMgwJAJrieGsBnDSvkNsQPmcViOD0+IUK9yXwYCkoWI4gE4gW3W8fTxTThGnRw5QWp5qCdnNxZLDsJYkLvDbOwYXUxfSGEyN4q7V/Mwt7tgjhX+QOpV4fuhY8g8cl9dLMGsvcPk3lVMX8rRfQ1cPrcfpyZ+w2q8R/XLW7q4gCZ4vHnAhBcz55E7oMYpM0gI7EsAD+8VaF5Ac4Pj2v0aVLKET64R8zB+XmJ0pzVaq/0Duf6qvAfFfBaa79hgtgXPNmH2d2D3+3j9wYVnMTy4VUFUIAz5ycspLFYFGvVflG3XhuM4EB4Dcz24vgdOJfm0ZJJTg9CMsR7ix5qKRmcTfdOmhNEdfSp6yJRtGXNyKWQ7JI7Q22LD+EimBdt1w1NoVBdKHB0pZglBmKCG/VYfxezn6/jaLOKE/h13Ls4hk3GRSIzEmyFC8YAl5Jj9OIXS8lmkkkm0jQ0sV8YwN38b2fEUVCVqYU22o4jbUsQYoQaWo2852DadSEiVc+m49XZv2PfaWDrdqFZW8nKysFD+71eVTKVbil48eZR8D9NJtd08SUVRtv4IMACe16lWUBHMgwAAAABJRU5ErkJggg==) !important;\r\n -moz-image-region: auto !important;\r\n width: 15px !important;\r\n height: 16px !important;\r\n}",
"discussions": [
{
"id": 24619,
"name": "Move the icon",
"rating": 0,
"created": "2011-01-19T03:43:22.000Z",
"author_name": "Poma",
"author_id": 60441
}
],
"discussionsCount": 1,
"commentsCount": 1,
"userjs_url": "/styles/userjs/35199/firefox-4-new-bookmarks-toolbar-icon.user.js",
"style_settings": []
} | json |
package br.com.dvfs.streams;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class OrdenarCursosStreams {
public static void main(String[] args) {
List<Curso> cursos = new ArrayList<Curso>();
cursos.add(new Curso("Python", 45));
cursos.add(new Curso("JavaScript", 150));
cursos.add(new Curso("Java 8", 113));
cursos.add(new Curso("C", 55));
cursos.sort(Comparator.comparingInt(Curso::getAlunos));
cursos.forEach(c -> System.out.println(c.getNome()));
System.out.println();
Stream<Curso> streamDeCurso = cursos.stream().filter(c -> c.getAlunos() > 100);
streamDeCurso.forEach(c -> System.out.println(c.getNome()));
System.out.println();
// Autobox int to Integer
cursos.stream()
.filter(c -> c.getAlunos() > 100)
.map(Curso::getAlunos)
.forEach(System.out::println);
System.out.println();
// evita Autobox
cursos.stream()
.filter(c -> c.getAlunos() > 100)
.mapToInt(Curso::getAlunos)
.forEach(System.out::println);
System.out.println();
System.out.println(
cursos
.stream()
.filter(c -> c.getAlunos() < 100)
.mapToInt(c -> c.getAlunos()).sum()
);
System.out.println();
cursos
.stream()
.map(Curso::getNome)
.forEach(System.out::println);
System.out.println();
List<String> colecao = cursos
.stream()
.filter(c -> c.getAlunos() > 100)
.map(Curso::getNome)
.collect(Collectors.toList());
colecao.forEach(System.out::println);
System.out.println();
Map<String, Integer> mapa = cursos
.stream()
.filter(c -> c.getAlunos() > 100)
.collect(Collectors.toMap(Curso::getNome, c -> c.getAlunos()));
System.out.println(mapa);
System.out.println();
System.out.println(cursos
.stream()
.filter(c -> c.getAlunos() < 0)
.mapToDouble(Curso::getAlunos)
.average().orElseGet(() -> 10));
}
}
| java |
Prv. Close:
Prv. Close:
The Members,
The Company''s Directors are pleased to present the 5thAnnual Report of the Company, together with the Audited Financial Statements, for the financial year ended March 31, 2016.
1. FINANCIAL PERFORMANCE OF THE COMPANY (Rs. in Lacs)
- Deferred tax liability / (asset)
Extra Ordinary Items (Net of Tax)
The turnover of the Company increased during the financial year to Rs. 13,86,73,873 (Rupees Thirteen Crore Eighty Six Lakhs Seventy Three Thousand Eight Hundred and Seventy Three Only) as against last year''s turnover of Rs. 41,26,400 (Rupees Forty One lakhs Twenty One Thousand Four Hundred Only).
For the year under review, the Company has achieved a Profit after tax of Rs.57,30,392/-(Rupees Fifty Seven Lakhs Thirty Thousand Three Hundred & Ninety Two Only) as compared to last year''s Profit After Tax of Rs.60,04,407/- (Rupees Sixty Lakhs Four Thousand Four Hundred and Seven Only). Hence, the focused approach of profitable businesses have resulted in the better performance of the Company at the Revenue level for the year as compared to the previous year. Barring unforeseen circumstances, the directors of your company expect continued growth in profit in future as well.
Yours Directors do not recommend any dividend for the year ended March 31, 2016, in view of the growth and expansion of the business.
During the year under review, no amount was transferred to Reserves.
The paid up Equity Share Capital of your Company after consolidation of the face value of equity shares is Rs. 19,76,62,480/- (Rupees Nineteen Crores Seventy-Six Lakh Sixty-Two Thousand Four Hundred and Eighty Only) divided into 19766248 (One Crore Ninety-Seven Lakh Sixty-Six Thousand Two Hundred and Forty-Eight) Equity Shares of the face value of Rs. 10/- (Rupee Ten Only) each.
In accordance with the provisions of the Companies Act, 2013 and in terms of Articles of Association of the Company, Mr. Krishan Khadaria, Director, retires by rotation at the forthcoming AGM and, being eligible, offers himself for re appointment.
During the year, the non-executive directors of the Company had no pecuniary relationship or transactions with the Company.
The policy on Director''s appointment and remuneration including criteria for determining qualifications, positive attributes, independence of Director, and also remuneration for Key Managerial Personnel and other employees forms part of Corporate Governance Report of this Annual Report.
All the Independent Directors of your Company have given the certificate of independence to your Company stating that they meet the criteria of independence as mentioned under Section 149(6) of the Companies Act, 2013. In the opinion of the Board, they fulfill the conditions of independence as specified in the Act and the Rules made there under and are independent of the management. The details of training and familiarization programmes and Annual Board Evaluation process for Directors have been provided under the Corporate Governance Report.
Pursuant to the provisions of section 203 of the Act, the key managerial personnel of the Company are -Mr. Rajesh Agarwal, Chief Financial Officer; Ms. Disha Jain*, Company Secretary and Ms. Parvati Nirban, Manager. There has been no change in the key managerial personnel during the financial year 2015-16.
*Note: Ms. Disha Jain has resigned from the post of Company secretary w.e.f July 30, 2016. The Board placed on record its deep appreciation for the valuable contribution made by her during her tenure of office.
Pursuant to the provisions of Section 134(5) of the Act the Board of Directors, to the best of their knowledge and ability, confirm that:
a) in the preparation of the annual financial statements for the year ended March 31, 2016, the applicable Accounting Standards had been followed along with proper explanation relating to material departures, if any;
b) for the financial year ended March 31, 2016, such accounting policies as mentioned in the Notes to the financial statements have been applied consistently and judgments and estimates that are reasonable and prudent have been made so as to give a true and fair view of the state of affairs of the Company at the end of the financial year and of the Profit of the Company for the financial year ended March 31, 2016;
c) that proper and sufficient care has been taken for the maintenance of adequate accounting records in accordance with the provisions of the Act for safeguarding the assets of the Company and for preventing and detecting fraud and other irregularities;
d) the annual financial statements have been prepared on a going concern basis;
e) that proper internal financial controls were followed by the Company and that such internal financial controls are adequate and were operating effectively;
f) that proper systems have been devised to ensure compliance with the provisions of all applicable laws were in place and that such systems were adequate and operating effectively.
During the year under review, 12(Twelve) meetings of the Board of Directors were held. For details of the meetings of the board, please refer to the Corporate Governance Report, which forms part of this report.
The Committees of the Board focus on certain specific areas and make informed decisions in line with the delegated authority. The following substantive Committees constituted by the Board function according to their respective roles and defined scope:
Details of composition, terms of reference, number of meetings held for respective committees and details of the familiarization programmes for Independent Directors are given in the Report on Corporate Governance, which forms part of this Report.
Your Company does not have any subsidiary, joint ventures and associate company for the year ended 31st March, 2016.
Presently, the Company does not have a scheme for grant of stock options to its employees.
Statement pursuant to Section 197 read with Rule 5 of the Companies (Appointment and Remuneration of Managerial Personnel) Rules, 2014 are not applicable to the Company as there were no employees who were in receipt of the remuneration beyond the limits prescribed under Section 197 of the Act. In terms of Section 136 of the Act, the Report and Accounts are being sent to the Members and others entitled thereto, excluding the information on employees'' particulars which is available for inspection by the Members at the Registered Office of the Company during business hours on working days of the Company up to the date of the ensuing Annual General Meeting. If any Member is interested in obtaining a copy thereof, such Member may write to the Company Secretary in this regard.
The Company has zero tolerance for sexual harassment at workplace and has adopted a Policy on Prevention, Prohibition and Redressal of Sexual Harassment/Anti Sexual Harassment policy at the Workplace in line with the requirements of the Sexual Harassment of Women at the Workplace (Prevention, Prohibition and Redressal) Act, 2013 and the Rules there under, if any.
The Policy aims to provide protection to employees at the workplace and prevent and redress complaints of sexual harassment and for matters connected or incidental thereto, with the objective of providing a safe working environment, where employees feel secure. The Company has also constituted an Internal Complaints Committee, to inquire into complaints of sexual harassment and recommend appropriate action. All employees (permanent, contractual, temporary, trainees) are covered under this policy.
During the year 2015-2016, no complaints were received by the Company related to sexual harassment.
Since the Company is neither engaged in any manufacturing activity nor the Company has any manufacturing unit, therefore there prescribed particulars with regards to compliance of rules relating to conservation of Energy and Technology absorption pursuant to Section 134 (3) (m) of the Companies Act, 2013, read with Rule - 8 (3) of the Companies (Accounts) Rules, 2014 are not applicable on your Company.
16. FOREIGN EXCHANGE EARNINGS AND OUT-GO :
During the period under review there was no foreign exchange earnings or out flow.
In terms of the provisions of Sections 73 of the Act read with the Companies (Acceptance of Deposits) Rules, 2014, the Company had no opening or closing balances and also has not accepted any fixed deposits during the year under review and as such, no amount of principal or interest was outstanding as on March 31, 2016.
The details of loans and Investments covered under section 186 of the Companies Act, 2013 read with the Companies (Meetings of Board and its Powers) Rules, 2014 for the financial year 2015-16 are given in the Notes on financial statement referred to in the Auditors'' Report.
In compliance with the Listing Regulations, the Company has a policy for transactions with Related Parties (''RPT Policy''). The RPT Policy is available on the Company website viz. www.mystic-electronics.com, on the Investors page, under the section titled ''Compliance''. The same may also be accessed through the link given below: http://www.mystic-electronics.com/investors.html.
Apart from the Related Party Transactions in the ordinary course of business and at arm''s length basis, details of which are given in the notes to the financial statements, there were no other Related Party Transactions requiring disclosure in the Directors'' Report, for compliance with Section 134(3) (h) of the Companies Act, 2013. Thus, Form aOc-2 is not applicable to the Company.
During the year M/s. CPM & Associates, Chartered Accountants (Firm Registration No. 114923W) resigned at the 4th AGM held on 30th September, 2015 and M/s. Bansal Bansal & Co, Chartered Accountants (Firm Registration No. 100986W) was appointed as the Statutory Auditors of the Company for a term of five consecutive years commencing from the conclusion of the 4th Annual General Meeting of the Company till the conclusion of the 9th AGM subject to ratification by the Members at every Annual General Meeting.
Necessary resolution for ratification of appointment of the Auditors is set out in the Notice of AGM for seeking approval of the members.
The Report given by the Auditors on the financial statements of the Company is part of the Annual Report. The Notes on financial statement referred to in the Auditors'' Report are self-explanatory and do not call for any further comments. There has been no qualification, reservation, adverse remark or disclaimer given by the Auditors in their Report.
Pursuant to the provisions of Section 204 of the Companies Act, 2013 and the Companies (Appointment and Remuneration of Managerial Personnel) Rules, 2014, the Company has appointed Mr. Shivhari Jalan, a Practicing Company Secretary to conduct the Secretarial Audit of the Company for the financial year 2015-2016.
The Secretarial Audit Report for the financial year ended 31st March, 2016 is annexed herewith as "Annexure II."
Response to point no.1:
The company shall now file the Form MGT-10 after obtaining the details from RTA.
Response to point no. 2:
Due to the transformation and application of new Companies Act, the Company was in process to get approval from the shareholders which are mandate as per the new act, as a result of this company delayed getting shareholders'' approval in pursuance to Section 186 of the Companies Act, 2013.
Further, the Company has duly charged interest on loan given in terms of Section 186, Companies Act, 2013 except for one which is doubtful of recovery.
Response to point no. 3:
Your company is law abiding entity, and filed the necessary forms &returns with the authorities. However, there were few delays due to technical reasons of uploading on MCA site which the management ensures to file the same in time.
Response to point no. 4:
In order to comply with the requirement of Section 188 of the Companies Act, 2013 and clause 49 (VII) of the Listing agreement in respect of the related party transaction the Company have duly obtained approval from the Shareholders by passing Special Resolution in the 4th AGM held on September 30, 2015.
Response to point no. 5:
Due to the system break- down the Company was not in the position to intimate to BSE about the meeting of the Board of Directors held on May 30, 2015. Thus, the acknowledgement copy the same was not available with the Company.
Response to point no. 6:
Due to the internet hitch-up the intimation was delayed which the management ensures to file the same in time hereinafter.
Response to point no. 7:
The Board is of the view that there are few delays made in respect to comply with the clause 41 (VI) (a) of the Listing agreement & Regulation 47(3) of the LODR Regulations however, with improved business policy the Company will be able to meet its obligations in time. The Board is hopeful and committed to their level best to streamline the same henceforth.
Your Company is in compliance with the Corporate Governance guidelines, as laid out in the Listing Agreements/Securities Exchange Board of India (Listing Obligations and Disclosure Requirements) Regulations, 2015 (SEBI Listing Regulations). All the Directors and the Senior Management personnel have affirmed in writing their compliance with and adherence to the Code of Conduct adopted by the Company.
The Statutory Auditors of the Company have examined the requirements of Corporate Governance with reference to SEBI Listing Regulations and have certified the compliance, as required under SEBI Listing Regulations. The Certificate in this regard is attached as "ANNEXURE VII" to this Report.
The Chief Executive Officer/Managing Director/Manager & Chief Financial Officer (Manager/CFO) certification as required under the SEBI Listing Regulations is attached as "ANNEXURE VI" to this Report.
Pursuant to the provisions of Section 92(3) of the Act read with the Companies (Management and Administration) Rules, 2014, an extract of Annual Return in Form MGT-9 as on March 31, 2016 is set out in "ANNEXURE IV" forming part of this Report.
The prerequisite in terms of Section 135 of the Companies Act, 2013 of corporate social responsibility does not apply to the Company.
The Company has adequate system of internal control to safeguard and protect from loss, unauthorized use or disposition of its assets. All the transactions are properly authorized, recorded and reported to the Management. Internal Audit is carried out in a programmed way and follow up actions were taken for all audit observations. Your Company''s Statutory Auditors have, in their report, confirmed the adequacy of the internal control procedures.
On 16th January, 2016, the Shareholders of the Company approved by way of Postal Ballot, adoption of new set of Articles of Association in the place of existing Articles of Association in line with the provisions of the Companies Act, 2013.
Pursuant to the approval of shareholders by the way of Special Resolution passed through the process of Postal Ballot the result of which was declared on 16th January, 2016, the name of the Company stands changed from Pearl Electronics Limited to Mystic Electronics Limited with effect from 16th March, 2016.
Pursuant to the requirement of the regulation 34(2)(e) of SEBI(LODR) Regulations, 2015, the Management Discussion and Analysis Report is presented in a separate section forming part of this Annual Report marked as "ANNEXURE II".
The Company has a vigil mechanism called "Whistle Blower Policy" with a view to provide a mechanism for Directors and employees of the Company to raise concerns of any violations of any legal or regulatory requirement, incorrect or misrepresentation of any financial statement and reports etc. The Policy provides adequate safeguards against victimization of Director(s)/ employee(s) and direct access to the Chairman of the Audit Committee in exceptional cases.
Your Company hereby affirms that no Director/ employee have denied accessing the Chairman of the Audit Committee and that no complaints were received during the year. The details of the Policy have been posted on the Company''s website (www. mystic-electronics.com)
Pursuant to the provisions of the Companies Act, 2013 and as per the Listing Regulations, Independent Directors at their meeting without the participation of the Non-independent Directors and Management, considered / evaluated the performance of the board as a whole and Non-independent Directors.
The Board subsequently evaluated its own performance, the working of its Committees (Audit, Nomination and Remuneration and Stakeholders Relationship Committee) and Independent Directors (without participation of the relevant Director). The criteria for performance evaluation have been detailed in the Corporate Governance Report which is annexed and forms part to this Report.
The board of directors has carried out an annual evaluation of its own performance, board committees and individual directors pursuant to the provisions of the Act and the corporate governance requirements as prescribed by Securities and Exchange Board of India (Listing Obligations and Disclosure Requirements), Regulations 2015 ("SEBI Listing Regulations").
The performance of the board was evaluated by the board after seeking inputs from all the directors on the basis of the criteria such as the board composition and structure, Role & accountability, objectivity, leadership and initiative skills, etc.
The performance of the committees was evaluated by the board after seeking inputs from the committee members on the basis of the criteria such as the composition of committees, frequency and length of the meetings, the flow of information to the board members, etc. The board and the nomination and remuneration committee reviewed the performance of the individual directors on the basis of the criteria such as the contribution of the individual director to the board and at committee meetings on constructive issues etc.
Performance evaluation of independent directors was done by the entire board, excluding the independent director being evaluated. The manner in which the evaluation has been carried out has been laid down by the Nomination & Remuneration Committee.
The Remuneration policy of the Company comprising the appointment and remuneration of the Directors, Key Managerial Personnel and Senior Executives of the Company including criteria for determining qualifications, positive attributes, independence of a Director and other related matters provided in section 178(3) of the Act has been disclosed in the Corporate Governance Report, which forms part of this Report.
The Company''s shares are listed on BSE Limited. The scrip of the Company has been suspended from trading at the said Exchange w.e.f. August 27, 2015 by order passed by Managing Director & Chief Executive Officer of BSE limited for Surveillance & Supervision purpose.
Your Company further states that it is in the process to revoke the suspension of trading in equity of the Company by making detailed submission with the BSE Ltd- Surveillance & Supervision Department in consultation with our legal advisors and is hopeful that within a short period the suspension will be revoked.
Also, your Company has duly paid the Listing fees for the financial year 2016-17.
There are no material changes and commitments, affecting the financial position of the Company, between the end of the financial year of the Company i.e. March 31, 2016 and the date of this Report.
The Company has received order for "Suspension in trading of securities of the Company" from Managing Director & Chief Executive Officer of BSE Limited on August 24, 2015.
Except for the over said order there are no significant/ material orders passed by the Regulators / Courts / Tribunals which would impact the going concern status of the Company and its future operations.
Your Directors state that no disclosure or reporting is required in respect of the following items as there were no transactions on these items during the year under review:
i) Issue of equity shares with differential rights as to dividend, voting or otherwise.
ii) No change in nature of business.
Your Directors express deep sense of appreciation to the members, investors, bankers, service providers, customers, and other business constituents for their continued faith, abundant assistance and cooperation extended to the Company. Your Directors would like to make a special mention of the support extended by the various Departments of Government of India, the State Governments, particularly, the Tax Authorities, the Ministry of Commerce, Ministry of Corporate Affairs, Securities and Exchange Board of India and others and look forward to their continued support in all future endeavors''.
Your Directors also sincerely appreciate the high degree of professionalism, commitment and dedication displayed by employees at all levels thereby contributing largely to the growth and success of the Company.
(Formerly known as Pearl Electronics Limited)
Registered Office:
401/A, Pearl Arcade, Opp. P. K. Jewellers,
Dawood Baug Lane, Off J. P. Road,
Date Sources:Live BSE and NSE Quotes Service: TickerPlant | Corporate Data, F&O Data & Historical price volume data: Dion Global Solutions Ltd.
BSE Quotes and Sensex are real-time and licensed from the Bombay Stock Exchange. NSE Quotes and Nifty are also real time and licenced from National Stock Exchange. All times stamps are reflecting IST (Indian Standard Time).
By using this site, you agree to the Terms of Service and Privacy Policy.
| english |
Indian skipper Virat Kohli is going through a lean patch in international cricket. Ever since he’s arrived in New Zealand, Kohli has failed to get going in any of the innings.
It was his failure in the ODI series that was highlighted as one of the major reasons why India couldn’t even win any of the three ODIs. In his last 21 innings played for India, Kohli has failed to reach the three-figure mark even once. With the kind of standards that he sets for himself, one would count it as one of Kohli’s rare lean run of form in the last few months.
His last century came against Bangladesh in the Pink-Ball Test at Eden Gardens. Ever since he has looked a different self where he has failed to convert his starts into huge scores.
While his fans considered his ODI failure as a mere one-off, the 32-year old hasn’t had a great start to the Test series either.
If it was the debutant Kyle Jamieson who got the better of Kohli in the first innings, then Trent Boult, his nemesis, saw his demise in the second innings at Wellington.
In the first innings, it was his old demon that came back to haunt him as he went fishing towards a delivery pitched way outside the off-stump. It was his perpetual tendency to feel for the ball early in his innings, that saw him make his way back to pavilion for a paltry score of 2.
In the second innings, Kohli was yet again dismissed at quite an early stage in his innings for a score of 19. He feathered one to the keeper in an attempt a pull shot off Trent Boult. However, his wicket came at a very wrong time for the Indian team as they were rendered helpless in their second innings.
Twitterati couldn’t fathom Kohli’s distinct ways of getting out on the New Zealand tour and came very hard criticizing the Indian captain for his recent failures. He was brutally trolled by some of his fans, comparing his awful form with his forgettable outing in 2014.
Here’s how some of the tweets expressed disappointment over Virat’s recent form:
Virat Kohli against Trent Boult across formats since the start of 2019:
*Steve Smith, Babar Azam & Kane Williamson top three all format batsmen and score in all conditions. Kohli over-rated.
| english |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.