domain
stringclasses
17 values
text
stringlengths
1.02k
326k
word_count
int64
512
512
ao3
inside behind him. They passed a few ominous looking cells, Flug still unaware of what they hold inside them, until they reached an elevator. Its metal doors shined in the almost-darkness, a stark contrast to the murky walls surrounding it. They went in silently and Black Hat clicked on the arrow pointing downwards. When the doors opened Flug was faced with ten heroes, all strapped to lab tables on the opposite wall. The huge room making them appear small and insignificant, the way Flug imagined Black Hat to regard humans on the daily basis. The doctor approached the tables in the middle, revelling in the nervous squirming of the gagged heroes. Some of them missed limbs, it was not the first time he went down here to test his invention. He dragged the most healthy looking hero to the center of the room and raised the syring in his hand, letting his victim fully comprehend what's about to happen. Black Hat stood a few feet away, observing the whole scene with crossed arms. "This will either render you unconscious, or melt your veins, depending on how strong you are," Flug commented idly, fixing the syring next to the hero's neck. He made a happy sound when he felt a vain and spared a quick glance at the man. He was sweating profusely, his eyes looking around frantically. He seemed to be in a distress. Flug pressed the liquid into his veins, concentrating on keeping his hand steady. He watched with satisfaction as the hero froze in his squirming, his eye widening. Black Hat came closer, looking over the strapped man expectantly. Suddenly, the man started trashing more than he had before, muffled screams breaking through his muzzle. Black Hat gave a satisfied laugh and nodded his head. "That will do, doctor," he said grinning to the scientist. Flug looked to the demon and beamed. He felt free to do so, with his face obscured by the paper bag as per usual. And something told him, that in this specific moment, Black Hat wouldn't mind him sharing in this moment of triumph. "Make any adjustments you deem necessary, and we shall start filming tomorrow at 6 p.m. sharp." "Yes, sir!" Flug saluted, too giddy to care how ridiculous he might look. With just a roll of his eye, Black Hat left the scientist to his tests, Flug not noticing the key he placed on an empty table until after he was gone. With that product, they were able to get most of their clients back, and the mixture itself brought a sizable revenue. ...Of course, Flug had to mess it up. He became too arrogant, convinced that there were no limits to his abilities. He knew that he impressed Black Hat back then and he was so set on doing it again he lost his foresight. His personal project, his supposed assistant, turned out into a lovesick psycho-fan of his boss, something that wasn't ideal, but at least Black Hat found a use for her brutality and made her his own personal hound
512
Github
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [org/mybatis/spring/boot/autoconfigure/MybatisAutoConfiguration.class]: Unsatisfied dependency expressed through method 'sqlSessionFactory' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/alibaba/druid/spring/boot/autoconfigure/DruidDataSourceAutoConfigure.class]: Invocation of init method failed; nested exception is java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:586) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:372) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1341) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:572) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:759) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:762) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:398) at org.springframework.boot.SpringApplication.run(SpringApplication.java:330) at little.princess.sys.manager.ManagerApplication.main(ManagerApplication.java:27) Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'CUserServiceImpl': Unsatisfied dependency expressed through field 'cUserMapper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'CUserMapper' defined in file [/Users/murasakiseifu/my-project/princess-sys/princess-manager/out/production/classes/little/princess/sys/manager/core/mapper/CUserMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [org/mybatis/spring/boot/autoconfigure/MybatisAutoConfiguration.class]: Unsatisfied dependency expressed through method 'sqlSessionFactory' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/alibaba/druid/spring/boot/autoconfigure/DruidDataSourceAutoConfigure.class]: Invocation of init method failed; nested exception is java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:586) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:372) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1341) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:572) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1135) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1062) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:583) ... 17 common frames omitted Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'CUserMapper' defined in file [/Users/murasakiseifu/my-project/princess-sys/princess-manager/out/production/classes/little/princess/sys/manager/core/mapper/CUserMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [org/mybatis/spring/boot/autoconfigure/MybatisAutoConfiguration.class]: Unsatisfied dependency expressed through method 'sqlSessionFactory' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/alibaba/druid/spring/boot/autoconfigure/DruidDataSourceAutoConfigure.class]: Invocation of init method failed; nested exception is java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1436) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1323) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:572) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1135) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1062) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:583) ... 30 common frames omitted Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [org/mybatis/spring/boot/autoconfigure/MybatisAutoConfiguration.class]: Unsatisfied dependency expressed through method 'sqlSessionFactory' 'use strict'; var _createMachine = require('../createMachine'); var _createMachine2 = _interopRequireDefault(_createMachine); var _constants = require('../constants'); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } describe('Given the createMachine factory', function () { describe('when passing invalid configuration', function () { it('should throw errors if state or transitions are missing', function () { expect(_createMachine2.default.bind(null)).to.throw(_constants.ERROR_MISSING_STATE); }); }); describe('when we create a machine without a name', function () { it('it should automatically generate a name and allow the creation', function () { var machine = (0, _createMachine2.default)({ state: { name: 'idle' }, transitions: { 'idle': { run: 'running' }, 'running': { stop: 'idle' } } }); expect(machine.isIdle()).to.equal(true); machine.run(); expect(machine.isRunning()).to.equal(true); }); }); describe('when we create a machine without a state', function () { it('it should throw an error', function () { expect(_createMachine2.default.bind(null)).to.throw(_constants.ERROR_MISSING_STATE); }); }); describe('when we create a machine using the shorter syntax', function () { it('it should create a working machine', function () { var machine = (0, _createMachine2.default)({ name: 'idle' }, { 'idle': { 'run': 'running' }, 'running':
512
realnews
more in love than ever as they walked through the stunning Arizona landscape hand-in-hand. In honor of their incredible love story, we’ve gathered our other favorite Hollywood couple are positively the definition “relationship goals. “ Justin Timberlake, 36, and Jessica Biel, 35, proved they deserved a spot on the list. The “Can’t Stop The Feeling” singer grabbed his wife for a quick dance while he opened the 2017 Academy Awards with an incredible performance. Rumors swirled that the couple could possibly be expecting a little brother or sister for their son Silas, 2, which would just be the cutest! Speaking of adorable what about Gigi Hadid, 21, and Zayn Malik, 24? “I call her Gee, she calls me Zee,” the former One Direction member recently told the Sunday Times Style. “There’s some other nicknames, too, but I’ll keep those private,” he said. He even revealed that Gigi has moved into his house and they’ve been living together for a year! While Gigi and Zayn defined newly-in-love goals, Goldie Hawn, 71, and Kurt Russell, 66, totally won the award for long-term relationship goals. They met in 1983 and have stayed together for over three decades! “I would have been long divorced if I’d been married,” Goldie said at the Loose Women panel in Sept. 2016. “You like your independence there’s something psychological about not being married because it gives you the freedom to make decisions one way or the other. So, for me, I chose to stay, Kurt chose to stay,” she said. HollywoodLifers, which couple is your favorite? Sound off in the comments below! A couple of days ago the National Highway Traffic Safety Administration had to issue a recall for 4.7 million vehicles because of faulty airbag inflators. However, not so long after that number was increased to 6.1 million. This led the Government run safety service to launch a new tool in order for people to check to see if their car was affected by the recall, but the NHTSA vehicle recall search is not working. The service seems to have been down all of today, and also part of yesterday, and at that time all we had was a blank screen and that was it. However, there has since been an update, stating that NHTSA is experiencing intermittent network issues, and so has been affecting some services, such as the SaferCar.gov website. Seeing the NHTSA recalls search system go down has caused a headache for drivers looking to see if they are affected by the latest Airbag recall for October, as this now means they will have to go to the manufacturers website to find out instead, which there are ten of them. We are not sure how long the NHTSA recall search by the VIN look-up tool will be down for, but we do hope it isn’t long, as it is much easier to just got to the one website, rather than search for all the others. Here is the link to the recall checker just in case it does decide to come back up soon, making life
512
goodreads
more in the beginning than I did towards the end. No real complaints, but I found myself just wanting to know what happened, rather than caring about the details building up to the reveal. Really beautifully written, but I was a bit let down by the ending. More complete review to follow. Full review: In some ways, I'm on the fence about this book. It had a lot of stellar qualities to recommend it, yet there was also something unsatisfying about it, maybe because I felt like what I expected this book to be and what it turned out to be were kind of two different things. Spoilers to follow. The description of this book reads like science fiction, and one of the promo blurbs I read about it called it a cross between The Martian and another book whose name escapes me. The part about The Martian caught my eye because that was a book I read with an all-consuming fury because I loved it so much. This book isn't the same thing, but that isn't necessarily bad. The problem is, I think comparing it to The Martian is misleading, because while this book does have science fiction elements in that some of the characters are on a mission to Jupiter, this is not a science fiction book. It's a character study that's far more concerned with its characters' inner workings than with the more fantastical elements of its plot. That is to the book's credit. It's a very introspective book, but though it lacks in pulse-pounding action, I found it extremely compelling. I was incredibly moved by Sully's and Augie's thoughts about their pasts and their struggles to cope with the new reality before them. They were fully-fleshed, fully realized characters with whom I sympathized and about whom I wanted to know more. The book's prose is also so lovely that it was a pleasure to read, and I felt immersed in the characters' worlds and heads. The unsatisfying part is twofold: I saw the plot twist coming, and I found the ending disappointing. I'm not going to give the plot twist away, so I won't say much about it other than that while I liked the idea of the twist, figuring it out before the book got there lessened its impact because it had no shock value for me. I think that the twist may have been too drawn out because from pretty early on I had my suspicions about where the book was going with it. As for the ending, throughout the book, the question of what happened on Earth is left unanswered. This makes sense because Augie is in the midst of polar isolation and Sully and her crewmates are out in space, but I could not get past the nagging question of where everyone one Earth had gone. The book hints that a war happened, but I could not stop wondering about the nature of that war and how it could possibly have wiped all humanity from the face of the planet. I wanted an explanation
512
s2orc
the end of 2015 for participants without a reported date of death. Potential confounders Age, sex, cigarette smoking status, and body mass index (BMI) were evaluated. Concerning the cigarette smoking status, participants were classified as non-smokers, exsmokers, or current smokers. Non-smokers were defined as adults who had not smoked at least 100 cigarettes in their lifetime, ex-smokers were defined as adults who had smoked at least 100 cigarettes but were not currently smoking, and current smokers were defined as adults who had smoked at least 100 cigarettes and were currently smoking. BMI was calculated as body weight divided by the square of the height (kg/m 2 ). According to the definition of obesity for Asians [21], BMI was categorized into normal (BMI < 23 kg/m 2 ), overweight (BMI 23-25 kg/m 2 ), and obese (BMI ≥ 25 kg/m 2 ). Data on hypertension and diabetes were collected using a questionnaire. If participants reported using medications for hypertension or diabetes, they were considered to have the diseases. Hypertension was defined as systolic blood pressure ≥ 140 mmHg or diastolic blood pressure ≥ 90 mmHg. Diabetes was defined as fasting serum glucose levels ≥ 126 mg/dL. Each chronic disease was defined as described previously [22]. Statistical analyses For baseline characteristics, continuous variables were presented as mean ± standard deviation, and categorical variables were presented as frequencies and percentages. Proportions of CV events and deaths were calculated according to the quartiles of lipoprotein cholesterol. Cox proportional hazard models and linear regression analyses were used to investigate the association between the quartiles of lipoprotein cholesterol and CV events or mortality. Four models were constructed for analyses-a crude model and three adjusted models. Model 1 was adjusted for age and sex; Model 2 was additionally adjusted for cigarette smoking status; and Model 3 was additionally adjusted for hypertension, diabetes, and BMI. In the Cox proportional hazard model, participants who did not have CV events but died before December 31, 2015 were right censored. Hazard ratios (HRs) and 95% confidence intervals (CIs) were obtained using Cox proportional hazard models, and beta coefficient (β) and P-values were calculated using linear regression analyses. To exclude reverse causality, an additional analysis was Participants at a risk of future CVD events or CV death were assessed by stratified analyses in Model 3, which was stratified by sex, cigarette smoking status, and presence of hypertension, diabetes, and obesity. The purpose of this stratified analysis was to explore any effect modifier (interaction). Statistical analyses were performed using STATA software (version 16.1; StataCorp, College Station, Texas). A P-value of < 0.05 was considered significant. Results Baseline characteristics of participants Of the 62,604 participants included, 32,584 were men and 30,020 were women. There were 323 CV events and 114 CV deaths during the mean follow-up period of 3.3 ± 2.1 years (maximum: 9.0 years). The mean LDL-C values from the first, second, third, and fourth quartiles were 73.2 ± 15.1 mg/dL, 103.5 ± 6.5 mg/dL, 125.6 ± 6.9 mg/dL, and 161.6 ± 25.0 mg/dL, respectively. The mean HDL-C values from the first, second, third, and
512
realnews
words and actions are sure to be compared—and contrasted—with John Paul’s. “It’s unfair, but John Paul’s warmth will be compared to the theological coldness of Benedict,” Israeli political scientist Shlomo Avineri told JTA. “The fact that he was in the Hitler Youth, though involuntarily, will make everyone look at every move and turn of phrase.” Several issues have strained Vatican-Jewish ties in recent months. There is ongoing controversy over wartime Pope Pius XII’s role in the Holocaust, and Jewish groups erupted in January when Benedict lifted a 20-year-old excommunication order against a traditional bishop who turned out to be a Holocaust denier. In Rome, Lisa Palmieri-Billig, the American Jewish Committee’s liaison with the Vatican, told JTA that both sides were striving to minimize lingering problems ahead of the papal trip. “All the problems that might have loomed on the horizon before the pontiff announced his trip are being muted within the perspective of the importance of the visit for bilateral relations,” she said. “Both the Israelis and world Jewry are aware of this and want to nourish good relations.” On April 12, Benedict, 82, said he would “emphatically” bring a message of “justice and truth, mercy, forgiveness and love” on his trip. “Reconciliation—difficult but indispensable—is a precondition for a future of overall security and peaceful coexistence, and it can only be achieved through renewed, persevering and sincere efforts to resolve the Israeli-Palestinian conflict,” he said. The pope’s itinerary mixes prayer, politics and pastoral teaching to local Christians with an attempt to improve interfaith relations with both Muslims and Jews. It includes stops in Jerusalem, Bethlehem and Nazareth. There will be open-air Masses and meetings with Muslim and Jewish religious leaders. The pope will visit the Yad Vashem Holocaust memorial and the al-Aida Palestinian refugee camp near Bethlehem. He will hold meetings with Israeli President Shimon Peres and Prime Minister Benjamin Netanyahu, as well as with Palestinian Authority President Mahmoud Abbas. Official Vatican policy is to maintain an equilibrium of sorts in its relations with Israel and the Arab world. “Its diplomacy is different from that of other states because it is always aware of the Christian populations,” Palmieri-Billig said. In Jerusalem, Oded Ben-Hur, a former Israeli ambassador to the Vatican, said the pope would be welcomed as a friend of Israel. The visit, he told reporters, is proof that “relations between Israel and the Holy See are strong and solid.” Ben-Hur said Benedict “has never missed an opportunity to reiterate his commitment to dialogue and to relations with Israel.” The two states formalized full diplomatic relations in 1994. But years of fitful negotiations have failed to resolve several lingering issues, including fiscal status and tax issues regarding Church property in Israel and visa restrictions on Arab Christian priests. Meanwhile, Arab and Muslim sentiment ahead of the visit appears to be mixed. One possible problem could be the pope’s last day in the region, May 15, which coincides with the day Palestinians commemorate as the Nakba—the “catastrophe” of Israel’s birth in May 1948. “The pope’s Palestinian hosts will certainly ‘instrumentalize’ this,” Avineri said.
512
s2orc
hairs. A J Peabody, R J Oxborough, P E Cage, I W Evett, Journal of the Forensic Society. 23Peabody, A. J., Oxborough, R. J., Cage, P. E. and Evett, I. W. 1983. The discrimination of cat and dog hairs. Journal of the Forensic Society, 23:121-129. Pet fur or fake fur? A forensic Approach. E Pilli, R Casamissima, S Vai, A Virgili, F Barni, G D&apos;errico, A Berti, G Lago, D Caramelli, Investigative Genetics. 57Pilli, E., Casamissima R., Vai, S., Virgili, A., Barni, F., D'Errico, G., Berti, A., Lago, G. and Caramelli, D. 2014. Pet fur or fake fur? A forensic Approach. Investigative Genetics, 5: 7. Is alopecia areata an autoimmune disease?. V A Randall, Lancet. 358Randall, V. A. 2001. Is alopecia areata an autoimmune disease? Lancet, 358: 1922-1924. Cosmetic Application of LASER and light based system. V A Randall, N V Botchkareva, Ahluwalia G. S. EdWilliam Andrew IncNorwich, NYThe biology of hair growthRandall, V. A. and Cardiac arrest survivors treated with or without mild therapeutic hypothermia: performance status and quality of life assessment Robert Kowalik Ewa Szczerba Łukasz Kołtowski Marcin Grabowski Karolina Chojnacka Wojciech Golecki Adam Hołubek Grzegorz Opolski Cardiac arrest survivors treated with or without mild therapeutic hypothermia: performance status and quality of life assessment O R I G I N A L R E S E A R C H Open Access Background: Hypoxic-ischaemic encephalopathy is the main determinant of clinical outcome after cardiac arrest. The study was designed to determine long-term neurological and psychological status in cardiac arrest survivors, as well as to compare neuropsychological outcomes between patients treated with mild therapeutic hypothermia (MTH) and patients who did not undergo hypothermia treatment.Methods:The article describes a single-center, retrospective, observational study on 28 post-cardiac arrest adult patients treated in the cardiac intensive care unit who qualified for MTH vs. 37 control group patients, hospitalized at the same center following cardiac arrest in the preceding years and fulfilling criteria for induced hypothermia, but who were not treated due to unavailability of the method at that time. Disability Rating Scale (DRS), Barthel Index and RAND-36 were used to assess performance status and quality of life in both study groups after hospital discharge.Results: There were no statistically significant differences in physical functioning found between groups either at the end of hospital treatment or at long-term follow-up (DRS: p = 0.11; Barthel Index: p = 0.83). In long-term follow-up, MTH patients showed higher vitality (p = 0.02) and reported fewer complaints on role limitations due to emotional problems (p = 0.04) compared to the control group. No significant differences were shown between study groups in terms of physical capacity and independent functioning. Conclusion: To conclude, in long-term follow-up, MTH patients showed higher vitality and reported fewer complaints on role limitations due to emotional problems compared to the control group. This suggest that MTH helps to preserve global brain function in cardiac arrest survivors. However, the results can be biased by a small sample size and variable observation periods. Background Nearly 275,000 out-of-hospital cardiac arrests (OHCA) occur in Europe each year [1]. Sudden cardiac arrest (SCA)
512
gmane
that some combination of fast channel change and warm versus cold reset is making things better/worse. And although a cold reset is likely a good thing to _fix_ the problem, it still leaves the underlying DMA/PHY hangs unresolved. But yes, please file a bugzilla ticket so this gets tracked right! Thanks, Adrian Hi, I have two robots that work together to play a game of checkers. All the methods that I have written work while testing but when I put everything together the rcx does not respond after scanning the checker board. After scanning the board it should make its move. It just sits there. My concern is that the master rcx has run out of memory while calculating a move to make. After commenting out some diagnostic methods (lcd data and beeps) it makes a move. I am wondering is there a way I can determine the amount of memory free in the rcx and what does lejos do when it runs out of memory? Mike Hi, I have created the framework for publisher-subscriber and created publisher and consumer clients for basic testing as well. Now, I also want to test the performance as well, as in, I want to give the numbers like - (1) How many messages, my publisher client will be able to publish per second or rate? (2) How many messages my consumer will be able to consume (per second) .. rate? (a) with messages already in the queue (b) parallely publishing as well Earlier I have tried doing same by some time functions before and after 1 and last mess respectively, but I don't think that was a proper way. Please let me know if you have done the same measurement? Thanks Regards Deepak I'd like to announce that Commons Discovery 0.4 has been released. Discovery provides facilities for discovering implementations for pluggable interfaces. Discovery 0.4 is a long overdue release (0.3 failed at the last hurdle to actually be released). Discovery is not an actively developed component, so this release is chiefly to mark a stable point that the users of discovery can depend on. Full details of this can be found in the Release Notes. http://www.apache.org/dist/jakarta/commons/discovery/RELEASE-NOTES.txt Discovery is available in either binary or source form from: http://jakarta.apache.org/site/downloads/downloads_commons-discovery.cgi Henri Yandell Hi, i'd like to rewrite configure for alsa-utils and alsa-tools to use pkg-config for alsa-lib. you might have found alsa.pc already in alsa-lib. the only concern is that pkg-config is unlikely installed as a standard tool in most distributions. but surely pkg-config is the right way to go. also, how about to add a define "-DALSA_PCM_NEW_HW_PARAMS_API" to cflags in alsa.pc, so that the new PCM API is chosen if someone uses pkg-config ? there is still alsa.m4 for the older API, so existing applications don't suffer by this. any comments please? Takashi Dear all, Pseudo-distributed mode is still used since I am still coding. When scanning a table, I noticed that a single thread was much faster than each one in a multi-threads module. For example, the following method can be done in 2 or 3ms
512
Pile-CC
to love this community.” Credit: Susan France ‘I always thought one day I’d be a rockstar’ Teigland grew up playing in bands, mostly metal. It was an important creative outlet, but when life got harried, slowly he drew away from songwriting and guitar-playing, and it took a toll on his well-being. Then, he began to cook. “The less I was playing guitar, the more I was making recipes,” Teigland says. “It kind of met that creative need.” Since entering the food industry, the parallels between running a kitchen and fronting a band have scratched Teigland’s itch for community and creativity. “Having these crazy songs and sets that are an hour long… it’s not that different than running a kitchen, where instead of like a bass player and a drummer, I have a sauté cook and a grill cook, and I have somebody on the flat top and we’re doing all these things in unison,” he says. “At the end of the day, once you see something awesome come out, it’s the same as music. Like I got to hear this really cool song or write this really cool song… or I just created this menu that’s just awesome. It really does seem almost the same to me.” The kitchen lifestyle also meshes with the musicians’. Teigland says you have to alter your schedule so radically that your pool of friends shrinks to those who also work nights and whose weekends are Monday and Tuesday. The lifestyle is a pressure cooker, mashing “ex-cons to high school kids” into friendships. It’s insular, like a gaggle of metalheads can be, and it works better for some than others. “I know there are a lot of issues with mental health in the kitchen, I think everybody, whether they want to admit it or not, struggles with some kind of mental health issue,” Teigland says. “For me [the kitchen] is a good outlet to not be depressed or stressed.” Coming soon from Community: Ramen, rum and tacos at Birdhouse in Erie Opening in downtown Erie early this summer (tentatively) is Birdhouse, a new restaurant from Community owner Scott Skiba and Chef Chris Teigland. The theme: “Ramen, tacos and rum,” Teigland says. “The new comfort foods. Every time we want to go out to eat, it’s like my wife wants tacos, I want noodles. And it was just like, let’s make a place where we can do both. “It is kind of like a nightmare in a sense,” he adds, laughing. “Trying to design a kitchen, like how are we going to do this? But I think we got it, and I’m super excited about it.” They’re not peanut butter and jelly, but ramen and tacos go together better than you might think, at least from a preparation perspective. They’re both foundational dishes, albeit from opposite sides of the world, and swapping traditional ingredients in one for the other will likely create fun, delicious plates and bowls of food. For instance, Birdhouse will have an al pastor spit, on which they’ll slow-roast pork butt. It’s pork belly that
512
ao3
if to say _finally_. There were a million things to focus on at once. Liam's hands in his hair. Liam's skin, so soft, beneath his fingers, as he rucked up his shirt. Liam's tongue, confident, as it made swipes against the roof of his mouth. Liam, digging his way into Theo's heart and refusing to budge. But all Theo could really think was that he made the right choice. Liam was a reason to stay, _~~Maybe.~~ Definitely._ **Author's Note:** > This is my first adventure into the thiam fandom, so hi everyone! > > (This was also written on my phone in like an hour so please forgive all my mistakes.) "Race ya!" Eddy shouted as he and Ed quickly placed blue portals on the floor and orange portals on the low ceiling above them. They jumped in and fell, pointing their legs together and putting their arms to their sides to pick up as much speed as possible. They faced the wall in front of them and shot orange portals at it. As they fell through the blue portals on the floor with the speed they gained, they rocketed out of the orange portals and high speed and whizzed down the hallway in midair. "WAIT!!!" Ed shouted, stopping in midair like a cartoon and grabbing Eddy as he whizzed by. "What about Double-D?" He said as reality came back and he and Eddy plopped onto the floor. "Oh yea, I forgot! Double-D would go crazy for scientific stuff like this!" Eddy shouted as he and Ed continued their race to find Edd first. * * * "`The symptoms most commonly produced by Enrichment Center testing are superstition, perceiving inanimate objects as alive and hallucinations."` Edd quickly realized the usefulness of his Weighted Companion Cube as soon as he went into the next room of the test. Early on, Edd found out he couldn't place portals on metal surfaces, of which were increasingly strategicly placed throughout the test chambers to add to the challenge and keep Edd from simply "portaling" his way past every obstacle. And since the entire hallway he was walking through was made of metal, he was glad that his Companion Cube repelled the energy balls that were slowly coming towards him. After going through another hall, using his Companion Cube again to deflect the energy ball bouncing to and fro in it, he came across the main part of the test chamber. On one side he found an inlet covered in metal with a passage to another part of the test elevated above his reach. Edd also took notice of the three platforms on the ground next to it as well as multiple catchments for energy balls. Edd quickly found solutions to the numerous puzzles involved in getting the energy balls into the catchments, ranging from using his cube to deflect the ball into it to using his companion to weight down buttons to open the door blocking the ball's path. As each catchment was activated a platform would rise and become another stepping-stone to the inlet, which
512
StackExchange
MYAPP_SERVICE_HOST=10.11.248.5 ... So how can I get the kubernetes endpoint of the pod? A: I've been able to get the endpoint ip of each pod by adding it as an environment variable this way: kubernetes deployment: spec: ... template: spec: containers: - env: - name: POD_IP valueFrom: fieldRef: fieldPath: status.podIP ... Now I can access the pod ip/port and assign it to the application.server parameter in each instance of the application: private final Environment environment; @Autowired public SomeController(Environment environment) { this.environment = environment; } ... props.put(StreamsConfig.APPLICATION_SERVER_CONFIG, System.getEnv("POD_IP") + ":" + environment.getProperty("local.server.port")); Q: Object doesn't Support Property or Method 'replace' I am getting a strange error in my javascript code. Here is the code sample function FetchData() { var selValue=$("select[id$=ddlComponents]").val() var param=$.param({ID:selValue}); var method="proxy.aspx/GetComponentsValuesAgainstOilValue"; $.ajax({ type: "POST", url: method, data: param, contentType: "application/json", dataType: "json", success: function(response) { if (response.replace(/"/g, '') == '{d:[]}') { response = eval('(' + response + ')').d; } }, error: function(xhr,error,status) { alert(error); } }); } It gives me an error at following line of code if (response.replace(/"/g, '') == '{d:[]}') { response = eval('(' + response + ')').d; } object does not support property or function 'replace'. But replace function is working with string variables otherwise. My JQuery ver is 1.6.4 Please help. Thanks vivek A: response is already an object. You don't need to do any JSON parsing on your own. Q: ServiceStack AutoQuery - Check for null in nullable DateTime-field I user ServiceStack autoquery to load information. I have a class like this one: public class QueryItem: QueryDb<Item> { public string Name { get; set; } public DateTime? BirthdayNotEqualTo { get; set; } } As written in the documentation, I should be able to receive all items that are not null in the Birthday column like this: QueryResponse<Item> item = jsonServiceClient.Get(new QueryItem { BirthdayNotEqualTo = null }); However, I receive all items, regardless of the null-filter above. How can I change that? The values in the database are correctly set to null. A: It's not possible to send a null value using the ServiceClient. A null value, like default(DateTime?) means no value, so there's no "null filter" sent and your query is the same and indistinguishable from sending an Empty QueryItem DTO. You'd need to use a Custom AutoQuery Implementation or a Customizable Query like: [QueryDbField(Template = "{Field} IS NOT NULL", Field = "Birthday")] public bool? BirthdayIsNotNull { get; set; } Q: Django Model field calculated from other fields There are quite a few other questions here around this but none of them have helped. I would like a yield field to be calculated by yield = starts / finishes fields. I'd like to graph it using Highcharts. However when I add an object via Admin portal - it's setting yield = 0 and won't calculate. models.py: class wYield(models.Model): starts = models.PositiveIntegerField(default=0) finishes = models.PositiveIntegerField(default=0) ## ONE: i've tried the below: yield_num = model.FloatField() def save(self, *args, **kwargs): if self.starts > 0: self.yield = self.finishes / self.starts else: self.yield = 0 super(wYield, self).save(*args, **kwargs) ## TWO: i've tried this but then I don't know how to
512
ao3
put back on your kefta," he said, looking down at her as the coach rolled to a stop, "We'll be camping here and there's a chance some of our enemies could be near." With a start, Alina realized she was still kneeling in front of him and rushed back into her seat to slide on the heavy black material.Still feeling the ache of longing between her legs, she intentionally busied herself with the buttons. The Darkling made to get out of the coach but paused and turned back letting his gaze slide over the frame of the girl clumsily pulling at her buttons. "Alina?" Her head snapped up at the mention of her name. The ghost of a smirk graced his lips, "Your gratitude was very much appreciated." With that, he slid noiselessly out of the coach, leaving his Sun Summoner blushing furiously and smiling to herself in his wake. **Author's Note:** > I decided to add to the Darkling/Alina smut because there can never be enough. In any case it's hard not to think about sex when it comes to the Darkling. Wait...did I really type that out?? Pretty sure Alina agrees though. Anyways, hope you enjoy the story! Feedback will be much appreciated :) Marrybell, suddenly smiles at me, however, this pisses Ray off, suddenly Ray marches up to me and hugs me, turns her head to Marrybell and snarls, "Back off hussy Mistress Kallen is mine!" In complete shock Marrybell throws her hands up, proclaiming, "Alright, alright all back off!" 4. February 1st, 2015 _**Date: Wednesday, February 1st, 2015** _ _**Location: Vladivostok, Russian SSR: USSR** _ _**Kuoh Academy** _ _**Time: 1:00 PM** _ * * * ** _Kallen's POV_ ** * * * As me and Ray are walking to our next class we hear heated voices and heavy sobbing in the next hall. Fearing the worst we rush to the tense commotion. As we skid to as stop I see a girl being picked on by four bullies. Enraged and before Ray could even think to stop me I march up to them and snarl, "LEAVE HER ALONE NOW!" The bullies then turn to me. One leers at me, "And why should we do that pipsqueak?" I clinch my fist as my rage boils over, "Do it now or there's going to be trouble!" One of the other dicks sticks his middle finger up at me, "Oh yah whore, screw you!" Thinking they can beat the shit out of me all four assholes rush at me at once. The first one swings wildly at me, but I grab his wrist and elbow and throw him to the floor then break his arm at the elbow. The second attempts to kick me, but I grab his leg then with my free hand and grab the back of his neck and throw him to the ground. The third pulls a knife and charges madly at me, but I sidestep and grab the hilt of the knife. I pull downwards, then with my back leg I kick the dick's feet from
512
ao3
"Gah," I said, turning to look out the window. "You're horrible, you know that?" "Well…you gonna stick by me, horrible or not?" Dom said slowly, reaching over to take my hand in his. "Maybe," I sighed. "I guess. I'm stuck with you…couldn't get over you even if I wanted to." "Good," Dom said, bringing my hand up to his mouth and kissing my palm. "I never want you to get over me. 'Sides," he laughed, looking over at me, "I'm sure you'll find another girl who deserves to get the shit kicked out of her soon enough…" "Or maybe I'll just kick the shit out of **you** ," I muttered, rolling my eyes. 70. Santa Monica **Notes for the Chapter:** > "You gonna stick by me?" "You gonna stick by me?" "Maybe…." OoOoOoOoOo "Where the hell are we going **now**?" Letty asked as I pulled onto the freeway, still headed the opposite direction from home. She was still annoyed with me…obviously. Couldn't really blame her - I knew she'd been wanting to get revenge on Julie for a long time, and I'd just taken all of that away from her. Still, though, I didn't regret the truce with Johnny. If we didn't put a stop to everything right then, I knew it would just keep escalating… I knew the Tran family wouldn't hesitate to press charges against us…and the last thing I needed was Letty in jail. I don't think I could handle that. "You'll see," I said softly, looking over at her. "Fine," she huffed, pulling away from me slightly. I had to keep myself from laughing. Letty was so upset that she wouldn't be able to go after Julie, she hadn't even realized what it all really meant. Eventually, she fell asleep again. I didn't wake her up right when we got to the pier, just sat there watching her sleep until she stretched, turned towards me and opened her eyes. "Hey," I said lowly, "you okay? You've been sleeping a lot lately…" "Yeah," Letty answered, running her hands through her hair as she sat up. "I'm fine. Just tired, you know?" I nodded. I'd been tired too - hell, all of us were. We needed a break…something to get away from it all and just chill for a while. I was thinking of taking the team down to Mexico as soon as Letty was done with school…Cozumel or Cancun or Puerto Vallarta…some crazy resort town. Or maybe even some sleepy little village no one'd ever heard of. But that would have to wait… "Where are…" Letty started before interrupting herself. "Dom!" she went on after a minute, "this is Santa Monica!" "Yeah," I said, grinning at her, "it is." "What are we doing in Santa Monica?" she asked, a shocked look still on her face. "Well," I said, laughing a little, "I remembered how you always used to beg to come here, so… Thought we could use some fun time." Letty grinned at me, and quickly leaned over to kiss me before jumping out of the car. "I am
512
YouTubeCommons
numbed it goes down so I think that guilt that they feel is that if I truly confess and I Repent I'm telling myself that what I'm doing is wrong and it just gives you it doesn't give you a pass to continue doing what you have to do so yeah that's what I think yeah the thoughts there are actually quite interesting and if we think about it repentance is made easier when we confess for example if you're a thief and you need to go and confess to someone that you're a thief that is really really hard turning away from it is easier done after you have confessed it so that's why confession and repentance normally come together because you can't repent from something which you don't even acknowledge uh that yeah is wrong in the first place right so I'd like to highlight something that is important because there's an area that sometimes we feel that we won't be able to stop doing this thing that we're repenting from the Bible says in Philippians 4:13 I can do all things through Christ who strengthens me so it is Christ that helps us to be able to repent but confession is something that it's us who have to do the Bible says it is the goodness of God that leads us to repentance so God is good to us and gives us the power so if we try turning away from sin ourselves you can try it and you'll end up failing but if you do it with God you'll be able to turn away from it completely yes yes amen thank you very much so the next question can you take us through that shamala um okay I think teacher Niko has clearly pointed out how confession can bring us closer to God when we do something wrong to someone and acknowledge it the next step is is typically how do I get on their good side again and therefore when we accept our wrongdoing uh to God we will most likely be urged to take steps towards correcting our wrongdoing and I think confession when done enough times leads to repentance and that's our whole life really because we as Humanity um with the fall in Genesis chapter 3 we went through this period of just falling out of relationship with God and the whole idea of confessing and repentance is really defining what it is to be human because we have to confess daily to the sins that we continually commit but our repentance is working to live Christlike and leading our lives in a way that is sort of imitating the way Christ did so his example on Earth is to truly show us what repentance is in full light so that we can get back to relationship with God do you guys think that there is any connection between pride and the unwillingness to confess yes I think that there's a connection because when you're proud you're more likely to to see yourself as
512
StackExchange
attacks. Q: Review & Send - legal notice is cut off I was in the process of submitting my CV for an opening and on the "Review & Send" tab noticed that the legal notice at the bottom is being cut off. Selecting the cut off text and pasting elsewhere revealed the following: By submitting your application you agree to our privacy policy and terms of service Please fix - it is kinda important. I am using the latest Chrome on Windows 7. A: This looks to be fixed on Chrome/Win7 now. Thanks for the report. EDIT: Nope. Doesn't work with long cover letters. EDIT: Yep. This is done now. Q: How do i pass variables between functions in javascript Here are 2 functions in the simplest form. I'm working with jquery. What is the best way to pass var str from the first function to the second one. function a() { var str = "first"; }; function b() { var new = str + " second"; }; A: Use function parameters, like this: function a() { var str = "first"; b(str); } function b(s) { var concat = s + " second"; //do something with concat here... } You could just declare a variable higher up in the scope chain, but I opt to use arguments to restrict variable access to only the contexts that absolutely need it. Oh yeah, isn't that called the principle of least privilege? A: You need to either pass it between them, or it seems from your example, just declare it in a higher scope: var str; function a(){ str="first"; } function b(){ var something = str +" second"; //new is reserved, use another variable name } Q: iPhone SDK: Checking the ID number for each object in a UITableView and change the badge number accordingly I'm tryin to use some code to create a badge number for the iPhone App Icon. I can successfully do this, however the code I am using (below) is pretty bad and could easily be done better, however I do not have the logic knowledge to be able to do this. This is what it's doing... Get's the 'ID' of a user from the first message in a UITableView. It then checks this against the stored ID (from the first object when it was last loaded) and makes the badge number 1. Then checks the second ID in a message to see if that is the same as the stored. If not it will make the badge number 2. etc etc.. What I want it to do is automatically check the IDs and add '1' to the badge number until the first post with the correct ID is found however, I'm not too sure on the coding. Any help would be great! Thanks (The code is below:) NSDictionary* tweetValues = [[NSDictionary alloc] init]; tweetValues = [tweets objectAtIndex:1]; NSString *newStatusID = [[tweetValues objectForKey:@"id"] stringValue]; NSString *oldStatusID = [[NSUserDefaults standardUserDefaults] stringForKey:@"latestID"]; [UIApplication sharedApplication].applicationIconBadgeNumber = 0; if([newStatusID isEqualToString:oldStatusID]){ [UIApplication sharedApplication].applicationIconBadgeNumber = 0; } else { tweetValues = [tweets objectAtIndex:2]; newStatusID = [[tweetValues objectForKey:@"id"]
512
Pile-CC
abilities of Nanoha's that are so powerful they warrant mentioning by virtue of their very existence: Divine Buster: Arguably one of Nanoha's most potent attacks, Divine Buster is classified as anti-personnel artillery magic. It is, essentially, a condensed beam of Nanoha's own pure magical energy that is used to bombarde targets at short or long range, overpowering all but the absolute best of defenses. Divine Buster Extension allows for Nanoha to use a scope to increase her accuracy and use the spell for sniping. It's range and power can both loosely be classified as Extreme. Mid-Childan Spell Ranking when used by Nanoha: AA+ Excelion Buster: A variation of the aforementioned Divine Buster, the Excelion Buster is useable when Nanoha in Exceed Mode or Excelion Mode. It increases the power, caliber and range of the spell beyond the already impressive levels it was at in Nanoha's normal form. It uses the Cartridge System to boost the magical output of the spell, bypassing the limits of the Divine Buster at the cost of some wear and tear on the user. Spell Rank: S Starlight Breaker: Nanoha calls it her own variation on the Divine Buster, but in reality it is a very different type of magic altogether. It is easily classified as her 'Ultimate Attack', and for good reason. Starlight Breaker rapidly collects and harvests all residual magical energy left over in the combat airspace and uses it to create a new attack that surpasses even the most powerful spells, by the very nature that it feeds off magic itself, and is not limited to the power of the user, but rather to how much magic is in the air at a given time. In a pinch, Nanoha can rapidly collect the energy she needs by expending up to a full magazine of cartridges to "flash fry" the amount of magic needed, though this takes a hefty toll on her stamina. After the magic is gathered, it is released in an earth-shatteringly powerful attack. Spell Rank: SS Axel Charge System (ACS Mode): When Raising Heart is in its spear form, Nanoha combines the energy bayonet on the tip of Raising Heart along with a burst of speed from the energy wings on the device to penetrate the target's magic defenses. Then, she unleashes a massive burst of energy inside the defenses. Two cartridges are spent for the first phase, three for the second. Break Shoot: Not so much a particular spell as it is a noteworthy part of Nanoha's fighting style. Break Shoot involves the overpowering of an anti-magical defense or barrier by first crashing against it with a magic attack, and then while the defense flickers hitting it full force with a follow-up, oftentimes more powerful, second magic attack that obliterates the defenses to push through to the target, allowing Nanoha to overpower even some of the most powerful magic resistances through sheer volume of magic. Barrier Jacket Modes Sacred Mode: The most basic form of a Barrier Jacket, and sadly one Nanoha gets to use few and far between. It's a mode
512
OpenSubtitles
born." "Where Plover told tales to Jane and Martin." "I saw something in there." "That poor ***." "They were just trying to get a button to Fillory." "Yeah, so he could escape this monster." "We live in a world that is one world among many." "The Beast you saw was from one such place." "What does Jane have to do with the Beast?" "Still the same determined, little Jane Chatwin." "Ember gave her the ability to fuck with time, and Jane used it to create a time loop." "When she'd fail to stop The Beast, she'd restart the loop." "What's different this time?" " I was at Brakebills?" " You were supposed to be." "I can't sit here now and think it was anything but fate." "We summoned a goddess." "She touched all of us." "She granted every petition." "There was one time we didn't all die... when we went to Fillory." "I'll go to Fillory on one condition." "The girl you saw in the dungeon?" "We'll get her out." "We need some serious battle magic." "Spells only work if you channel 100% clean." "Bottling our emotions literally." "Shall we go fuck some shit up?" "You slept with two other people." "We broke up." "I was out of my mind." "I made a mistake." "My friends, I just..." "I can't let them fight The Beast on their own." "You want me to come to Fillory with you?" "Yeah." "Kind of been planning this trip since we were nine." ""Fillory and Further." "Book Seven."" "I will think of a great title later." "_" "_" "I knew it started as a blob of crazy magic energy floating in space that gave birth to the gods, Ember and Umber, that gave birth to this amazing place:" "Fillory." "And I even knew that that place was real." "What I didn't know was one day," "I would actually go there and seek out the gods themselves." "Ember?" "We need to talk to you." "Go on." "Put a little conviction in it." "Ember!" "Okay." "Um, how did Martin summon him?" "I don't know." "The books are all poetry." "It's like, "Martin's blood sang to the gods."" "Em." "Q." "What if it was literal?" "That's worth a shot." "Damn it." "You okay?" "No, I just stabbed my own hand." "Ah!" "We were expecting something amazing, and it... it was amazing." "Just more the shitty kind." "Smells like an outhouse in here." "Jeez, look at all this trash." "Someone's been holed up here a while." "It is customary to bow," "Children Of Earth." "Have you brought me little cakes?" "You're probably a little confused, so now I'm gonna do that thing I kinda hate where the book rewinds to fill in all the blanks." "Sorry." "Let's do it." "_" "Holy shit." "Our route to Ember started when we traveled back in time to 1942 to follow Jane Chatwin through a vaguely TARDIS-looking portal to Fillory." "Here she comes!" "We figured once we were actually there, we could get to the present and back to my friends somehow, 'cause that's Fillory."
512
StackExchange
gold coins has increased a lot during the last years - but, because of high cost, production can not keep up [with that demand]. the dementsprechend would relate to the high demand in the previous sentence in a connotation of "as mentioned before" and not be redundant. Q: Why did the Faceless Men want the Waif to attack Arya? I don't understand why the Faceless Men wanted the Waif to keep attacking Ayra and then to try and murder her. A: Side info It's important to note that the waif is an acolyte, not a Faceless Man. The Waif was an acolyte of the Faceless Men serving in the House of Black and White in Braavos. While she initially comes across as someone who has mastered the art of being no one, she seems to slip up when Arya is concerned. She carries emotions for Arya's unworthiness (in her eyes), and she has made it a personal vendetta to prove that Arya is not a Faceless Man. Compared to Jaqen, the waif has always been disapproving and harsh for Arya; whereas Jaqen took the role of a "kind" teacher. But be aware that this can be an intentional training device, essentially "good cop bad cop", as part of Arya's training. her being harsh for Arya does not prove that she hates Arya. However, where this does cross the line into no longer being a training regimen, is the conversation between the waif an Jaqen after Arya refuses to assassinate Lady Crane. JAQEN: And? WAIF: As I expected. JAQEN: A shame. A girl had many gifts. JAQEN begins lifting the face off of the corpse. WAIF: You promised me. JAQEN: Don’t let her suffer. The WAIF nods and exits. A promise (and therefore a deal) was made, which means the waif explicitly asked to be the one to kill Arya, and Jaqen/the Faceless Men agreed to it. That sounds very much like a personal vendetta, which implies that the waif has an agenda other than being "no one", which means the waif is actually failing at being a Faceless Man. The fact that she had to make a deal with the Faceless Men proves that she is not part of the "hive mind", but rather makes a deal from one entity to another, which proves she is not "no one" and instead has an opinion that differs from the apathy that the Faceless Men expect out of their members. It is therefore possible that the waif was allowed to murder Arya because whoever died, an unworthy Faceless acolyte would die. The outcome, as far as the Faceless Men is concerned, would be the same. It's not impossible that Jaqen knew/expected that Arya would win, and that he knowingly sent the waif to her demise. But we don't know either way. What does seem evident though, is that Jaqen was well aware of the waif's mistakes (personal grudges) because he's able to identify the same mistakes in Arya. Answers to your questions I don't understand why the Faceless Men wanted the Waif to keep
512
reddit
up loving. I like the show, partly because it's the only TV show that portrays an autistic adult rather then a child or teen. With other shows the focus is on the effect of autism on a family, but with no family around the focus is on Shaun and how he grows with his experiences. I moderate on r/thegooddoctor and as an autistic adult I find using storylines and Shaun's characteristics a good way to educate people who watch the show. I totally agree with most of what u said but not so much with the transgender part. I don't think that really applies to Frank, so it's probably just about his sexuality Edit: but wow never thought about that first idea. Like it's him in the showers, he's covering his face almost showing he's embarrassed that he fucked up and now his hairs green and he doesn't fit in again. This girl I met In a Spanish class Junior year, Catherine, she was a sophomore and she seemed cool and geeky like myself. Started getting to know her and she messaged me on Facebook. She was pretty so It was a nice surprise to see she was interested in me to pursue me outside of school. Anyway we began chatting regularly I had gotten her number and we talked at school. After I had known her for about a week, we hadn't hung out outside of school or anything she tells me about being molested as a child and other traumatic things that happened to her. She sent me pictures of her slit up wrists and basically started dehumanizing herself over the phone to me. My initial reaction to all the information was shock but I just tried my best to reassure her what she was doing was not the best solution etc. At this point I was not as interested because I have had other relationships with people that suffer from depression and have self harmed and it frustrated me greatly. She began to always put herself down around me so I would compliment her or reassure her that was not the case. A few times she saw me talking to my friend Abby and freaked out at me over the phone like I dating her. flash forward about a month I've attempted to cut off communication with her because she was threatening my friends and constantly texting me about how she loves me and how I should love her. I still see her in the hallway, she has a boyfriend now, but every time she sees me she gives me a strange look that really bothers me. Sorry you had to go through that with your family :( For the other stuff though, you're not alone and it's more common than you probably think. I was 27 before I actually finally accepted and loved myself for who I am. Only then was I able to pursue a relationship with someone. I don't think most guys think virginity is a turn off. I had thought that myself and soon found I
512
reddit
team. PS: get into LoS before even asking for a heal, by the way. Healers can't start healing what they can't see. Take a deep breath. Do not get hostile. Who was there first? If you live in a small town your competitor may have church or club affiliations and people may be very loyal. He could be an Imperial Wizard or something! Hahaha As I said take a chill pill and always be polite. It will wear off eventually. Hickman does do a lot of foreshadowing, but I think this is referring to Tony's 'fall' when Cap and the other Avengers attack him at the beginning of the original sin arc, and he retaliates with his ai armors ("This is not just my home, it's where I go to work.") I keep smiling at the people saying "his apm suddenly dropped to 0 apm at random points in the game" because I've seen stealthypoo play in real life (Vancouver has had many local lans)... He is not your typical 300 APM all game long kind of a guy. This is something I find surprisingly common for many players. Many players just stop everything, and think about their next move. This results in having extremely low apm at certain instances in the game. Uh, people roll through ghettos all the time with cameras to shoot TV shows and the like. Someone makes a contact with someone who makes a contact guaranteeing safety while shooting in a certain area and that's all there is to it. Ghetto life is already glamorized to people living in the area thanks to certain forms of media which means all those guys who might rob you if they didn't see you with a camera will now come out and pose for you while you shoot B-roll so they can show their friends how badass they look on TV. No it is not discrimination. What it is is that men drive cars more dangerously than women, end of story. Discrimination would be charging more because they are men, not because they are more dangerous. As best the insurance company can tell, you are a 20-something year old with no driving record and male, which correlates to a specific risk level. When you start enforcing arbitrary policies that go against the natural flow of things, everybody gets fucked. If insurance companies are forced to start charging genders equally, they will be forced to charge women more in order to compensate for the money they are losing on men. Suddenly men are a losing market for insurance companies, and they will stop catering to them in at all. Awesome. A good responsive side scroller with a decent difficulty curve and an undeniably fantastic art design. Maybe the game type isn't for you but for what it is you have some truly awesome thematic visuals that all evoke that 1920s/30s cartoon feel with tight controls and a high difficulty. I'm in-progress of making an inter-connected world. It's an überhood (all 6 EA worlds, all 3 EA unis, Downtown, Bluewater Village, and all 3 travel destinations
512
StackExchange
I was going to find easily the answer in my books or googleing around and I was expecting to find a solution like when adding names to a vector ( names(v)<- names_vector), but I failed. I have come myself with two possible solutions but none of them seems elegant to me. R is not my main programming language but I assume that being R so pragmatic a better solution should exist (something like list(keys=x, values=y)). My solution 1: the classical loop solution: > xx <- 1:3 > yy <- letters1:3 > zz =list() >for(i in 1:length(yy)) {zz[[yy[i]]]<-xx[i]} my solution 2: indirect path through named vectors: > names(xx) <- letters[1:3] > as.list(xx) Seems that I have a solution, but my vectors have 1 million or more elements and I am worried not only about coding style (important to me) but also about efficiency (but I don't know how to do profiling in R). Is there a more appropriate way of doing this? Is it a good practice to use the named vector shortcut? [[UPDATE]] my applogies, probably I oversimplify the question to make it reproducible. I wanted to give names to the elements of a list. I tried names() first but seems that I did something wrong and did not work. So I got the wrong idea that names() does not work with lists. But they indeed do as shown by the accepted answer A: If your values are all scalars, then there's nothing wrong with having a "key-value store" that's just a vector. vals <- 1:1000000 keys <- paste0("key", 1:1000000) names(vals) <- keys You can then retrieve the value corresponding to a given key with vals["key42"] [1] 42 IIRC R uses hashing for character-based indexing, so lookups should be fast regardless of the size of your vector. If your values can be arbitrary objects, then you do need a list. vals <- list(1:100, lm(speed ~ dist, data=cars), function(x) x^2) names(vals) <- c("numbers", "model", "function") sq <- vals[["function"]] sq(5) [1] 25 If your question is about constructing the list, I wouldn't be too worried. R internally is copy-on-write (objects are only copied if their contents are modified), so doing something like vals <- list(1:1000000, 1:1000000, <other big objects>) will not actually make extra copies of everything. Edit: I just checked, and R will copy everything if you do lst <- list(....). Go figure. So if you're already close to the memory limit on your machine, this won't work. On the other hand, if you do names(lst) <- ...., it won't make another copy of lst. Go figure again. A: It can be done in one statement using setNames: xx <- 1:3 yy <- letters[1:3] To create a named list: as.list(setNames(xx, yy)) # $a # [1] 1 # # $b # [1] 2 # # $c # [1] 3 Or a named vector: setNames(xx, yy) # a b c # 1 2 3 In the case of the list, this is programmatically equivalent to your "named vector" approach but maybe a little more elegant. Here are some benchmarks that show the two approaches are
512
reddit
MAOs are found all over the body, although their function depends on the monoamine that they come into contact with. If I only apply an MAOI (hypothetically) in the liver alone I'm not necessarily going to see the same effects as if I had applied the same MAOI to the brain alone. So circulating MAOIs do have affects in other parts of the body, but to go into it would take a while. Needless to say the side effects go beyond neurological involvement and physiological effects from neurological involvement. (quite a mouthful) Wrong literally sure. But the point I was trying to drive home is only furthered by your "research" Perhaps I shouldn't have used broad and exaggerated statements as to the "exact" number of people that supported secession. However the point of what I said is still there. A small minority in nearly every state want to secede from the Union. Which, is what I was saying. Heaven forbid. I so, so miss waiting to see what Vettel's new helmet design was going to be for each race! I understand the idea of why they decided to "normalize" the helmets for each driver for the casual viewers, however I feel this really kills the individuality for each driver. Anyone else feel the same? Maybe the new ownership will bring back the spectacle of it? One can only hope. What's your favorite helmet? Vettel's Stratos helmet with Red Bull has to be mine. I've been looking for somewhere to buy a 1:2 sized one ... but it's been brutal. So if a pub has tables, servers to bring out refreshments, menus, a kitchen, cooks, cutlery and flatware, it isn't considered an exceptionally low hanging fruit to greatly improve service by, say, putting them all together? Eating food at a dinner table? Instead you have to eat balancing on a stool with 12 square inches of personal bar space? If you had a bunch of dinner tables and a drinks bar and could only eat from one, you elect to eat at the bar but drink at the table? What am I missing here? Nope :) no dull-ness yet. We are 2 sides of the same coin. She likes jump scare movies and soppy love stories (with a side of twilight) and I enjoy my video games and anime. I do plan on playing a spoopy game with her watching, but I hate scary games TBH. I have no idea how I would propose. It'll happen when it happens, it'll be great and I'll remember it for as long as my short male mind will :p Started a Month ago and just got my Heracles to lvl 90, rolled Shuten-Douji as my first 5* (I spend my quartz as I went but may try to save now), reached master lvl 100, thanks to the 1/2 AP campaign and some nice Cu Chulainn Alter friends steam rolled through Okeanos, London and America just in time for Rashomon, After barely getting a single copy of Irisviel last event I can now consistently farm the 2BP raid
512
realnews
for a Supreme Court confirmation. She said that she has sat in on more than 10 confirmation hearings for Supreme Court justices since she was elected in 1992. But Kavanaugh’s nomination, Feinstein said, "is beyond, [it is] different from all of them. ... Because this man will be the deciding vote on most things we hold most dear.” “This president has said he would appoint the person that would take down Roe [v.Wade] ... and I take him at his word,’’ she said. California Playbook newsletter Our must-read briefing on politics and government in the Golden State. Email Sign Up By signing up you agree to receive email newsletters or alerts from POLITICO. You can unsubscribe at any time. {{#success}} {{heading}} {{message}} {{heading}} {{message}} {{heading}} {{message}} More Subscriptions {{message}} Feinstein told Democrats that now, as the nomination process goes forward, “we have a massive effort going ... We collect information from everywhere,’’ including the Bush Presidential archives. “The vetting process of this justice is going to be incredibly difficult... it’s estimated that 1 million pieces of paper that our staff is going to need to go through prior to a hearing,’’ she said. “I can tell you this: That it is really key and critical that Democrats, including those in difficult states, get the support of our party so that they can do the right thing in this vote...” Feinstein noted that “we have five Democratic [senators up for reelection] from states that Donald Trump won [by large margins], and this makes this vote difficult for them,’’ she said. “For me, it’s not difficult at all. But I’m the lead Democrat on the committee, and we will put together a kind of message, I hope, for the American people which will enable those Democrats to vote along with us.” By guest blogger Heather Mattila, assistant professor of natural sciences at Wellesley College Honeybees are far and away the most important pollinator in today's agricultural landscape. They pollinate more than 400 crops worldwide, help to create about a third of the food we eat, and contribute an estimated $12 billion to our nation's food supply. All summer long, worker bees can be seen buzzing between flowers, collecting pollen and nectar and, in the process, pollinating vast tracts of crops (upon which we depend) and producing an abundance of honey (some of which is ferried away by beekeepers to local markets for us to enjoy). As summer draws to a close and the weather starts to cool, one of the questions I get a lot is, "What happens to bees in the winter?" People often guess that honeybees hibernate; others presume that colonies die as cold weather approaches. Fall's first frost does kill most members of bumblebee and yellow jacket colonies, leaving lonesome queens to establish new nests each spring. But honeybees are different. They've evolved a strategy for winter survival that is unique, one that relies heavily on frenzied visitation to flowers throughout the summer and a Herculean group effort in the months beyond. Believe it or not, their success in this endeavor
512
amazon
made me think this was going to be a fanciful peppy ditty, but turned out to be a predictable children's song. From a childcare perspective, it may help with memorization and rhythm. Great Product! Got it as a gift. Hoping they'll like it. Then again I'm a step-monster sooooooo... Maybe I should put their father's name on the from tag. Good product. These are tough laces. I like them. I was a bit skeptical about this when it came. It is a small workbook but the format is perfect for the kindergarten to 1st grade transition. Nothing fancy but the kids feel good when they accomplish a task and the book is not enormous (doesn't intimidate the kids) Great song Two weeks, shredded, little bits of string everywhere. Not sure how much he ate, probably not much. He liked it though. I guess that's not bad for $3.49. Most of the time I only like a couple song from artist. But IIII LOOOOVE this entire album. I love inna and I adore her songs. Our Yorkie loves these guys, great toy's. Thank you I would give this five stars except for the fact I can't move it forward on my Honda Pilot rails far enough to keep the back hatch from hitting it. However, that's not a show stopper as it is still perfectly usable and stands up to a lot of abuse. I was amazed at the capacity which has been a lifesaver when carrying a carload of kids on family trips. When skiing, all our skis, poles, bags etc. even my super long old school skis go up there. While a little too heavy and cumbersome to get on and off the car by myself, it does go on very easily with the quick release latching mechanism. At first I did not like how the key could not be removed while it was open but I see the logic in the design as you can only pull the key out if it is latched properly. I don't even notice it when it is on the car, no road noise, not noticeable effect on gas mileage. Be careful though as this rides pretty high on the car. Last night I nearly drove into a parking garage forgetting it was up there. Really enjoy this author! The story line is well written and reads like you are watching a good mystery on television. I highly recommend this book.you'll want to read more of her work! Pretty good, but missing some punctuation. I would rate it 4.9 stars but, obviously, that's not and option. Overall, it was a good book with lots of thought and research required. Thank you. It works pretty good. Do have to have the light fairly close to the carpet, to see. But then, I've not tried it, at night. The fifth and final instalment of the Premonition series. It was bitter sweet for me. I tried to read the book slowly to savour it but in the end it was too good I blew though it. Amy did a wonderful job of closing the series even if it didn't feel like
512
reddit
block (forgot the name). When he jump, block or roll 10-11 o'clock. in CQC he spams. - 3-hit combo - strike once and retreat. better not to heal. - charge - run to him, strike once and retreat. Or heal. - blue cursed sword - beat him as much as stamina allows. Take a nap, or heal\buff. Longest pause. Or don't ))) let him fell into oblivion, for being mean. He don't even give you his armor ever. Only sword and shield. (ring is rather good). The RAM you've selected there is more than enough. Should be suitable for a long time to come :) One thing I've noticed that you've skipped out on which I think will make a huge boost to the speed of your machine is an SSD. Having your OS and core software installed onto an SSD will have the computer feel so much faster as a spinning disk is always the slowest component of any machine. RC was for me one of the most exciting Star Wars games I have ever played. Awesome squad management, awesome fighting, awesome characters, awesome original music, awesome atmosphere. It had it's flaws, but they were nothing compared to overall awesomeness of this game. KOTOR 2 was not (properly) finished because LA rushed the developers (Obsidian). It was still a great game with brilliant story (Kreya and stuff). 1313 looked nice but - having thought about it - uninteresting. It should be an action RPG, not a shooter. Let them cancel it. I think you are right. The kind of guys I have been dating are the types that aren't looking for relationships at all, so I think that your assessment is probably true. I haven't really felt like I deserved better either, so I think it's more of a self-esteem thing than anything. I don't like the ubiquitous comparison between the U.S. and Europe. The U.S. has a lot more social problems, which leads to a lot more violent interactions. Police in America are trained very well, and you'd be hard-pressed to find a country where they are better trained. Move a police officer from the UK to Chicago, and you'll begin to see the stark differences. What is the purpose of a MAP (manifold absolute pressure) sensor on a car? Mine's started acting up and causing me to fail emissions tests. It's used to determine power output on an airplane with a variable pitch prop, but I cant fogure out why my car even has one. Sounds like myself..people piss me off and I prefer alone time to the company of almost anyone. It's actually become more than that..I'm like a recluse because I so dislike the company of others. I stay home and play video games in my free time. Most everyone I really cared to spend time with moved away. It actually kind of sucks for me. Here is my 2 cents on this question: 1- PoE is much more flexible in the passive skill tree. 2- D3 combat, gameplay and bosses feel better executed than PoE. 3- PoE has ladders and
512
Gutenberg (PG-19)
fresh interests to men's minds. But a residue there is, no more useful at the time, perhaps, than much which perishes, but which evidently ought to have such length of days as the covers of a book can ensure for it. The experiment was made with the first volume of Atlantic Classics, composed of sixteen essays, by as many authors, all dealing with topics of more than temporary interest. The success of this book, which has been many times reprinted, outstripped anticipation; more than that, it assumed a character quite unlooked for, and proceeded, on its own account, to introduce itself into the curricula of colleges and high schools throughout the country, welcomed, as the editor is credibly informed, by students as well as by teachers. Even a layman can see that in such a use there is a sound development. A book of contemporary expression, exhilarating to the student and knitting his interests to those of the world outside the schoolroom, may be peculiarly suited to call forth his appreciation and to kindle emulation within him. Such a book may teach him to think of literature as a living thing, quite as alive and full of spirit as he is himself, and by such method, perhaps, tender shoots of young intelligence may be spared the blighting influence of too formal education. These matters belong most properly to the province of the schoolmaster. The editor's is a different purpose. It is not a text which he seeks to compile, but (forgive a layman's distinction) a _book_, a book to read, enjoy, and keep. To all who have found amusement and profit in the first series of Atlantic Classics, I think I can promise that here shall be found no lowering of the bars, but only the enlargement of interest which must come from such an influx of new company. During pleasant hours spent in selecting this second series of essays typical of _The Atlantic_, I have more than once turned aside to re-read well-remembered pages of a similar character written an hundred years and more ago by men whose names, if not effulgent, still shine in clusters from the more condensed paragraphs of our literary histories. Comparisons are odious, and stir inordinate prejudice; so names shall not be mentioned here, but as I turn from those enshrined volumes to the less sententious essays of our day, I can truly say I feel no drop to earth from heaven. Here before me is a group of essays, quite as individual, if less self-conscious; quite as urbane, often in better taste; and quite (one reader thinks) as suggestive of company he should like to keep. Take for instance such a paper as Miss Mackenzie's 'Exile and Postman.' Bind it in levant, gild well ornament and title, and let it stand straight on your bookshelf for an hundred years. Then shall your great-grandson take it down and learn with respect that in his grandsire's day English still lived as English, and that the magic of words cannot die. In republishing this collection, The Atlantic Press
512
reddit
social work or being secretaries much more than men , men tend to take jobs like engineering much more than women. for the same job and hours a man and women are paid the same amount , its just that women take less lucrative jobs and tend to work less hours due to mothering or otherwise not working fulltime. at the moment (generally young) women entering the workplace have an easier time getting into college especially in stem , getting hired in stem fields , and actually tend to get paid more than men for stem jobs. the wage gap for gen y's is probably actually against men at this point. Equalizer is 2 parts. The Equalizer has a new skin, has same taunt, has increased damage based on lower health. Can't be healed while it is out. The Escape Plan has the Equalizer's old skin, has the same taunt as the Market Gardner, makes you run faster based on lower health. Can't be healed while it is out. From my experience and understanding that has been the case all the time. You can either bash your head against the wall that is inferno, trying to progress with poor gear and fill in the gaps with your own skill, or you can farm until the progress becomes easy and your skill as a player becomes a smaller factor. Off cigarettes (for the 3rd time) haven't touched one in over a year, haven't bought a pack in 2 or 3ish. 3rd times the charm :) Edit: everyone gets a congratulatory upvote from me on this one for getting off the sticks. Way easier than saying "congratulations" hundreds of times ;) Because in many states they are not required to give you a break. Now working off the clock is a different story. There were a few sups who basically said you had to be taking calls at the start of your shift, implying you had to log into your PC, boot up and log into your systems, etc before you clocked in. I called our local Dept of Labor to ask about that and was informed that is considered illegal and that a local meat house was sued b/c of something similar. I quietly informed one of the sups of this, and they backed off. The reason that my system works for me is that I'm not primarily doing it for the points. The gratification mainly comes from doing the things I wanted to do. If I have a net gain that day, it means that I've done most of the things I wanted to do and that is a success in itself for me. The points are just a way to measure success. If I get 200 points one day and 70 the next day, the second day isn't necessarily a failure. It's unrealistic to think that I am going to do all of these things every single day but it's something that I can strive towards.With this system, most days are good days and there are some REALLY good days. That way I never feel
512
Pile-CC
its original packaging. Our staff will contact you with further information. There are some reasonable terms and conditions below, so please have a look to ensure there are no unnecessary delays in processing your return. 1.All returned products must be undamaged, unsoiled, in original condition and in their original packaging. It is important to keep the original packaging. 2.All refunds will be issued by bank transfer within two weeks of the goods having been received and inspected by our staff. 3.You will receive a full refund less the inbound and outbound delivery costs associated with the returned goods. In the event a product is purchased during a Free Delivery or Capped Delivery promotion, the actual delivery cost of products(s) purchased will be deducted from your refund. The cost of the return delivery will differ depending on your location. You are welcome to deliver the product back to us with your own ways. 4.All refunds are processed by Mr.Z Pillow through bank transfer only. Refunds are initiated within 5 to 10 working days. Please contact our staff for further information. *Exclusion Please note that under the health reason, pillows and pillow cases are non-refundable unless the product is faulty or significantly different from what was shown to you, not doing what it is supposed to do. We encourage you to make your selection carefully prior to your purchase. Damaged Products 1.If, through no fault of your own, a product is damaged or faulty, it will be repaired, replaced or refunded based on the type and size of the damage incurred. 2.If you notice any damage to your goods, please email us within 48 hours of delivery. 3.It is important that you open the goods within 48 hours as we will be unable to accept any claims after that time frame. Please also ensure you retain the original packaging until further notice. Anyone have a source for a replacement battery for the 3100 that has a good price? I will be depending on my Zaurus for some months as my sole access, and want to be sure I have a good battery. But US $90+ is a bit steep. Wos, that's more like it. Thanks. Their prices were about 1/3 what some other sites were asking. I hope it works... The good news is that the battery arrived fairly quickly. The bad news is that it does not seem to work! I put it in, close the cover, plug in the charger, and the yellow light blinks and blinks. This is the same signal it gives when there is not battery at all. Can it be that it only needs charging? The contacts on the battery seem to be a bit more deeply recessed than the original, could that mean that contact is not being made? Anyone? I will try leaving it to charge overnight, with the O/S shut down, in hopes of bringing it back to life. Wos, that's more like it. Thanks. Their prices were about 1/3 what some other sites were asking. I hope it works... The good news is that
512
realnews
(b) that migration in most cases is from a low economic development area to a high economic development area; and (c) that migration leads to better economic and human development outcomes to both the place of origin and the destination. It is difficult to agree with these, at least in the Indian context. Also Read Himanshu’s earlier columns First, it is important to recognize that migration is a response to uneven economic development across regions, whether national or international. It is more an outcome of economic inequality rather than a strategy of economic development. People do move on their own volition in search of better opportunities. But not always are such movements voluntary and they do not necessarily reflect a freedom of choice as both these reports would suggest. Leaving your own home, community, network and identity is not the best option for anyone. In most cases, it is a Hobson’s choice that one accepts for lack of opportunity and unemployment in the place of origin. Such a choice does not represent freedom but is in many cases the only option for survival. But let’s look at the assumptions carefully. The first assumption is that most migration happens from developing or underdeveloped areas to developed areas. This is true neither in the international context nor in the Indian context. Even though international migration accounts for just 10% of total migration, two-thirds of it is it made up of such movement is from developed countries to developed countries or developing countries to developing countries. This means that migration from developing countries to developed countries makes up only one-third of cross-border migrations. Even in the Indian context, permanent inter-state migrants are only 4%. But the single largest contributor to internal migration is not rural to urban migration, as one would expect. In fact, at least 60% of migrants are rural to rural migrants and, within them, an overwhelming majority are intra-state and intra-district migrants moving to areas where the level of economic and human development may not vary much. The second assumption is that migration always leads to better economic and human development. While this may be true of successful migrants with high skills, this is not always true for a large majority of migrants. Such an assumption results from a tendency to look at only successful migrants. There are always some failed migrants, who quietly return to their original place, but will never be counted as migrants. This has to be seen in light of the fact that migration in itself is not a matter of choice for some of them. Migration involves costs such as access to networks, initial capital to survive the job search, transportation costs and so on. Very few of the poorest can afford these. The lowest migration rate is among the scheduled tribes, arguably among the poorest groups in India. The third assumption is that migration leads to better economic development of the destination communities as well as those of the origin. This may be partly true, not necessarily because migrants always bring in better productivity and skills
512
realnews
services available. For customers wanting to sell their vehicle, Scott’s Car Care offers a special pre-sale detailing service at an affordable price. The car care professional says that every three to six months is a reasonable time span between a full polish and wax. Weekly washing and monthly polishing make for optimal waxing conditions with minimal effort expanded. He notes that despite advances in wax durability, it does not stay on a vehicle long and needs to be re-applied regularly. Scott’s is the place to go for windshield repair and replacement. Window tinting is also available, utilizing Sun-Guard Automotive Film. The coating rejects 99 per cent of the sun’s ultraviolet rays and repels heat. Choose a clear film or from a variety of tints to reduce fading and cracking that comes with unprotected sun exposure. Caring for a vehicle means protecting it from rust. At Scott’s, Rust Check does the job better than conventional oil, tar and wax-based products, which do little more than cover up the metal in a vehicle. Rust Check seeps into rust prone areas that can be missed by other products. When it comes to caring for vehicles, from the finish to the tires and interior, right down to the tiny, rust-prone areas, it pays to use a professional service. Scott’s Car Care invites you to come down and experience the difference that has made them able to celebrate taking care of your vehicles for 25 years! Somewhere in the middle of Peter German’s report into money-laundering activities in British Columbia casinos, it occurred to me I was not reading a Hollywood script. And yet there were all the elements: international crime syndicates, murder, kidnapping, extortion and the spectacle of unscrupulous criminal agents getting bags of “dirty money” cleaned at the cash window of local gambling houses. Mr. German, a former deputy commissioner of both the RCMP and Correctional Service Canada, released a report that is compelling and disturbing at the same time. The extent to which crime has infested the province, and the ease at which it did, is unsettling. The fact that the B.C. government of the day, aware that money laundering was becoming an epidemic and yet did virtually nothing about it, needs to be condemned in the loudest terms. In fact, that is one the most disturbing aspects of the Dirty Money report: The alarms had been sounding inside the province’s gambling industry since the early 2000s and yet little was done about it. In fact, you could argue the former Liberal government in B.C. helped allow money laundering to flourish by disbanding, in 2009, a specialized enforcement team set up to monitor and investigate just that sort of criminal activity. Two months before the unit was closed, the government received a report that indicated there were 284 gambling incidents involving organized crime. It also described how there were two murders, a child abduction and extortion attempts linked to this area of criminal activity. Story continues below advertisement In another instance, Mr. German details how the head of gambling enforcement highlighted in a report
512
YouTubeCommons
Yo for whatever the reason is we haven't been unable to watch um we're gonna figure it out eventually but yo um we're hoping to watch the game on the 12th 14th and the 15th and being here all season so thank you guys for watching there's been our coverage of the San Jose Sharks versus the national predators as the sharks for the home team um thank you have a wonderful weekend hi today is a cooking show we're gonna make wine he's an idiot glass of wine you can't make wine in five seconds yes I can make wine in 5 seconds what the [&nbsp;__&nbsp;] are you crazy I'm making a glass of wine you what how you going to make wine it takes six months to ferment to me it takes 6 minutes six [&nbsp;__&nbsp;] minutes yeah I can't wait why why don't you just buy a [&nbsp;__&nbsp;] bottle I don't want to buy bottle I don't want to pay $6 this was only a129 you're [&nbsp;__&nbsp;] [&nbsp;__&nbsp;] well I can't wait let's see oh we're going to make wine there let's see let's see watch me make wine oh yeah I'm making wine I'm making wine [&nbsp;__&nbsp;] you I'm making [&nbsp;__&nbsp;] you're a [&nbsp;__&nbsp;] idiot you're not even crushing them yes I am crushing them looking wine making a glass of [&nbsp;__&nbsp;] wine they're not even crushing look they're not even crushed they're all these grapes are still put together you idiot they're not even crushing yes they are crushing they're not crushing you're supposed to have like one of those big wine barrels and you stomp on them with your feet this thing's doing nothing look you [&nbsp;__&nbsp;] idiot then I'll use my hands oh Jesus Christ here here use my [&nbsp;__&nbsp;] hands I'm making my wine with my hands with my hands they're still not crushing you you haven't even crushed them yet I did crush them [&nbsp;__&nbsp;] you this is my wife 6 minutes yeah right and how you going to ferment it I'm going to 6 minutes going to be done they're not even crushed they are crushed [&nbsp;__&nbsp;] you going alone they're not even this all right cancel the show this is stupid you're an idiot there okay there unbelievable there I made wine there I made wine no you didn't yes I did didn't [&nbsp;__&nbsp;] you I did no look at it I did [&nbsp;__&nbsp;] you there's look a still a [&nbsp;__&nbsp;] grape do you see that it is still a grape it'll be my [&nbsp;__&nbsp;] glass to wor it is not a [&nbsp;__&nbsp;] I'm not a drink the [&nbsp;__&nbsp;] okay now watch this [&nbsp;__&nbsp;] yeah I'm watching I'm watching what's oh that's wine that's wine oh yeah that looks real [&nbsp;__&nbsp;] delicious it is it's [&nbsp;__&nbsp;] delicious yeah it looks it it is watch here watch it looks like cat piss it is cat piss it's wine here taste it did you ferment it did you fer man I'm 6 minutes I'm not going to drink that it looks like [&nbsp;__&nbsp;]
512
nytimes-articles-and-comments
and others by wearing a mask. Of course, you have to have a certain amount of compassion and consideration for your fellow humans. Seriously lacking here in NYC as well as in other parts of the US. @Action There are two sets of Boomers. Some of us are progressives who have worked hard for social justice, who have organized and marched for it, and for peace and nuclear disarmament. We were at the Town Halls during the ACA summer of Tea Party drama queens to fight for health care. Our theme song is "Imagine". The other set is best represented by the Clintons and the values of Gordon Gekko. Their theme song is "Money". "...a gamble with no upside." Of course it has an upside. It hurts people. Trump and his merry band of avengers will show the American people they can't vote Donald J. Trump out of office without paying a price. "Mr. Mnuchin can serve the public interest, and avoid further damage to his own reputation, by maintaining the lending programs." When did a member of the Trump administration ever act in the interests of the public? Mr. Mnuchin isn't worried about his reputation. After his service in the Trump administration, he will be a member of the Right Wing Welfare Cartel. He'll get obscenely high-paying jobs for doing little or no work. It's obvious that he isn't worried about something as mundane as his reputation. The GOP's plan for permanent political dominance doesn't depend on popularity or approval. The GOP knows its audience -- the people who are out there now wailing and gnashing their teeth about a "stolen election;" people who will never believe Trump lost no matter how delusional one has to be to believe that. GOP dominance is based on a supportive judiciary, voter suppression, gerry-mandering, and above all else, a stupid, ignorant, and racist base. Right now, all are in place, but this year things didn't work out quite the way they'd hoped, although they did gain seats in the House and have an excellent chance to retain control in the Senate. The closeness of the election in the Electoral College means that they just need a little tweaking here and there. All of this controversy will not go away when the Republican held Senate acquits DJT, especially if no witnesses are heard. The Rubs are digging a nice hole in which to put themselves and this Presidential administration. Hopefully, the Public isn’t as dumb as our representatives assume. There has never been a time when voting is this important than this. This is a mockery directed at you and me. Are we really so gullible? Funny how conservative justices have no qualms condemning public health rules as "unimaginable restrictions on individual liberty on liberties," but weren't bothered by any such concerns with the US Patriot Act and other measures enacted in the wake of 9/11. Apparently, they believe terrorists posed a more imminent threat to Americans than the coronavirus. Yep! In typical Trump fashion, after claiming to want to extract US forces from the Middle East, (example, Syria),
512
gmane
and the latest IBM Rescue and Recovery system that didnt mush up their MBR when they installed linux and can walk me through how i can boot to the IBM system? any and all help is appreciated. im trying to find more information by calling IBM and using their online support as well. aroon pahwa GyHtt2NoPQDACqQW@example.com [invites for help!] Things look like they are finally ready for a release vote of the new 4.1.2version of Tapestry. I have deployed the release to a staging directory at http://people.apache.org/~jkuhnert/tapestry_releases/ . I'll let the vote run for 48 hours and then - assuming it passes - transition the files over to the mirrored release directory and update the various web sites appropriately. Jesse Kuhnert: +1 (binding) I had been thinking about waiting too. That would give me time to save some money and plan it out well. Then circumstances landed a non-working EV in my garage. I still didnt have any money to put into it, but I wanted my garage space for vehicles and tools, not dust-collectors. A year later I finally got it working. I'm glad I DID something more than think about it. I could think about it and say it will be better later until I die. "Besides" I thought to myself, "if I can't afford $8k for a conversion now, how will I afford a $30k factory car later?" Sure it ONLY gets me to work and back every day, but that's something. It fit my situation well. -Jon Glauser SIGMOD 2015 Call for Tutorial Proposals We solicit proposals for tutorials for presentation at the 2015 SIGMOD conference. Proposals must provide an in-depth survey of the chosen topic with the option of describing a particular piece of work in detail. A meaningful summary of open issues in the topic should be included. Proposals must be no more than five pages, using an 11 pt or larger font for the body of the text of the proposal, and must include enough detail to provide a sense of both the scope of material to be covered and the depth to which it will be covered. Proposals should also indicate the tutorial length (typically 1.5 or 3 hours; if the tutorial can be either length, please be sure to identify which material is included for each length). Proposals should also identify any other venues in which all or part of the tutorial has been or will be presented, and explain how the current proposal differs from those other editions of the tutorial. Tutorial proposals must clearly identify the intended audience and any prerequisite knowledge for attendees. Proposals should include a brief (no more than 3 sentences) professional biography. Each accepted tutorial is expected to jump start non-experts, namely, equipping them with the crucial knowledge required to commence research in a field. Proposals that focus excessively on the authors' work are discouraged. Tutorials may be taped and these videos, as well as the presentation slides, will be included in SIGMOD Digital Library (Anthology and Digital Symposium collection - DiSC). All accepted presenters will be
512
reddit
Remember now, you have no experience in the matter. How does having no experience qualify you to tell people how a war goes? Had to take a piss test and I guess he saw my face go sideways at the mention of it. "Hey man, I know how it is. Just come prepared, if you know what I mean." Half chuckled at the end, gives me a quick serious face, winks and then continues on like nothing. Cool guy. Yeah about $75-$120 depending on how much variation you want in your temps I just went middle mine wax about $100 I got the flowermate V5x nothing fancy just has 6 different temp levels. It is a pain in the ass to clean though. With all that aside I really do love my flower mate I got it in December as a birchristmas gift to myself (birthday mixed with Christmas, my birthday is the 9th of December) and I have loved every bowl that has come out of it so far. Nice long sesh's bowl to myself can last 45ish minutes I've gotten it to go to 2ish hours. Can be shared but I recommend a 3 person per bowl max. UofTMed2T0. I didn't mention it because I didn't want it to appear like the specialist program was what weeded me in over a physiology major *per se*. Another comment suggesting this was why I felt compelled to weigh in -- to dispel such thinking before any readers caught themselves in a mess years down the road in their specialist programs. I both loved and hated the physiology specialist program! It's great if you're interested in research and provides many opportunities and resources. It may not be if you're *only* thinking of fluffing your medical school application. some poms and double-coated breeds never get the full-on puppy uglies because they shed their coat as their adult coat grows in. this is more likely if the puppy ugly stage coincides with the colder months. it's also possible that he just hasn't gone through it yet, some dogs don't shed until they're a year or older. either way, nothing to be concerned about. Ok so i'm a young blonde female travelling to Vietnam alone, then joining a small tour group to travel through Cambodia and Thailand with. I recently travelled South America in this manner so am always wary of the pick-pockets and petty theft etc. Is there anything else I should be wary of during my journey? Anything from personal experiences? Thank you travel Redditors! Received 3/24/18. Supposedly Hopper Labs has upgraded the internals of new Grasshoppers and they're supposed to not shit out all the time now. It's working perfectly so far with no weird bugs or quirks. No back end heat whatsoever, heats up to every temp in less than 5 seconds, no flickering while drawing, 2-3 bowls per battery depending on use. Absolutely loving it, just hope it stays this way. Remembrance day is a thing in Canada in the 11th, both of them have the same meaning behind them. And pardon my lack
512
StackExchange
on. More like id: 643893, name: Carl, age: 34? A: If you really insist upon the digits, you could do something like this def random_id Random.new.bytes(8).bytes.join[0,8] end 5.times { puts random_id } Output 19854517 11802301 16391219 18414719 35583913 Anyway, I believe you have a bit of an XY Problem and your end goal is to just generate unique ids for your users. The function above is going to be random but without checking with your database, you'll have no idea whether the result is unique or not. Here's some alternative approaches I'd take: If you wanted, it's not 8 digits, but you could slice of the beginning of a uuid require "securerandom" SecureRandom.uuid.split("-").first # b05582d8 That said, I think it's a much better to use the whole thing SecureRandom.uuid # b05582d8-3489-4bba-b94f-565ee458b1f9 Q: Different results np.std() when used within pandas and standalone I have some code and do not understand why applying np.std delivers two different results. import numpy as np import pandas as pd a = np.array([ 1.5, 6. , 7. , 4.5]) print 'mean value is:', a.mean() print 'standard deviation is:', np.std(a) Next lines should basically do the same just in a pandas dataframe base = datetime.datetime(2000, 1, 1) arr = np.array([base + datetime.timedelta(days=i) for i in xrange(4)]) index_date = pd.Index(arr, name = 'dates') data_gas = pd.DataFrame(a, index_date, columns=['value'], dtype=float) mean_pandas = data_gas.resample('M').mean() standard_deviation = data_gas.resample('M').apply(np.std) print mean_pandas print standard_deviation From the documentation of np.std I can read: "...By default ddof is zero." (ddof=delta degrees of freedom). np.std(a) delivers the standard deviation where the divisor is N (=number of values), ...resample('M').apply(np.std) delivers the standard deviation where the divisor is N minus 1. What causes this difference? A: By default numpy uses the population standard deviation, which as you note has a divisor of N, where N is the number of values. This is used if you have a complete data set. The pandas version is calculating the sample standard deviation. This has a divisor of N-1, and is used when you have a subset of data from a larger set. This can be achieved in numpy by np.std(a, ddof=1). As an example, you would use sample standard deviation if you wanted to measure the standard deviation of shoe sizes in your city. It isn't feasible to measure everyones size, so you are using a sample of 100 shoe size measurements you took from people in the street. In this case you are using your (hopefully random) sample of data to model a larger set. In most cases I would say sample standard deviation is what you want. If you didn't want to generalise your results to the whole city, but instead wanted to find the standard deviation of just this sample of 100 sizes, you would use population standard deviation. Q: How can select first 3 item of list<> I'm using this code for get all news: List<aspnet_News> allNews = context.aspnet_News.OrderByDescending(i => i.NewsId).ToList(); How I can select first 3 items of this list and bind into a Datalist, please help, thanks... A: You can use the Take() method List<aspnet_News> allNews =
512
Github
An empty set means that everything is allowed. // +optional ResourceNames []string `json:"resourceNames,omitempty" protobuf:"bytes,4,rep,name=resourceNames"` // NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path // Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. // Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"), but not both. // +optional NonResourceURLs []string `json:"nonResourceURLs,omitempty" protobuf:"bytes,5,rep,name=nonResourceURLs"` } // Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, // or a value for non-objects such as user and group names. type Subject struct { // Kind of object being referenced. Values defined by this API group are "User", "Group", and "ServiceAccount". // If the Authorizer does not recognized the kind value, the Authorizer should report an error. Kind string `json:"kind" protobuf:"bytes,1,opt,name=kind"` // APIGroup holds the API group of the referenced subject. // Defaults to "" for ServiceAccount subjects. // Defaults to "rbac.authorization.k8s.io" for User and Group subjects. // +optional APIGroup string `json:"apiGroup,omitempty" protobuf:"bytes,2,opt.name=apiGroup"` // Name of the object being referenced. Name string `json:"name" protobuf:"bytes,3,opt,name=name"` // Namespace of the referenced object. If the object kind is non-namespace, such as "User" or "Group", and this value is not empty // the Authorizer should report an error. // +optional Namespace string `json:"namespace,omitempty" protobuf:"bytes,4,opt,name=namespace"` } // RoleRef contains information that points to the role being used type RoleRef struct { // APIGroup is the group for the resource being referenced APIGroup string `json:"apiGroup" protobuf:"bytes,1,opt,name=apiGroup"` // Kind is the type of resource being referenced Kind string `json:"kind" protobuf:"bytes,2,opt,name=kind"` // Name is the name of resource being referenced Name string `json:"name" protobuf:"bytes,3,opt,name=name"` } // +genclient // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object // Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. type Role struct { metav1.TypeMeta `json:",inline"` // Standard object's metadata. // +optional metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // Rules holds all the PolicyRules for this Role // +optional Rules []PolicyRule `json:"rules" protobuf:"bytes,2,rep,name=rules"` } // +genclient // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object // RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. // It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given // namespace only have effect in that namespace. type RoleBinding struct { metav1.TypeMeta `json:",inline"` // Standard object's metadata. // +optional metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // Subjects holds references to the objects the role applies to. // +optional Subjects []Subject `json:"subjects,omitempty" protobuf:"bytes,2,rep,name=subjects"` // RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. // If the RoleRef cannot be resolved, the Authorizer must return an error. RoleRef RoleRef `json:"roleRef" protobuf:"bytes,3,opt,name=roleRef"` } // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object // RoleBindingList is a collection of RoleBindings type RoleBindingList struct { metav1.TypeMeta `json:",inline"` // Standard object's metadata. // +optional metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // Items is a list
512
Pile-CC
year after in medications, but dialysis in lieu of transplant can run $80,000 a year. Some states will cover scheduled dialysis, and emergency dialysis is even more costly. So prohibiting undocumented immigrants from receiving transplants by requiring health insurance to be put on the organ transplant list doesn’t save money. Prior to the Affordable Care Act (ACA), insurance companies could charge higher premiums or deny coverage altogether based on an individual’s medical history or health status. The ACA included protections for those with pre-existing health conditions. Pre-existing conditions differ from insurer to insurer, but they generally designate an individual with a health condition requiring medical treatment or someone who has a greater likelihood of illness and injury due to occupation or lifestyle. It’s apparent that some of the individuals previously unable to obtain medical insurance due to pre-existing conditions were children, but how many? Using a breakdown by the Center for American Progress that summarizes these numbers by age and state, we were able to determine how many children were affected on a state-by-state basis and which states had the highest percentages of children in the population with pre-existing conditions. So, when you’re talking about residents of Utah (ranking #1) losing coverage for pre-existing conditions, around 18% of those impacted are kids. But even where the percentage is lowest in Vermont, the under-18 group still adds up to 11% of those that would be impacted. A removal of these protections has nationwide impact for both adults and children. Of the 134 million individuals under age 65 that could lose coverage, 17.5 million (13%) are under 18. 1970: Congress passed the Clean Air Act and created the Environmental Protection Agency (EPA). 1990: The Clean Air Act Amendments expanded the original law. But what does this mean today? What has the Clean Air Act accomplished? AIR QUALITY On average, levels of the 6 main tracked air pollutants have decreased. Percentages below reflect 1990 – 2015 change. Particles: Down by 39% Ozone: Down by 22% Lead: Down by 99% Carbon Monoxide: Down by 77% Nitrogen Dioxide: Down by 47% Sulfur Dioxide: Down by 81% HEALTH BENEFITS A significant number of deaths and a staggering number of illnesses were prevented by the Clean Air Act. Adult Mortality: 160,000 deaths prevented Infant Mortality: 230 deaths prevented Chronic Bronchitis: 54,000 cases prevented Acute Bronchitis: 130,000 cases prevented Asthma Exacerbation: 1,700,000 cases prevented This has substantially increased U.S. worker productivity because 13 million workdays were not lost due to air pollution-influenced afflictions. Using the same formula for monetization of productivity loss detailed in this report by the National Center for Biotechnology Information to capture health-related productivity loss (multiplying the number of days lost by the average hourly wage plus benefits of $29.18 for U.S. civilian workers, using 8 hour days and the cost to an employer multiplier of 1.61), we can see that U.S. employers have saved $4.9 billion. ECONOMIC IMPACT A common objection to environmental regulation is that it hurts the economy. Despite the savings just identified, we can also see that the overall GPA did not decline
512
s2orc
only by using low concentration of NaOH. In the treatment of low concentration NaOH also produced pH with ideal values for living microorganisms so that the process of biogas formation can run optimally. Meanwhile, the lowest biogas production was produced by LcN840, LpN825 and PbN810 for 76.631 ml, 20.5 ml and 12.5 ml respectively. Each of these three experiments has N8 code which shows that one of the combinations is the destruction using NaOH with a concentration level of 8%. NaOH destruction alone releases Na + ions which can be inhibitors for methanogenic bacteria [13] . The destruction process using 8% NaOH also made the initial pH of LcN840, LpN825 and PbN810very alkaline, which was 11; 11.5; and 12 ( Figure 4). The growth of bacteria is very dependent on pH conditions, such as acidogenic bacteria which can only develop optimally at pH 5-6 and methanogenic bacteria at pH 6.5-8 [14] . Beyond this value, the bacteria cannot adapt well and biogas production does not run optimally. Figure 4 shows the pH value of each experiment at the beginning and end of fermentation. LcN010 which is an experiment with the highest methane yield having a stable pH that is in neutral conditions. Under this condition microorganisms can develop well to produce methane gas which is seen from the high amount of reducing organic matter ( Figure 5 shows the levels of methane from each experiment. It is known that the highest methane content produced by LpN110 which is 44.13%, followed by the LcN010 experiment with a methane content of 43.04%. Both experiments in addition to producing high levels of methane also produced large volumes of biogas. Whereas inLpN825, LcN840 and PbN810, methane levels were low when compared with other experiments, namely 1.2%, 0.3% and 0.1%. As with volume, these three experiments also produced a low total biogas volume. Methane Contents Figure 5. Methane Content The total volume of methane is shown in Figure 6. The experiment without preliminary treatment of NaOH and using liquid waste inoculums are known to produce the highest methane yieldwith 929.01 ml/300 gr OPEFB. This result can be obtained because microorganisms in liquid waste have a complete community including microorganisms that play a role in the process of hydrolysis, fermentation, acidogenesis, and methanogenesis. Biogas produced comes from cellulose and hemicellulose which are integrated by microorganisms in liquid waste. This is indicated by the decrease in cellulose and hemicellulose content as presented in Table 4. In addition, the high biogas production is estimated because liquid waste as co-digestion also contains organic matter such as fat (1.27 ± 0.02%) and reducing sugar (0.246 ± 0%) which were converted to biogas. The use of palm oil liquid waste as codigestion of oil palm empty fruit bunches can increase the amount of methane gas produced [15] . The pH that is formed is also in an ideal condition for microorganisms to grow optimally so that First-Principles Electronic Structure of Superconductor Ca 1 Nov 2011 Al Fe Comparison with LaFePOCa Al CREST Japan Science and Technology Agency 4-1-8 Honcho332-0012KawaguchiSaitamaJapan Fe As CREST Japan
512
ao3
Haruhi." He sounded humorous. "Now that I've told you this I am heading to the shower." I thought of that and said, "Don't you dare do anything inappropriate with my body." I then heard a ''click'' and the cell make that sound. 'That bastard hung up on me! Come to think of it… How am I going to get clean without looking at it?...' I blushed. 'Oh boy…' 5. Chapter 5 **Notes for the Chapter:** Merlin scrambled to get back up on his feet, banging his head on a nearby table and causing the vase resting on it to fall. “S-Sire… it’s not what it looks like.” Arthur’s face was curiously blank, as it had been since he had rounded the corner to stumble across Merlin on his knees with Gwen’s skirt pulled over his head in the middle of the corridor. His lips were pressed against each other in a thin line as he looked at the two of them. Unfortunately, the angle he was standing at made it impossible for him to see that only the topmost layer from the three-layered skirt Gwen was wearing was on Merlin’s head where it had fallen as he struggled to help her untangle the second layer from where it had gotten caught in her heels earlier and torn. The ragged edge had been tripping her up all evening. She had almost spilled wine onto Morgana’s dress earlier and shot him a look so exasperated he had motioned her to meet him outside for a second so he could fix it. “Your Highness, Arthur, it’s…” said Gwen. He held up a hand imperiously, looking so much like Uther that Gwen was almost frightened for a second. “My apologies,” he said, “for interrupting.” He opened his mouth to say more and snapped it shut, anger peeking through his formality. “Is the middle of a feast really the best time for this?” he said savagely and without giving either of them a chance to reply, he turned around and left. In the awkward silence that followed, Gwen and Merlin stared at each other. “We are never going to speak of this, are we?” “Never ever as long we both shall live,” she agreed. - “The flowers were pathetic enough to be amusing, Merlin but the pendant is stretching the limits of my father’s good humour.” “Your father’s good humour?” said Merlin, trying and failing to picture Uther grinning. He shuddered a little as it was a rather horrifying thought. “You may well shiver,” said Arthur, tossing his cloak onto his bed like he didn’t care about the extra work it meant for his poor manservant to leave his clothes just strewn about all over the place. “When father finds out you’ve been giving his ward these little gifts…” “Moragana!” Merlin’s voice was little more than a horrified squeak, “Arthur, I would never –” “ _Lady_ Morgana,” said Arthur sharply, “is not someone you are ever going to be in any position whatsoever to court.” “I’m not trying to court her!” “Really?” Arthur’s eyes had a strange
512
realnews
some breaks in tiebreakers to get back in it. The other four teams on the block all survived with victories. That leaves us with fifteen teams left for twelve spots. So far, our readers have done a pretty good job of eliminating teams. Only Dallas at 6-6 has what I would call more than a longshot chance of reaching the postseason at this point. So here’s what we will do at the end. You vote for the team(s) you don’t think will make the playoffs when the last four games conclude. We have narrowed it to fifteen, so cut the last three and we will see how good the collective wisdom of the crowds is. Before that, though, here are my power rankings, with all thirty-two teams included, and those who have been voted off listed in italics. New England Patriots (9-3) Houston Texans (11-1) Denver Broncos (9-3) San Francisco 49ers (8-3-1) Green Bay Packers (8-4) Atlanta Falcons (11-1) Seattle Seahawks (7-5) New York Giants (7-5) Chicago Bears (8-4) Baltimore Ravens (9-3) Washington Redskins (6-6) Pittsburgh Steelers (7-5) Cincinnati Bengals (7-5) Tampa Bay Buccaneers (6-6) Dallas Cowboys (6-6)-x Indianapolis Colts (8-4) St. Louis Rams (5-6-1)-x New Orleans Saints (5-7)-x Minnesota Vikings (6-6)-x Detroit Lions (4-8)-x Miami Dolphins (5-7)-x New York Jets (5-7)-x San Diego Chargers (4-8)-x Carolina Panthers (3-9)-x Buffalo Bills (4-8)-x Cleveland Browns (4-8)-x Tennessee Titans (4-8)-x Arizona Cardinals (4-8)-x Philadelphia Eagles (3-9)-x Oakland Raiders (3-9)-x Jacksonville Jaguars (2-10)-x Kansas City Chiefs (2-10)-x [poll id=”349″] [poll id=”350″] LONDON, Nov 2 (Reuters) - Emerging stocks clung to two-week highs on Thursday and the Czech crown hit a fresh four-year high against the euro as markets bet that the central bank in Prague would hike rates for the second time this year. MSCI’s benchmark emerging stocks index has been underpinned by positive growth momentum in both developed and emerging markets, with manufacturing activity data showing continued expansion, albeit at a slower pace. In the latest data, Poland and Hungary factory activity growth slowed slightly in October, but Poland remained on track for its best annual performance in seven years as new orders flooded in. Budapest stocks rallied 1.35 percent, partly playing catch up after a closure for a public holiday on Wednesday. Turkish stocks also rose 1 percent, with automotive shares leaping ahead of the unveiling of a car project announcement. However, bourses in Asia, Russia and Poland chalked up losses. Currencies fared better after the dollar came under pressure following a one-day delay to the unveiling of a key U.S. tax reform bill. Adding to the dollar’s woes were market expectations that Jerome Powell will be chosen as the next chair of the U.S. Federal Reserve, which kept U.S. Treasury yields under pressure. Powell is expected to continue with the Fed’s cautious pace of tightening. The South African rand bounced 0.6 percent to a one-week high, though that came in the wake of underperformance. The rand was hit hard last week after South Africa raised its estimate for this year’s budget deficit to an eight-year high. Russia’s rouble and Turkey’s lira both
512
amazon
I'll keep at it. I like this book. This book will share with you those important lessons that helped transform from a sheep to a lion an alpha male. You will learn also about what being an alpha male is and how to become one. Moreover, it will gives you a transformations that will happen in your life on your way to experiencing life to the full by becoming legendary a lion among sheep, an alpha male. It's classic Seuss - what's not to love? I started learning to read at 4, because I loved these books. Now my toddler loves the rhymes, recites them when she's playing, and I think she too will get an early start reading. I started downloading children's books on my Kindle Paperwhite because we travel a lot and carrying a bunch of kids' books wasn't doing any favors for our airplane luggage allowance. The Paperwhite screen is small and only grayscale, so I wasn't sure if my daughter would go for it. But she does, and will specify whether she wants to read "Kindle books" or "regular books." In addition to being a winner with her, my aging eyes find it easy to read the Seuss Beginner Books because the print is large. I'm a bargain hunter and rarely pay more than a buck for an e-book, but I make an exception for Suess and this was well worth the full price. Great writer! Proud of him! I'm completly satisified with this purchase. The item was as described and a great value compared to my local vendors pricing. Great read. Sobering account of this unwanted war by both our soldiers and various local factions. We broke it we own it no thanks to that village idiot Bush. Hope he pulls his head out and realizes the enormity of his foolish legacy of young soldiers forever scarred by his cronies. Filkins does a fantastic job of taking personal risks to bring the true reality and cost to us, the locals and region. Great read and thank you Mr. Filkins for the narrative that can't be spun for the sake of political correctness. Fit great on my 2011 wrangler unlimited and look even better! It is a dual use mini USB cable, so it is not good for car GPS. The GPS device detects it as a "data cable" by default, so the GPS will work as a data storage (as when you connect it to the computer), instead of a navigation device. It takes a lot of messing around to get the GPS to use the cable as a "charging cable" and work as a navigation device. Phone didn't fit, screws stripped, clips that the screw goes around broke.... Phone fit good but does not last I went though two in les than year I opened the package, and immediately saw a gaping hole in the back of the shirt large enough I could put all my fingers through. Not satisfied. I will be returning it. I am very impressed by this book. It took a fantastic Myth, a misjudged Constellation/Astrological sign, and turned it into a
512
reddit
plant based diet, that demonstrates a longer and healthier life span, compared to those who eat some animal proteins to supplement a primarily plant based diet. I will agree though that the quantity of meat most people eat is very unhealthy, and almost impossible to sustain agriculturally over the long term. I work in the deli in a Walmart, so...there's one problem. They've told them to not yell at me, which has worked, but I still get snide comments here and there from people who seem to be frustrated with how shitty the job is so they take it out on me when I can't work to their standards. Which makes me less likely to work well. I could quit, but I don't have a secure backup plan right now. The only 'work' that I really enjoy in life is fiction writing, but it's going to take time to establish myself there. Meanwhile, I just wonder if it's like this for all retail/fast food places, so I'm scared to apply somewhere else. I love love LOVE seeing this, I like to make up stories about how they met and how long they've been together. BUT - as my friend pointed out, they could have only just got together after losing their previous partners. Still old people holding hands, it inspires me. I hope to have that too one day. Abathur can be killed really easily if you get him when he isn't expecting it. Any long range mediocore damage ability can burst him down. If you use Zeratul or Nova. Find him by checking his locusts' timer. Go to him and utilize your stealth to position yourself so that you can burst him and escape from the towers/keep. If he doesn't sit near the keep/towers/jungle. He is a bad Abathur and doesn't add much to his team. (Unless the map is the haunted mines where he doesn't have much room for pushing strats). If you aren't adventurous enough to hunt him down. Remember: He cannot counter push against a hero/mercs alone. Not well enough to diminish any damage that you can do. He is all about slow push and setting up minion waves to push. Don't know might have to ask, the idea of penmanship as an artform is interesting, whenever i go to the "fairs" that happen fairly often in the towns here, i often see old people showing off "manuscripts" written by them to resemble medieval ones but in italian cursive, but that's the only way i see cursive surviving in the future, i can't see myself spending a lot of time writing in cursive in whatever job i might (hopefully) get, take writers, they don't use pen and paper anymore themselves. Meh 3 characters on 600. I've done everything including raid (multiple times). RNG gave me only cerberus and 1kv after about 300 hours in expansion. I own all exotics from before release of Forsaken. I still don't own any of new armor and most of new (world dropped) weapons. There is no fun in it. I want to consume Caffeine so
512
YouTubeCommons
that was intense hey Darnell are you okay man after Google abandoned you for this cosplay thing yeah I'm just peachy [Music] morning youtube it's morning here might be like 1am at your place and you're trying to get out of the office what are you doing in the office at 1am anyway you might have a technical issue and this video will show you the question as well as the possible solutions hope you like it hope you subscribe to my channel that will really help me and my family and also that you liked the video thank you god bless [Music] please click subscribe thank you thank you for watching may god bless you [Music] hi youtubers well it's early morning here but maybe where you are it's like 2 a.m or 8 p.m and you're just about to head out but that nasty error is popping up on your computer or maybe some other issue well in this video we'll try and help you out god bless [Music] do [Music] so [Music] please click thumbs up and subscribe thank you for watching and god bless of the ball to the last minute to make that big play but you can't take those big shots and he wants to finally win a playoff game a lot of people stop talking about that here's arnold beckham jr he wants to throw it got him on the sidelines and the rams aren't done yet with some razzle dazzle hollywood style gate of 40. you [Music] so Josh were in the 2019 Chevy Silverado high country we're going to talk about something special today and what is that that is a sunroof Randy oh I love sunroof I don't say it's an 80 percenters well it's getting hotter out like right now I don't know if this is right but it's a it's a hundred and one degree it might be up here maybe yeah I think it's okay but your car gets really hot during the summer so some of I wanted to kind of demonstrate some of the really cool features about the new Chevrolet Silverado and what you have to offer in this truck so of course Sun roofs have been around for a long time true you know I wanted to show you some really cool managers that have it so up here right near sconce over here yep and we're watching it we got on the 360 Vulcan so just look and see way to go and look right up we have all of our buttons that seem for all the windows and brass so what I want to go ahead and do here is just slide this open it's a OneTouch oh it's a OneTouch sunroof oh look at that very bright round it's one o'clock so we can tell where the Sun is that's for sure hello plane but I I just wanted to kind of demonstrate this here and I was gonna spring this on your Andy but there's some other really cool stuff about this truck it's not
512
YouTubeCommons
what I'm saying welcome to investment properties for sales show folks thing is selling at or above list we are going to provide you guys with complete transparency in education we take you to the video tour worldwide TV giving it to you straight I love me some evictions y'all love love love me some evictions right for two reasons reason number one I hate I hate I hate when [&nbsp;__&nbsp;] steal from me and fellow Real Estate Investors hard-working people who are trying to do the right thing saving their money trying to invest it so they can live a better life take care of their family and then you get some pace of garbage deadbeat [&nbsp;__&nbsp;] who thinks they could just swoop in jerk off and play video games all day without having to pay rent not on my watch bro love me some evictions I love the smell of kicking out a piece of crap in the morning it's better than a nice warm cup of joe second reason second reason I love me some evictions is because other landlords hate evictions a lot of landlords don't like to deal with evictions evictions are unpleasant evictions are difficult evictions are stressful evictions make everybody unhappy and oftentimes when landlords have to deal with evictions and it's not necessarily the eviction itself the act of evicting people because as I've previously mentioned those people are pieces of human garbage who deserve it they need to take care of themselves they can't just steal from us they can't be parasitic [&nbsp;__&nbsp;] so it's not the act of kicking them out that makes so many landlords upset it's what those people put those landlords through it's what they do to them it's what they do to their properties nobody likes getting stolen from one of those people y'all is the seller the current owner of 245 East Weber Street Toledo Ohio this particular house I have for you guys at 29.9 and this thing is a banger this is actually a ridiculously good price for this particular property right what we have here is a house that is more or less TurnKey now that's funny right that's as funny that I say it's more or less TurnKey because if you look at the footage that my guys are showing you right now it all look [&nbsp;__&nbsp;] turdkey right you gotta look a little bit deeper though right if you look at this right uh this particular landlord they just evicted their tenants right these deadbeats who weren't paying rent they just evicted them and guess what folks if you've never seen what a house looks like after eviction this is like what you're gonna see this is actually not bad at all this is actually a pretty good eviction because what we have is just a mess it's just a messy house we don't really see a lot of damage right so to get this house from where it is today looking smelling admittedly not awesome right uh to getting it rent
512
YouTubeCommons
attendees to participate in the survey and we had 33 responses which gives us a response rate of just under 40 which is really quite uh good for a survey of this nature and uh importantly of those that did respond all of them completed the survey and provided extensive written comments now um these are the eight questions uh that we use to frame this meeting and i'm not going to go through these questions but i thought it was really interesting as i looked at the visual to see where the response is clustered and you can see somewhat unusually for a likert scale that we had a lot of responses in neither agree nor disagree uh disagree and strongly disagree uh with a smattering up to agree and strongly agree this is informative in the sense that i think it is an endorsement that we're on the right track for the topic of this meeting which is uh there's a lot of opportunity for research around these types of questions as reflected by this and i wanted to just uh pull out a couple of ones that i thought were particularly useful at least when i was thinking about it the first is to look at the mean uh response rate across these eight questions and you can see here that this numerically reflects what we saw on the prior slide where the responses are really ranging between about two and four so in this middle range but in particular question five and question 6 i thought were very interesting so question 5 are the methods for integrating analytical interpretations are well established and a four here is consistent with a disagree and you can see that the range was only between three and five so essentially neutral to strongly disagree the question six then is the genomic medicine community will benefit from having a revised technical desiderata and here we had a mean that was on the agree with a range that was between strongly agree and mildly uh disagree so um again i think that was very useful to look at those sort of extremes of response um there's also a tremendous amount of variability uh across the different questions which is again somewhat unusual for questions of of this nature but very little variability actually across question five so this ra raises an initial point to me of whether or not this question five uh really is a frame for a research priority um so we'll come back to that tomorrow after we've had a chance to absorb all of the rest of the presentations now in october 2014 as i mentioned we had a genomic medicine meeting genomic medicine 7 which i was pleased to co-chair with blackford middleton who unfortunately was unable to participate uh in um our gm 13 conference but the focus was on genomic clinical decision support so much more narrow um focused meeting than what we're currently experiencing now we did a survey prior to that meeting as well and
512
StackExchange
is in one of the rows you call something.length or [something length]. NSDecimalNumber documentation. Q: Eclipse RCP - Perspective Layout I'm currently developing an Eclipse RCP application. I want to create a perspective where I have 3 views (project explorer, editors area, and a custom view), each in a different column. Below them I want to have the console view. I don't know how to put the console view at the bottom. Also, the ratios I define for project explorer, custom view in relation to the editor area is not applied for some reason. The editors should take the 70% of the space, the rest equally between the custom view and the project explorer. This is what I have right now: <view id="AvgPowerTool.SettingsView" minimized="false" ratio="0.15" relationship="right" relative="org.eclipse.ui.editorss" visible="true"> </view> <view id="org.eclipse.ui.navigator.ProjectExplorer" minimized="false" ratio="0.15" relationship="left" relative="org.eclipse.ui.editorss" showTitle="true" standalone="false" visible="true"> </view> <view id="org.eclipse.ui.console.ConsoleView" minimized="false" ratio="1" relationship="bottom" relative="org.eclipse.ui.editorss" visible="true"> </view> A: The order in which you declare the views is important in getting the view to stretch across the whole window. Declare the console view first: <view id="org.eclipse.ui.console.ConsoleView" minimized="false" ratio="0.75" relationship="bottom" relative="org.eclipse.ui.editorss" visible="true"> </view> <view id="AvgPowerTool.SettingsView" minimized="false" ratio="0.85" relationship="right" relative="org.eclipse.ui.editorss" visible="true"> </view> <view id="org.eclipse.ui.navigator.ProjectExplorer" minimized="false" ratio="0.15" relationship="left" relative="org.eclipse.ui.editorss" showTitle="true" standalone="false" visible="true"> </view> The ratios for views at the bottom (and right) give the percentage occupied by the views above (or to the left) of the view so they are large numbers. In my example the console view occupies the bottom 25% of the window, the project explorer the left most 15% and the settings view the right most 15%. Note: You will need to do the 'Window > Reset Perspective' each time you change this values in the plugin.xml Q: Kendo UI Javascript redraw of TreeView not rendering After creating and rendering a Kendo UI TreeView to fill a DIV, repeat invocation alternately renders only "loading..." or works properly. Since I am having possibly similar problems with Kendo UI ContextMenu, I speculate there may be some required cleanup in between, which is passively done by even invocations such that odd invocations work, but I can't figure it out (a link to Kendo UI docs I might be missing so I can understand why I've missed this would be appreciated to help with other issues). In my JSFiddle example, click "draw" over and over and you'll see the alternate behavior. Speculatively clicking "draw, destroy, draw, destroy..." does not seem to help. https://jsfiddle.net/rk3nfnnu/ <script> function TreeDestroy() { // http://stackoverflow.com/questions/5431351 $('#Tree_Space').data('kendoTreeView').destroy(); alert('destroyed'); } function TreeShow() { $('#Tree_Space').kendoTreeView({ dataSource: [ { Name: 'Top', items: [ { Name:'Item' } ] } ], template: kendo.template($('#Tree_template').html()) }); alert('shown'); } </script> <a href="#" onclick="TreeShow(); return false;">draw</a> | <a href="#" onclick="TreeDestroy(); return false;">destroy</a> <div id='Tree_Space'> </div> <script type='text/x-kendo-template' id='Tree_template'> #= item.Name# </script> A: I have updated that fiddle. The destroy(); method probably only destroys allocated dom elements after the widget was rendered (the nodes). I doubt it cleans up the wrappers and whatnot. In your TreeDestroy(), issue a clear on that element div. Of course, you should call TreeDestroy prior to TreeCreate just in case. function TreeDestroy() { // http://stackoverflow.com/questions/5431351 $('#Tree_Space').data('kendoTreeView').destroy(); $('#Tree_Space').html(''); alert('destroyed'); }
512
reddit
to spawn. However, in almost all the youtube videos I've seen, people seem to think that putting torches directly around the spawner, maybe a dirt on top of it will work! Regardless of whether there are other dark spots near the spawner! Is this just superstition and myth, or is it a valid method? I'm going to have to disagree here... as a stubborn supporter of the idea that men should have equal rights to surrender parental rights and responsibilities, I do not feel that men should have no say in abortion. Two people chose to engage in an activity that had the potential to result in pregnancy, and those same two people should have the right to make decisions about the consequences. &gt; the same could be said about mobile browsers asking for gps location or phone number but there everyone is strangely ok with it. You can disable GeoIP. You can even rip that option from Firefox/Chromium builds. But Flash Player is both propietary and monolithic. You never know. Also, is slow as shit on many systems just to play "high res" 1080p videos (high res now should be called 4k) . wow this gave me chills. im gonna listen to this whenever i feel like im slipping, she just *gets* it. its hard to remember sometimes that im not so fucking alone and i can be loved. god shes incredible. sorry if this is overdramatic, this song just moved me so much. No. As reliable as as other brands. The problem here is the HDD being refurbished. Someone might link you BackBlaze HDD failure rates test, but its purpose is not to measure reliability for the average consumer -- they were run in a server environment, and their conclusion is [irrelevant](http://tweaktown.com/articles/6028/dispelling-backblaze-s-hdd-reliability-myth-the-real-story-covered/index.html) for that kind of use. First off - A* is fine - but you have a search-space problem. Those jumps shouldn't be "part of the grid" - they should be a single "edge" in your search-space. You can embed parameterized data for the jump edges (like min speed and angle) to help with character steering but you'll need to do the path-following/steering at run-time. So your issue with needing to run backwards and then forward should be part of path-following...not path-finding. OK I figured out I think this was a blockchain wallet because I found an old email with my wallet identifier. When I tried to login to it through the website, it says my password is wrong. When trying to recover password, it asks for the seed, but then won't let me hit continue. Maybe it thinks the seed is invalid? *Edit - Nevermind, I realized the blockchain wallet email is from a few months after the email I sent to myself with the seed, so that must not be what the seed was for. If you read one, just one of his works, he's brilliant. If you read a couple more, well... he's far from it. The final works are not bad by themselves, but overusing this formula makes the reading very tiring, not to mention it's kind of cheap. He
512
StackExchange
[FWIW, it is the default HISTCONTROL that provides the type-a-space-in-front workaround]. So, for example HISTIGNORE='history -d*' If you want it to be persistent, export it from your ~/.bashrc export HISTIGNORE='history -d*' A: You can Close the terminal window(s). This will flush the most current history in the terminal window that you close latest (after the other windows are closed) into the file /home/$USER/.bash_history Edit the file /home/$USER/.bash_history without involving bash, for example by starting your favourite editor via Alt+F2 This way you can inspect the whole history and remove whatever commands, that you no longer want to be there. Q: dynamically name the column in the dataTable with JSON data I need to find the way to parse this data so that i can dynamically name the column based on the JSON I am using jquery dataTable [ { "2":{ "Department Number":{ "column":"Department Number", "department":"100" } }, "1":{ "Department Number":{ "column":"Department Number", "department":"200" }, "Department Name":{ "column":"Department Name", "department":"STMS" } } } ] so that all the data in the dataTable looks like this id department number department name 2 100 1 200 STMS I am using the coldfusion and javascript .Here is the code for it <cfoutput>var data=#serializeJSON(dataJSON.getDepatmentData())#;</cfoutput> var sysAdmin = new listDataHandler(); var dtColumns = [{title:"id"} ,{title:data[0]} ,{title:"data[1]"} ] var oTable = $("#departmentTable").DataTable({columns:dtColumns,data:data.DATA }); I hope i have explained myself well here A: Go through all the objects in the JSON and create an array of the unique property names. var colsObj = {}; for (id in data[0]) { for (prop in data[0][id]) { colsObj[prop] = true; } } var dtColumns = [{title: 'id'}].concat(Object.keys(colsObj).map(function(name) { return {title: name}; })); Q: Android GCM Sending token to server The GCM Sample Project gives a stubbed out example of sending a GCM token to your server: public class RegistrationIntentService extends IntentService { ... @Override protected void onHandleIntent(Intent intent) { try { ... String token = instanceID.getToken(getString(R.string.gcm_defaultSenderId), GoogleCloudMessaging.INSTANCE_ID_SCOPE, null); Log.i(TAG, "GCM Registration Token: " + token); // TODO: Implement this method to send any registration to your app's servers. sendRegistrationToServer(token); ... } catch (Exception e) { ... } } /** * Persist registration to third-party servers. * * Modify this method to associate the user's GCM registration token with any server-side account * maintained by your application. * * @param token The new token. */ private void sendRegistrationToServer(String token) { // Add custom implementation, as needed. } } but this is done in an IntentService which finishes as soon as onHandleIntent returns right? So if starting an http call to send the token with the popular android-async-http library, I'm not even seeing my onStart hit: private void sendRegistrationToServer(String token) { post("/devices", params, new AsyncHttpResponseHandler() { // TODO: MAKE SURE ONSTART ACTUALLY CALLED TO MAKE SURE REQUEST AT LEAST GOES UPSTREAM EVEN IF I DON'T RECEIVE A CALLBACK SINCE IN INTENTSERVICE // IF NOT THEN MIGHT HAVE TO CHANGE THE INTENTSERVICE TO A SERVICE FOR DEVICE REGISTRATION @Override public void onStart() { // not actually using callback because request sent from intentservice Log.d("tagzzz", "sending upstream"); } @Override public void onSuccess(int statusCode, Header[] headers, byte[] responseBody)
512
StackExchange
glue the dataframe together again: import pandas as pd data = {'matchID': {0: 1, 1: 1, 2: 1, 3: 1, 4: 1, 5: 1, 6: 1, 7: 1, 8: 2, 9: 2, 10: 2, 11: 2, 12: 2, 13: 2, 14: 2, 15: 2}, 'court': {0: 'A', 1: 'D', 2: 'D', 3: 'A', 4: 'A', 5: 'A', 6: 'D', 7: 'D', 8: 'A', 9: 'D', 10: 'D', 11: 'A', 12: 'A', 13: 'A', 14: 'D', 15: 'D'}, 'speed': {0: 100, 1: 200, 2: 300, 3: 100, 4: 120, 5: 250, 6: 110, 7: 100, 8: 100, 9: 200, 10: 300, 11: 100, 12: 120, 13: 250, 14: 110, 15: 100}, 'server': {0: 1, 1: 2, 2: 3, 3: 4, 4: 1, 5: 2, 6: 3, 7: 4, 8: 1, 9: 2, 10: 3, 11: 4, 12: 1, 13: 2, 14: 3, 15: 4}} df = pd.DataFrame(data) def func(dfx): dfx['meanSpeedCourtA13'],dfx['meanSpeedCourtD13'] = \ (dfx.loc[(dfx.server.isin((1,3))) & (dfx.court == 'A'),'speed'].mean(), dfx.loc[(dfx.server.isin((1,3))) & (dfx.court == 'D'),'speed'].mean()) return dfx newdf = pd.concat(func(dfx) for _, dfx in df.groupby('matchID')) print(newdf) Returns court matchID server speed meanSpeedCourtA13 meanSpeedCourtD13 0 A 1 1 100 110.00 205.00 1 D 1 2 200 110.00 205.00 2 D 1 3 300 110.00 205.00 3 A 1 4 100 110.00 205.00 4 A 1 1 120 110.00 205.00 5 A 1 2 250 110.00 205.00 6 D 1 3 110 110.00 205.00 7 D 1 4 100 110.00 205.00 8 A 2 1 100 110.00 205.00 9 D 2 2 200 110.00 205.00 10 D 2 3 300 110.00 205.00 11 A 2 4 100 110.00 205.00 12 A 2 1 120 110.00 205.00 13 A 2 2 250 110.00 205.00 14 D 2 3 110 110.00 205.00 15 D 2 4 100 110.00 205.00 Q: C# Wait for browser to finnish load then start a timer So I have been struggling with this problem for long time now. I am trying to find out how I can enable a timer and set its interval to 1000 when the webpage is finished loading? Here is the code I've tried with so far: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); webBrowser1.Navigate("website.com"); webBrowser1.ScriptErrorsSuppressed = true; } private void Form1_Load(object sender, EventArgs e) { } private void button1_Click(object sender, EventArgs e) { webBrowser1.Document.GetElementsByTagName("input").GetElementsByName("brukernavn")[0].SetAttribute("value", textBox1.Text); webBrowser1.Document.GetElementsByTagName("input").GetElementsByName("passord")[0].SetAttribute("value", textBox2.Text); webBrowser1.Document.GetElementsByTagName("input").GetElementsByName("login_buton")[0].InvokeMember("click"); timer1.Enabled = true; timer1.Interval = 7000; } private void timer1_Tick(object sender, EventArgs e) { webBrowser1.Navigate("website.com/mygambling.php"); //Here i need a code to enable timer2 whit interval 1000 when the website is finnished loading } private void timer2_Tick(object sender, EventArgs e) { webBrowser1.Document.GetElementsByTagName("input").GetElementsByName("bet")[0].SetAttribute("value", 250); webBrowser1.Document.GetElementsByTagName("input").GetElementsByName("start")[0].InvokeMember("click"); } } } So my question is how can I enable the timer2 and set timer2 interval to 1000 when the page is finished loading? A: You already know how to enable timers. The webbrowser has a DocumentCompleted event where you can subscribe to. This will help you to determine when loading of the page has finished: private void timer1_Tick(object sender, EventArgs e) {
512
gmane
concern was that as our application develops and the view we're rendering becomes more complex, the drawing process could ultimately become slower than the data update rate and the on-screen image would start to fall behind. In this case, I'd simply like to log the data and draw only the latest position, even if that means skipping some redraws. I had assumed that the easiest way to do this would be to put the drawing commands in a separate thread and then just keep checking from the main thread if the drawing thread was still alive. If so, I would just log the data and keep going. If the thread was finished, I would use the latest data to initiate a new drawing thread. What I hear you saying, however, is that I should probably expect modern hardware and OpenGL to be fast enough that I can simply do my drawing directly in my main thread. My main concern then would be to make sure that the drawing stays essentially real time (ie, within a few 10ths of a second). Do you think it would be reasonable to put the drawing in the OnIdle event handler so that it only gets initiated once all pending events are processed, or would you suggest another way to make sure that I drop redraws if I'm starting to fall behind? Thanks again for your advice. Cheers, Tony Hi all im very much new to openswan and VPN technologie, infact 30 minutes new. Im under a bit of pressure to get a vpn tunnel to one of my remote lans (In the UK, im in ZA) The remote LAN uses a Watchguard firefox with preshared keys. What i need to do is setup a dialup (Which I already have and works, uses 2.6 kernel), gateway that makes use of NAT traversal. I suppose like a road warrior client, but with NAT. What I would like to know, before I venture on this mission to understand and quickly get this up and running. 1) is the doable? 2) Can I use the 2.6 kernel 3) Do I have to patch the 2.6 kernel 4) Would I have more success with strongswan or superfreeswan than openswan. 5) Would downgrading to the 2.4 kernel be better for me, and would I still have to patch it. (Hope not, I like the 2.6 kernel) If someone can assist in anyway with a link, URL, anything really, I would be most appreciate it. Kind Regards and thanks in advance Brent Clark Hello, in my configuration there's a linux router which is dynamically learning routes via RIP from an isdn router connected to the "outside" interface of the router. The internet gateway is also conencted to that interface. For some reason i don't want the packets which travel through the isdn router to get SNATted. Packets going out to the internet gateway must be SNATted. Is there any way to match the packets which travel through the isdn router by something like a next hop match in the POSTROUTING table? Some years ago
512
Pile-CC
in this job opportunity you may: # apply directly on the web-site (button APPLY NOW) # send your CV on email: application@clarusapex.com We will consider your CV and give you the feedback. If your CV fits to the employer’s requirements, we will call you and... English Teacher Job in Bahrain – international experience, friendly team, great possibility to see the world! Our Customer offers a wide array of training programs that cater need of all clients. They provide their clients with knowledge, skills and competencies that... ...interested in this job opportunity you may: # apply directly on the web-site (button APPLY NOW) # send your CV on email: application@clarusapex.com We will consider your CV and give you the feedback. If your CV fits to the employer’s requirements, we will call you and... ...interested in this job opportunity you may: # apply directly on the web-site (button APPLY NOW) # send your CV on email: application@clarusapex.com We will consider your CV and give you the feedback. If your CV fits to the employer’s requirements, we will call you and... Butler Job in Qatar – unlimited potential for growth and career advancement opportunities! Our Employer is a VIP family based in Qatar is now looking for an experienced Butler for their private residence. Hire and fire staff when it’s required Deal with contractors... ...interested in this job opportunity you may: 1.apply directly on the web-site (button APPLY NOW)2.send your CV on email: application@clarusapex.comWe will consider your CV and give you the feedback. If your CV fits to the employer’s requirements, we will call you and... ...interested in this job opportunity you may: 1.apply directly on the web-site (button APPLY NOW)2.send your CV on email: application@clarusapex.com We will consider your CV and give you the feedback. If your CV fits to the employer’s requirements, we will call you and... ...interested in this job opportunity you may: # apply directly on the web-site (button APPLY NOW) # send your CV on email: application@clarusapex.com We will consider your CV and give you the feedback. If your CV fits to the employer’s requirements, we will call you and... Personal Trainer Job in the Newest Fitness Center, Jordan is open now. Don’t miss the chance to become a part of Dynamic international Fitness Center. Work and live in place where people do holidays! The main goal of the brand is to make the use of the training methodology... San Jose, CA — SEMICON West is scheduled for July 9-11, 2013 at San Francisco's Moscone Center. The dramatic changes in today's advanced packaging technology are required to meet the needs of newer and newer smart phones and new sensor technologies. These changes that demand continued improvements in form and ... Research Triangle Park, NC — IMAPS (International Microelectronics Assembly and Packaging Society) has moved its offices from the Nation's Capital to North Carolina. The move comes after the Trade Association conducted extensive and thorough economic and financial analysis regarding such a move to what was ... Research Triangle Park, NC — The 46th International Symposium on Microelectronics will be held
512
reddit
the medical costs would have been enough to cripple the entire family, but instead he was able to get in after a couple of months wait time. And with my brother breaking his arm and having an optional surgery on his knee there was not much wait time at all and the most that had to be paid was $15000 after healthcare took care of the rest. This cost the most due to being optional so not as covered. Overall the pros outweigh the cons and not everyone has to go with the universal care. If you can afford private hospitals then there you go. They offer a non-ad plan for $12 a month. Best money I spend. Not sure what you expect for $5 lol. Every episode of Seinfeld, ER, The Shield, and countless other shows, ad free. Plus all of the on-air shows a day later, still ad free. What more could you want? They have some great original content, too. One tweak you might make in the mean time is to put a spring on the pusher between the support and the 'end cap' (maybe use something larger like a belt wheel - http://www.brickowl.com/catalog/lego-wedge-belt-wheel-2786-4185 - on the end for the spring to push against). This would let you push a dart forward and have the mechanism reset itself as you take your finger off. &gt; It seems like you are using the mistakes to discredit their win. Not discredit the win; it was perfectly valid and legitimate. What I am taking issue with is the idea that the USA were "so dominant". How am I not picking apart the error-makers? The first two goals I said Lloyd was unmarked (i.e. the defence weren't doing their job). The third goal I specifically said was a good finish, but the defender defended dreadfully. The fourth goal I mentioned how the goalie was out of position. I've had a Mirena in for about 4.5 years, and I've been doing keto (on and off...but on right now!) over the last six months. When I first got the Mirena, my periods stopped after 6-9 months. I'd just get some spotting, but have only needed to use tampons a handful of times over four years (yay!). I haven't noticed much of a different when I'm doing keto. Maybe a smidge more spotting, but I hadn't even thought about it until I saw your post. Hope that helps, and good luck! Instead of having the *or* You can say the both have flash. Also you might want to either make it an activated ability (which needs a cost even if it's just "0:") or say "during each opponents end step you may cast one creature or sorcery as though it had flash" Sure! I have combination skin and deal with PIH and the occasional hormonal breakout. Kose Softymo Speedy Cleansing Oil Hada Labo Gokujyun Hyaluronic Acid Bubble Face Wash used with Missha Natural Soft Jelly Cleansing Puff Melano CC Intensive Anti-Spot Essence Paula's Choice 2% BHA Gel COSRX AHA 7 Whitehead Power Liquid (waiting for this to arrive in the mail)
512
YouTubeCommons
say polyphenols are bad for you actually don't realize that polyphenols feed friendly bacteria and there's a host of evidence that you'll see in my upcoming book about the incredible benefit of polyphenols in actually changing the gut microbiome for the better in fact i'll i'll give you a little tease there's a fascinating study looking at the microbiome and inflammatory markers in three trials in human beings one group had to drink several glasses of red wine per day the second group had to drink the same red wine that had the alcohol removed and you can go to a store and find non-alcoholic red wine and the third group got to drink gin in the in in the same alcoholic amount that the red wine drinkers were drinking and lo and behold what they found was that both the red wine with and without alcohol changed the gut microbiome to a much more friendly microbiome in other words it increased the gut buddies and the result was that multiple markers of inflammation fell in both of those red wine drinkers whereas no effect was found in the gin drinkers why because the gin even though it had alcohol didn't have any polyphenols so the idea that polyphenols are somehow a plant defense system is absolutely wrong and human studies back up the fact that it's the polyphenols not the alcohol in red wine that is the beneficial effect and its benefit is not the polyphenols directly but it's the polyphenols being eaten by certain gut bacteria and basically fertilizing good gut bacteria the other thing we know is that polyphenols in general when you eat them are incredibly poorly absorbed maybe only 10 of all the polyphenols that you eat are ever absorbed but again the good news is that these polyphenols are eaten by your gut buddies and it's the products that your gut buddies make from these polyphenols in the form of postbiotics that i talk extensively about in the energy paradox that is one of the main ways that polyphenols benefit our health so that's actually the exciting new science of polyphenols and how they work all right so let's play devil's advocate some critics like dr paul saladino say that the health benefits of polyphenols are overrated and here's why they say that because polyphenols aren't absorbed and that polyphenols are dangerous their plant defense system well they're right that polyphenols aren't absorbed very well but they're absolutely wrong because they don't understand what's now known about how polyphenols interact with our gut microbiome how they feed our gut microbiome how they change our gut microbiome to a friendly anti-inflammatory microbiome and who in the world wouldn't want that i don't know i certainly would the other thing that's obvious when we look at any of the blue zones those areas of the world popularized by the national geographic journalist dan buttner and loma linda is the only blue zone in the united states by the way where you know i was a professor for much
512
StackExchange
<widget class="GtkButton" id="Please Click on the Button!"> <property name="label" translatable="yes">button</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> </widget> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </widget> </child> </widget> </glade-interface> A: self.window.show() At the end of __init__ should do it I think. EDIT AFTER COMMENT... self.window = self.wTree.get_widget("MainWindow") but there is no window called "MainWindow", I think you've called your window "Hello world!", try loading that instead (or renaming your window in glade). It may be a good idea to check that your window is actially found in the glade file as well. window_name="Hello World!" self.window = self.wTree.get_widget(window_name) if (self.window): self.window.connect("destroy", gtk.main_quit) else: raise Exception("I couldn't find the window called "+window_name+"!") Q: Doctrine relation lost on record update I'm using Symfony and Doctrine, and have several many-to-many relations that work fine. But there is a table called "document" that holds documents that can relate to several kind of contents, and has an admin section of it's own. Whenever I update a Document, every relation it had to the rest of the tables is lost. I Googled it for a while but couldn't find the reason. ¿Have you ever experienced something like this? ¿What can I do? This is the schema, but the constraints do not exist in MySQL. Document: actAs: [Timestampable] columns: title: string(255) filename: string(255) owner_id: integer Productar: actAs: Timestampable: ~ I18n: fields: [title, tagline, intro, body] columns: title: string(255) tagline: clob intro: clob body: clob video: string(255) header_image: string(255) small_image: string(255) relations: Documents: class: Document local: productar_id foreign: document_id type: many refClass: ProductarDocument onDelete: SET NULL ProductarDocument: actAs: [Timestampable] columns: productar_id: type: integer fixed: false unsigned: false primary: true autoincrement: false document_id: type: integer fixed: false unsigned: false primary: true autoincrement: false relations: Productar: class: Productar local: productar_id foreign: id onDelete: SET NULL # Also tried with CASCADE Document: class: Document local: document_id foreign: id onDelete: SET NULL # Also tried with CASCADE A: I found the problem: The form classes where originally generated along with the /document/ web module before the relations existed in the model. Later, the relations were added and the form and model classes where generated again, but not the web module (or the actual view for the form), therefore the relations were expected, but not received, by the form class, and the record got updated without them when $form->save() method was called. I fixed it by unsetting the "productar_list" widget and validator in the Document form class. It's no longer expected nor saved. It´s not updating the relations now. Q: How to preserved an element input when print using this script? I have a form that want to be printed. I use this script to do the job <script type="text/javascript"> var gAutoPrint = true; function printDiv(){ if (document.getElementById != null){ var html = '<HTML>\n<HEAD>\n'; if (document.getElementsByTagName != null){ var headTags = document.getElementsByTagName("head"); if (headTags.length > 0) html += headTags[0].innerHTML; } html += '\n</HE' + 'AD>\n<BODY>\n'; var printReadyElem = document.getElementById("div_content"); if (printReadyElem != null) html += printReadyElem.innerHTML; else{ alert("Error, no contents."); return; } html += '\n</BO' + 'DY>\n</HT' + 'ML>'; var printWin = window.open("","processPrint");
512
s2orc
maintained metallic in most cases, unless large strain was imposed [23][24][25] . Through A-or/and B-site cation substitutions in ABO3 the spin polarization of band structure can be directly controlled, leading to modified exchange interactions and associated magnetic and electrical ground states 26 . Thanks to the advances in epitaxial synthesis techniques, composite films have emerged as powerful platforms for realizing FMI and strong PMA in LSMObased perovskite oxides since deliberating control of specific atoms can be realized 27 . Given these reasons, emergent FMI with strong PMA can be obtained via engineering cation substitution in LSMO and SIO, which enables to explore pure spin current phenomena in all-oxide heterostructures. In this letter, we reported a facile method to fabricate LSMO-SIO (LSMIO) composite oxide films that are mixed homogenously at atomic level. The LSMIO films are FMI with PMA, whose temperature-dependent resistivity was fitted well by Mott variablerange-hopping model. By further constructing heterostructures of FMI LSMIO and strong spin-orbital coupled SIO layers, we explored pure spin current phenomena and observed pronounced spin Hall magnetoresistance (SMR) and spin Hall-like anomalous Hall effect (SH-AHE). These results demonstrate that FMI LSMIO is promising for exploring insulator spintronics in all oxides heterostructures and developing lowdissipation spintronic devices. RESULTS AND DISCUSSION Figure 1(a) shows the schematics of sequential two-target deposition process of LSMIO films using pulsed laser deposition (PLD). During the growth, the LSMO and SIO targets were rotated repeatedly and periodically. In each repeat, sub-monolayer 0.3 unit cell (u.c.) LSMO and 0.2 u.c. SIO were deposited, ensuring homogeneous mixture of two ceramic targets at the atomic scale. The LSMIO films have a nominal stoichiometry of La0.4Sr0.6Mn0.6Ir0.4O3. The crystalline orientation of LSMIO films can be controlled by changing substrate orientation. The crystalline structures were characterized by X-Ray diffraction (XRD) 2θ-θ scans as shown in Fig. 1(b). The peaks of LSMIO films are labeled and are located on the left side of SrTiO3 (STO) substrates closely. This result indicates that the films are slightly compressed (<0.1%) and of high-quality single crystal without impurity phases. To further characterize the interface quality and structural homogeneity, scanning transmission electron microscopy (STEM) measurements on the (001)-oriented LSMIO films, as shown in Figs. 1(c)-1(h), were performed. The sharp contrast across the LSMIO and STO substrates in Fig. 1(c), supplemented by a high-angle annular dark-field (HAADF) STEM image of the LSMIO films in Fig. 1 applied parallel (H⊥c) and perpendicular (H∥c) to the film plane for differently oriented LSMIO composite films. The coercive field is found to be 0.67 T, which is much larger than that of soft ferromagnetic LSMO films. On the other hand, we note that the saturation moments are determined to be around 2.4 μB/u.c., which are considerably smaller than that in LSMO films 28 . The reduction of the saturation moments can be explained by the antiferromagnetic coupling in the Mn-O-Ir bonds as evidenced from the first-principle calculations shown below, which leads to the ferrimagnetic ground state in LSMIO composite films. Figure 2(d) show the corresponding magnetization M as a function of temperature. The Curie temperature (TC) becomes lower for all
512
reddit
a fucking mind reader, I need to know what names you wish to use and titles etc. * Appearance: You get the gist. We need to exchange reference pics, (or you can describe it, and I'll use a pic) * *Preferred Opening Scene*: A few times I've started an rp, and someone got fussy because it didnt start where they wanted. Of course, they didnt tell me, so I didnt know. I need know the opening scene. I do have things in my life that take priority so do not expect me to me be your 2-minute replier. If I'm at work at work and I tell you I'll be home in 3 hours, theres always the possibility of me just being tired as fuck when I get home and not replying til the morning. So dont think I'm purposely ignoring you, because sometimes I don't remember or cant tell every time I'm away and all that jazz. I do enjoy more long term. I can get really freaky, or be plain jane, just let me know. I'm open to just chat and discussion and possibly friendship with anyone if that interests you more. My real age is 22, so dont worry, I'm not a minor. Longer term preferred but open to shorter. *Prefer to keep it on Reddit PMS* but can move to kik if really desired. It just nice to see someone used the correct definitions. Instead of some sort of post modernism definitions that rely on emotional appeals. I see people often conflating social programs to be the exact same as socialism and it's unnerving. Just wanted to say thanks for the good posts. Have a good one. There are grunts of exertion, and maybe a grunt or a sigh as I'm jizzing, but other than that, I'm pretty quiet. There's just no reason for me to be moaning during sex. Sure, it feels neat to have my dick in a pussy, but it's not pleasurable enough to moan about. programmers generally get estimates and deadlines you cant judge the code by the number of lines as often 3 lines of code is way better than 10 (and may take longer) the issue you face is judging whether 3 days is really 3 days and not a day + two days of nothing Yeah this is much more difficult than I thought. I love him as a friend, which is why I've stuck with him all these years. I have a really bad feeling that you're right: as soon as I start seeing other guys, he's going to make my life miserable. He knows me so well, he'd know exactly how to make me jealous and wish I'd stayed with him. In short, he's manipulative. He's extremely jealous of everyone-- tied back to his self worth issues. If I dated him, I'd probably have to keep it secret from my parents. That's easy when I'm at school, but not so easy at home... And its exhausting. I've never played the field. I've never even been on a real date. So yeah,
512
goodreads
all good cozy mysteries do and you feel like you'd like to return to their well-named home town of Darling as soon as you can. It was funny and comfortable with a better than average murder trail that I enjoyed following. IT WAS AMAZING! beyond my expectation, different than other fantasy book i read before and i have no complaint in a tiny winy bit at all about it. The plot, writing style, characters all so magnificent. At first i was struggling imagining Kai's physic but i remember the only difference from human is their eyes and claws. I'm so glad to stumble upon a bookstagram that recommended this book, i'm so grateful. I really want to read the next book but i'm afraid 2nd book only torture me to crave the third book right the second i finish it. I really love the Brishen and Ildiko characters and how their friendship gradually turn into lover, they're a perfect couple, they support, love passionately, and protect each other at all cost. their chemistry is palpable since the start and i only wish the good things for them, especially after Brishen's condition at the end of the book i don't want anything bad happened to them, protect them at all cost. The story is amazing, the plot is great there's surprise here and there but maybe doesn't really a surprise if you keep yourself alert through each conversation or scene in the book. In one revelation towards the ending I'm surprised but not shock. The ending only make you crave the second book. In conclusion i'm in love with this book and recommended it with my whole heart. Omg I love this book and the series is amazing one of the best series I've read really could read all over again Greatly enjoyed this and it's my first by this author. I'd recently started 4 dogs of books so it was an even greater pleasure to start something not totally full of errors. It wasn't without mistakes but in no way anything that made it unreadable. I loved the people working for Forensic Instincts-all very different and all bringing their own special abilities to the table. Casey was a special favourite of mine, I have to say. I liked her style and her way of dealing with people. I loved the tribute at the beginning to Freddy the FBI dog so much I shared it on Twitter. A lovely gesture by the author and she'd won me over with that alone. It reminded me a little of the set of Divine stories by Cheryl Kaye Tardif but that didn't spoil it in the least. I look forward to more stories featuring Claire as well as she's a fascinating character for me. I've added the other 3 I could see to my wishlist. I guessed where this story was heading but again that spoils nothing. The most irritating thing I noticed was she rarely uses paragraph breaks and that made for some tricky reading at times. I only spotted a couple of apostrophe mistakes and there
512
realnews
live with him. Reviewing the book for the Guardian, Charlotte Moore, who has two autistic sons, wrote: "Mark Haddon's study of the condition is superbly realised." Since the novel was published in the spring, debate has raged on the internet as to how realistic a character Christopher is. Yet Haddon takes it all with a pinch of salt, blithely pointing out that he didn't have any specialist knowledge of Asperger's. "People say it's so real you must have done your research, but on the contrary, if I'd done any research it would have killed it stone dead." His insight was a bigger one, which he supposes was gleaned years earlier when, as a new graduate looking for a calling, he worked as a volunteer with people with mental and physical disabilities. "People with Asperger's are such a various and eccentric group that there are an infinite number of manifestations. That's true of all disability. And besides, if you write a black character, you don't go and get an encyclopaedia out of the library to find out what they would be doing." He confronted Christopher on one level as a series of technical challenges. "The most difficult thing about writing it was working out how to do the plot, because I knew I wanted it to be in Christopher's voice but Christopher wouldn't have had any sense of writing for an audience: that's why I got him to be a Sherlock Holmes fan, so he could write it not to entertain someone out there, but to be a little Sherlock Holmes." He also created a useful device in Christopher's teacher, Siobhan, who is always at hand to help shape the story. "Siobhan said that the book should begin with something to grab people's attention", or "Siobhan said I didn't have to write them all down" - them being 31 things Christopher spotted from a train window which he would otherwise have dutifully listed. Haddon speaks so fondly of Christopher - almost as if he is in the next room - that it seems churlish to discuss him as a series of plot problems. Yet for all its humanity, this is a novel that perpetually draws attention to its own composition. Christopher labels his chapters by prime numbers and does sums to calm himself down. He illustrates his diary with a series of puzzles that he invites the reader to solve. There is such evident delight in these puzzles that it comes as no surprise to find that Haddon was a bit of a maths prodigy himself - just one year older than Christopher when he passed the first of two A-levels in the subject. He gave it up after school, "because I didn't want to be a maths student. Also I'm really, really bad at detail. To be a good mathematician you have to be able to concentrate for three hours at a time. Writing is different: if you get a couple of words wrong you're not going to crash into the ravine." Haddon also shares Christopher's pleasure in illustration: before starting out
512
reddit
think you are. 13 years isnt enough time to majorly change the economic base of Brazil. The problem is the pathetically low literacy/education rates in Brazil, which PT has attempted to change, although it is something that takes time. Im not saying PT isnt corrupt and that corruption is ok, im saying that no other party would have had different results. In fact, I think you should be grateful dilma won the last elections as the terrible economy during 2014-2018 under a different president/party would have paved a nice road for Lula's/PT comeback. If he isnt in prison. This is Torchlight 2 right? I've been wondering, whys it so much more played now by /r/gaming then Diablo3? My dads been playing diablo3 and I have been trying to convince him to give Torchlight 2 a shot but I don't know enough about it, I only played like 2 hours of the first game... What really gets me when I think of physicalism vs. dualism is the fact that, given that those are the two legitimate possibilities, I can't find a way to make dualism work. I think about it all the time, but trying to figure out how something entirely non-physical could interact with something physical just seems impossible. Maybe rather than using (mostly) reason, looking to physics is the only answer? But then I think about my awareness, my private movie theater, and can't fathom how *that* is purely physical. Again, I'm beginning to think that looking to science is where the answer is could be to that. Maybe that's why I find myself siding with naturalized epistemology. So two questions come from this: If Dualism is correct, how does the non-physical (the mind, supposedly) interact with the physical? If Physicalism is correct, how do we explain our conscious experience in purely physical terms when the experience itself seems to be something completely and utterly different from the physical? I'll end this post with a quote that I think best encapsulates my feelings: "On really romantic evenings of self, I go salsa dancing with my confusion." We invaded Iraq based on far less evidence of government involvement in 9/11 (actually none) than exists for Saudi involvement. Saudi is a small country that executes dissidents. If intelligence agents went off the reservation to support terrorists who then attack their number one protector and business partner in the world, the US, those agents would publicly be beheaded before the dust settled in Manhattan. I mean, you answered your own question there - glowfly is hard when the team doesn't know you have to use choke points. That's genuinely the issue with it - surviving it WITHOUT knowing the strategy is practically impossible. And well, communicating with random players, who often have never experienced the event, isn't exactly easy. I can spam "This way!" near the basket all I want, but it doesn't always work. That's why I consider it one of the hardest events. Goldie hide-n-seek is a close one, if only because of how luck-dependent it is. Had coordinated voice-chat teams unable to clear the wave
512
realnews
activity. In preemies, the red areas are smaller due to less coordinated activity between these regions. Among these resting-state networks is the default mode network, which tends to be most active when people are least active. The greatest differences between full-term and preterm babies were seen in this network and in the frontoparietal network. Both encompass brain circuits associated with emotion and previously have been linked to ADHD and autism spectrum disorders. Rogers said these brain circuit abnormalities likely contribute to problems that materialize as the children get older. To see whether that’s true, Rogers and her colleagues are continuing to follow the babies, having completed follow-up evaluations when the children reached age 2, and again on some at age 5. The researchers plan another series of brain scans in a few years as the original study participants reach the ages of 9 or 10. “We’re analyzing the data we’ve already gathered, but we want to bring the children back when they are 9 or 10 and continue to follow their development,” she said. “We want to look at the evolution of brain development in full-term versus preterm babies, and we want to know how that may affect who is impaired and who is not.” That information may help doctors and scientists target abnormalities in the brains of preterm babies and, potentially, change the course of their development. This work was funded by the National Institute of Mental Health, the National Institute of Neurological Disorders and Stroke and the Eunice Kennedy Shriver National Institute of Child Health and Human Development, of the National Institutes of Health (NIH). Additional funding comes from the McDonnell Center for Systems Neuroscience, the Child Neurology Foundation, the Cerebral Palsy International Foundation and the Dana Foundation. Rogers C, Herzmann C, Smyser T, Shimony J, Ackerman J, Neil J, Smyser C. Impact of preterm birth on structural and functional connectivity in neonates. Abstract presented at Neuroscience 2015, Chicago, Oct. 19, 2015. Shares of the pain drug developer Horizon Pharma (HZNP) have recently seen some huge moves to the upside as the FDA's decision looms for the company's rheumatoid arthritis treatment RAYOS gets closer. Even after a virtual doubling of the shares since June, the company is valued at modest $265 million. The two major firms that cover the stock (Stifel Nicolaus and JMP Securities) have price targets that exceed the current price of $7.12/share by significant margins. According to an article by Bret Jensen of Seeking Alpha, Stifel Nicolaus has a target of $10/share while JMP sees $16/share. These price targets imply 40% and 125% upsides respectively. In addition to bullishness from analysts, insider buying has warranted some investor attention to the stock as well. Although it wasn't recent, we saw a huge round of buying in early March by directors Jeffery Bird, Jeff Himawan (of Essex Woodlands), and Jean Francois (of Atlas Venture). The buying spree brought 4.4 million shares out of the market, which is quite enormous given the small number of shares floated (at 33.7 million). Despite steep operating losses, investors are noting the huge potential
512
StackExchange
DatabaseConstants.DATABASE_VERSION); } @Override public void onCreate(SQLiteDatabase db) { Log.d(TAG, "onCreate called"); db.execSQL(DatabaseConstants.CREATE_TABLE_NOTES); } My SQL query: public static final String CREATE_TABLE_NOTES = "CREATE TABLE " + TABLE_NOTES + " (" + NOTE_ID + " INTEGER PRIMARY KEY AUTOINCREMENT, " + NOTE_CONFERENCE + " INTEGER, " + NOTE_DATE + " INTEGER, " + NOTE_TEXT + " INTEGER);"; A: The SQLiteOpenHelper.onCreate() lifecycle method is only called when the database doesn't already exist. It gets executed the first time when there is no database present. Assuming there are no errors in your code, change the name of the database in your dbadapter and it would get executed. Q: How can save Application Settings in the Registry via MFC? I have a MFC application created by the MFC Project Wizard. I wanted to save/read application settings in the registry and so asked this question to find a C++ Registry wrapper as the Windows API is very messy. However, I have now heard that the MFC provides a way to do this. Is this true? If so, how can I read/write values, see whether a key exists and get a list of all the keys? A: MFC provides an easy way to read/write Windows registry. In your project you'll have a global CMyProjectName theApp; object. CMyProjectName inherits CWinApp class which provides the SetRegistryKey() method. That method sets theApp to write in the registry instead of an "ini" file. In the documentation check out CWinApp::GetProfileInt CWinApp::GetProfileString CWinApp::WriteProfileInt CWinApp::WriteProfileString methods on how to read and write integers and strings in the registry. Q: Add contact with Family name first Consider the code below. As an example, if displayName = "Squirrel, Rocky J." then it appears in the contacts as "Rocky J. Squirrel". I would like to be entered as is, i.e. "Squirrel, Rocky J." However in the docs, I don't see that as an option. How do I do this? if (displayName != null) { contentProviderOperationArrayList.add(ContentProviderOperation.newInsert( ContactsContract.Data.CONTENT_URI) .withValueBackReference(ContactsContract.Data.RAW_CONTACT_ID, 0) .withValue(ContactsContract.Data.MIMETYPE, ContactsContract.CommonDataKinds.StructuredName.CONTENT_ITEM_TYPE) .withValue( ContactsContract.CommonDataKinds.StructuredName.DISPLAY_NAME, displayName) .build()); } Edit: After changing the settings as suggested by marmor ... if I have "Leo Tolstoy" and "Langston Hughes" I would expect to see the contact list as: H Hughes, Langston T Tolstoy, Leo Instead I see (on Samsung SM-T530) L Hughes, Langston Tolstoy, Leo (on Pixel C) H Langston Hughes T Leo Tolstoy So not only does the display seem to be device dependent and confusing, it appears it cannot be controlled programmatically. A: When you add a contact (either programatically or via the contact-edit screen), the Contacts content-provider parses the inserted name, and attempts to split it into the name fields: prefix, first, middle, last, suffix, nickname. After which a name can be shown in the Contacts/People app either as "First Last", or "Last, First", depending on settings. If you which to toggle the name display option: In the stock Contacts app, click on menu > settings > Name Format > select Last name first. UPDATE System contacts apps can be a bit different between devices, but most display at least two options in the above settings page: Sort by and Name
512
gmane
soekris net48xx. The box is behind my adsl cisco 677. I'm having problems using a static IP on WAN. If I use dhcp then m0n0 gets 192.168.0.20 from my cisco 677's dhcp. How do I force it to use 192.168.0.18 as static IP? Best regards Morten Hi there! What's happening? Is dak going mad? :) FYI, here's the chain of event that lead to this situation (as it might help you to debug). What happened is that: 1- I first uploaded python-eventlet_0.12.0-2 as I wanted it to move from Experimental to sid. Then it was rejected because there was no .orig.gz in the archive. I didn't understand at first. Then discovered that this was because python-eventlet_0.12.1 was in experimental, and not 0.12.0, and that the previous uploaded didn't update the SVN of the package. So I tried to correct it, built 0.12.1-2, but unfortunately 2- uploaded the missing orig.gz for 0.12.0-2 (I just did a bad copy / past when using dupload). Then I am now trying to upload 0.12.1-2, and I get what's below... Please help me to correct this mess and migrate python-eventlet 0.12 from Experimental to sid. Cheers, Thomas Hi, I stumbled upon this multi-index example: http://www.boost.org/doc/libs/1_46_1/libs/multi_index/doc/examples.html#example6 and I do not understand the gains in the second step. To sum up, the example wants to apply two predicates to the search - select elements with the given manufacturer, and select elements that fall in a certain price range. It does so by using one predicate in a first search (for example, finding all elements with the given manufacturer), then taking the range of search results, and copy it to another multi-index container (using pointers to avoid unnecessary deep copying of the elements). Then it performs a second search using the other predicate (in this example, the price range) to further narrow down the range of results. It is this copying and creating of the 2nd container that bugs me. Isn't this unnecessary? It implies O(n) steps to insert the search results, n being the number of results from the 1st search. Then, why use a second multi-index container? Why shouldn't I just use remove_copy_if() instead? it would make sense if copying the subset into a new multi-index container were faster than O(n), but I doubt that. What do you think? regards Hello all, sorry for asking here: Tried 0.4 from git on friday and got an exception while verifying the (old) configuration. As a brave man I added it to trac: http://sourceforge.net/apps/trac/shinken/ticket/200 Could anyone see the problem instantaneously from the backtrace below or should I try to play with my config files to narrow down the cause ? As usuall many thanks, Hermann Dear Anupam,          It is good to know that you are reading messages.  But only my messages are so disturbing?  or the content as a whole and postings of this forum are disturbing?.  I didn’t say I knew everything about anything but I posted criticism against sarcastic nature of the messages but never abused.  If you know anything better then you are open to post about it with
512
realnews
there is one thing Silicon Valley can learn from Chinese app development, it's that it is tuned in to viral-as-a-service, meaning that their most popular apps have really been about making content and personas viral and also hyper-engaged," he said. Yet critics say its surging popularity among young girls in particular exposes them to caustic comments and other potential abuse by their peers, while offering a choice hunting ground for sexual predators. The app itself promises a video-sharing community that's "raw, real and without boundaries" and claims to be appropriate for children aged 12 and older. Parents aren't always convinced, given the numbers of young girls suggestively singing along to sexually explicit lyrics which are often degrading to women. Such videos are the stock in trade of Halia Beamer, an American 13-year-old who has emerged as one of TikTok's stars, chalking up more than five million followers. 'Dangerous characters' Media reports have documented cases of users being bombarded with disturbing comments, while others have been asked for private contact details or to post provocative images. Last summer the Indonesian government banned the app after more than 170,000 people signed a petition saying that lip-syncing in revealing outfits was not suitable for children. It was lifted only after TikTok representatives from China flew to Jakarta and promised to hire more people to weed out inappropriate content. The US internet watchdog Common Sense says the combination of mature content and privacy risks means users should be at least 16. "Because the age limit is so low, you attract a greater assortment of dangerous characters, and users lying about their age," Solis said. But raising the age limit would remove millions of people from the platform, and curb TikTok's exponential growth. In France for example, 38 percent of youths aged 11 to 14 have a TikTok account according to Generation Numerique, which tracks internet usage. Girls are by far the majority among French pre-teens, with 58 per cent saying they have an account compared with just 15 percent for boys. French police warned parents last month about the dangers, saying their teens "may be targeted by indecent sexual proposals". "TikTok promotes dancing and singing in particular, things which are still pretty feminine that boys don't always dare to do," said Cyril di Palma, Generation Numerique's president. Hard choices ByteDance, whose app is called Douyin in China, says it works extensively to protect its users, with software that monitors content and "a continually growing team of moderators". But Di Palma says many parents are still unaware of the risks, "and are astonished to see their little angels in poses inappropriate for their age." The effects of early exposure to social media are so new that "parents, educators, even doctors... are either under-qualified or completely ignorant in the face of the need to guide a young generation in the dangers and possibilities of these new technologies," Solis said. William Soally, a French father whose 12-year-old daughter is a dance fan, took action after seeing alerts about TikTok among YouTube users. "I talked about it with my daughter
512
gmane
a patch for it? Or is this perhaps much more difficult that it might first appear? - Curtis Hi there, I am running tomcat under linux, unfortunately can't remember whether it is 4.1.24 or 4.1.31, which made me relise, I don't know how to find out. When i look at the logs it jsut says Tomcat 4.1 unlike on windows where it actually gives the full version number. So where would i look to find the tomcat version? Regards Steve Try this: Provide your Chinese students with a paragraph of capitalised text. They usually struggle to read it (even in headings). This might be explained in various ways, however I suspect that the non-phonetic attirbutes of their L1 leads them to learn English through our discredited whole-word recognition method. When you introduce gross-capitalisation, visual recognition is disrupted. Chinese students learn the English phonetic system (albeit sinofied) and they learn the pinyin phonetic system, however I'm told that teachers don't tend to use phonetics the way we did in the good ol' days. [I haven't been able to verify that this hasn't changed since the 1980s, so someone may have more current info on China]. Terence Egan Ralph, That looks like the 1570 revision of the text whose 1538 version, by Andreas Divus, was made famous by Ezra Pound at the beginning of his /Cantos/. This article includes a stemma on p 189 and line by line comparison of the first 16 lines through different versions at the end: https://www.ideals.illinois.edu/bitstream/handle/2142/13053/illinoisclassica211996SOWERBY.pdf Nathan Rose Hello comunity, I made a clean with my vwp project. I run the project after the clean and was really amazed what happened. Nearly all Woodstock components had different sizes than before the clean and the tables expanded extreme slowly. I could not belief what happened. Fortunately I had a backup from my project before the clean. I wanted to find out what happened and compared all datasets from the project before and after the clean. Surprise there was no difference in the code and jsp pages. Can anybody explain what happens and why the clean destroys the layout? Regards Peter For the benefit of both the attendees and non-attendees of the Traits enhancement meeting held this afternoon, I just want to summarize the results of the meeting... - Proposals for several requested traits enhancements were presented and, for the most part, accepted. The attached PowerPoint presentation contains the proposals that were presented. - In the course of the meeting several additional issues were raised, which require further research and/or implementation. These issues are as follows: 1) Further control over dispatching trait notifications within a class constructor need to be defined. Possible solutions include: - Adding decorators to the static trait change notification methods to flag the method as non-callable during __init__ - Defining a trait or method which can be used within a static handler to determine if the object has been completely constructed yet or not. 2) Add the ability to "short-circuit" the notification chain of a VetoableEvent when a listener sets the 'veto' trait = True. 3) Allow any static notification
512
YouTubeCommons
own person more than thine order and then however that may grow old thou wilt be for thyself and for others always young yea the darker the night the brighter shalt thou be a star he who does not raise himself above the breastwork of his order is no hero within it an order as such makes only puppets personality makes worth and merit the more that idol dead hull which conceals the best as well as the poorest kernel falls away the more the fair having it all I comes from Helen Gurley Brown the editor of Cosmo who wrote a memoir in the early 80s about having it all and it was a kind of self-consciously elite wealthy you can have it all you know if you think about Cosmo this sort of the perfect woman I didn't know that I grew up with the idea that having it all meant you had a career in a family to it was that women could have what men had which was a career in a family too but I have since been convinced a that it has no legitimate feminist pedigree but more importantly that it it is exclusive in all the ways we've just heard that the idea of having it all for people who have barely enough to either feed themselves or maintain their families or hold on to their jobs that frame is exactly counter to the conversation we're trying to have here the bottom line is it is about really figuring out a way within our society to empower our communities so that everyone has a fair shot to be in a position where they can be close to having it all but what does that mean so I think in order to understand what that means I think we have to take a baseline analysis in terms of what really makes a family whole well we invest in community when we invest in people when we work to build power and elevate that power again not created these are leaders their leaders women are the backbones of families and communities these are leaders but when you provide the tools and resources to do advocacy to speak out to raise the issue to tell their stories to testify in front of elected officials that is a place where we will see change it is critical to engage community engage those most impacted to be the voices of change even as this kind of have it all and what is work life balance look like for so many of us especially those of us that come from low-income backgrounds or or our continued to be in low-income situations you know and our passionate about change that it's all the same it's all the same thing it's work and life is all together and we can't separate it out per se in that very kind of it really is a very middle class or upper class perspective of like oh you go to the office and you do that
512
StackExchange
Also the Detached DOM tree is big. Please note that these snapshots are with bare elements of our application (header, footer and lightweight content). If I include our complex UI components, then memory jumps from 14MB to 50MB to 140MB... and more. Obviously we will take care for these directives, but I am concerned that our issue is global, not just to bad design of the directives. When I open the (array) element, I notice there are bunch of them with both shallow size and retained size of 6172. Tracking the scope of that object always leads to some ng directive, like ngShow, ngIf... As you can see from the image, the tree ends at 'cache in function()'. We use Angular 1.3.6. EDIT: This project also includes jQuery. We were using jQuery 1.8.2 and when I switched to 1.11.2, switching between simple pages (simple ng-repeats and simple models) doesn't cause memory leaks anymore (no more detached DOM elements). Now the complex directives are still giving me too much detached elements, so I am going to work on those now and I'll post the results here when I find out the cause. A: Difficult to say what your specific problems are, but common places for memory leaks in Angular include $interval, $watches and event handlers. Each of these functions creates a closure that is not cleaned up unless you explicitly delete it upon controller tear-down. $interval in particular is nasty, as it will continue to run until you close the browser or the Web page - even if the user moves to a different tab or application, it won't stop running! If you create references to DOM elements within these closures, you'll soon start chewing through memory, as the references are never released and the DOM tree becomes detached as the user moves from page to page. To resolve this, ensure you handle the $destroy event in your controller (and your directives' controllers or link functions), and explicitly clean up after any intervals, watches or event handlers have been used. You can do this by holding a reference to each $interval, watch or event handler and simply calling it as a function in the $destroy event handler. For example: // eventListener to remove var eventListener = $scope.$on('eventName', function(){…}); // remove the eventListener when the $destroy event is fired $scope.$on('$destroy', function(){ // call the value returned from $scope.$on as a function to remove // the event listener eventListener(); } // remove an event listener defined on a DOM node: var elementEventListener = element.on('eventName', function(){…}); element.on('$destroy', function(){ elementEventListener(); } // Stop an interval var stop = $interval(function(){...}); $scope.$on('$destroy', function(){ stop(); } // Finally, unbind a $watch var watchFn = $scope.$watch('someValue', function(newVal){…} $scope.on('$destroy', function(){ watchFn(); } Finally, NEVER store DOM elements in the scope! (see Point #2 here for the reason why). Q: Why does slice not work directly on arguments? Tested it out on this fiddle after looking at underscore. This seems like a hack to call slice on arguments when it is not on the prototype chain. Why is it not on the prototype
512
Pile-CC
greatest attention to detail.All the bears are friends within all the collections and are designed both by Charlotte andamp; William Morris and a number of talented artists from around the world. Charlie Bears Cuddly Soft Dallinger Teddy Bear 56cm is the best goods published this workweek. Adjusted furthering its unequalled excogitation , altered and here accommodated only for your self. And then on the internet a wide selection of items you are able get. The totally merchandise is constructed using special materials that in some way have great or trend. Charlie Bears Cuddly Soft Dallinger Teddy Bear 56cm is a favored selection us . And WE really strongly suggest it. With the external world class criteria , thence realising this product a posh or naturally long lasting . Some amongst us love the Charlie Bears Cuddly Soft Dallinger Teddy Bear 56cm as a lot of variations of colourings, eccentrics , stuffs. Doing this is some suggested to do with Charlie Bears Cuddly Soft Dallinger Teddy Bear 56cm. If The purchaser concerned as a way for pick up a bit of a Charlie Bears Cuddly Soft Dallinger Teddy Bear 56cm of an date discounts , The buyer could try to determine up to crown of approximately merchandise points, spec or even verbal description. Webkinz Guinea Pig is my favorite items brought out the foregoing workweek. By advancing its alone conception, changed now suited about for your own . Now there is a wide variety of items you're able get. The overall collections is made while using peculiar stuffs that basically have quality or even trend. Webkinz Guinea Pig is a preferred choice some of us . Or even I JUST really recommend it. With the outside high quality criteria , therefore making this product a classy and as expected durable . Alot of amongst us love the Webkinz Guinea Pig as plenty of variants of colours , eccentrics , materials . All this is while many proposed to do with Webkinz Guinea Pig. Webkinz Guinea Pig is consummate and an outstanding listing . Presuming The customer interested for pick up a bit of a Webkinz Guinea Pig associated with a meeting discounts , You are able to sample to work out up to top of approximately item items , specification or description . Take exactly the revaluation in the event that allow the customer to apprise of a typical Webkinz Guinea Defendants H. Jordan Rabstein and Michael Irvin Canon appeal their conviction for violations of 18 U.S.C. §§ 2, 371, 1952, and 1955.1 Defendants contend that FBI agents violated certain provisions of Title III of the Omnibus Crime Control Act in their use of electronic surveillance to investigate defendants' alleged gambling activities. 2 Defendants' primary contention is that the Government's failure to name defendant Canon in its November 6, 1974 application to intercept wire communications violated 18 U.S.C. § 2518(1)(b)(iv), which requires such an application to include "the identity of the person, if known, committing the offense and whose communications are to be intercepted," thereby requiring suppression of the intercepted conversations. Specifically, the
512
YouTubeCommons
we could do anything in response you are our God and we are your people and we are grateful that you have claimed us as your own you have set us in the company of saints past and present among those who have made bold witness to your goodness to your truth today especially we Marvel that your word opens up new Futures where we see no way forward God we know that there are places in our hearts where we are afraid we are afraid of a future we cannot control of losing health and Independence of the well-being of our children pray that past mistakes will ruin our futures God write the stories of your people deep in our hearts this day so that we might or not to not to be afraid but to trust you beyond our fears give us hearts and minds and Spirits ready to trust and follow wherever your spirit leads content that you will not lead us beyond your loving embrace we pray all this in the name of Jesus Christ the one who taught us to Pray by saying our father wow foreign [Music] my son to come [Music] thank you you may be seated with this being All Saints Sunday it is an important time to recall the saints that have gone before us here at this church we have about 15 names that we would like to uplift folks who have gone on to be an eternal peace with Christ Our King uh what we'll be doing is reading their names I understand we'll be playing a bell and lighting a candle in remembrance of them on this day we remember Mona Joe Fisher foreign [Music] Bob Harris [Music] masako Masa foreign [Music] Looper [Music] thank you Joe Johnson [Music] the Reverend Howard Marshall [Music] Gene Staten foreign [Music] s [Music] Mary mccoa [Music] Wendy Cotner foreign Clifton [Music] foreign with me God though death is is painful morning it's full of grief full of sadness I also recognize that it's full of memories it's full of Joys and bring forward things that we saw in others but ultimately beyond all else God we we recognize that death is a transition not a stopping point and we recognize that that you are God over both the living and the dead for you are The God Who has inspired and placed the Holy Spirit within these folks and that the emergent properties within each of them the things that made them them those do not come from ourselves those come from you those are things that you have given us in the church that we might see living evidence of your work and we might glorify you and be inspired and ourselves Changed by them so God we thank you for these 15 who have gone before us for their life for their Witness for their presence with you forevermore the name of Jesus Christ we pray amen I can't think of a better scripture reading today other than Paul's description of
512
amazon
producing a hagiography than by entitling a Jackson biography "American Lion"?). It also offers a good overview of the evolving perception of Jackson's legacy since his presidency. Had a hole in it after 1 hour for normal play. Loved the look though. This case is awesome It has a nice feel and the design on the back of the case acts as a grip so it is more comfortable in your hand ws so exited when my husband gave me these for our 45th wedding anniversary then after wearing the third time the chain broke verry disappointed either will send it back or find achain We love Stride Rite for by boys' fat feet. Got a great deal on Amazon, and went through Amazon Smile & part of cost went to our favorite non-profit! I love this jacket! It's heavier than a cardigan but lighter than a sweater and quality is great. Perfect for cool summer mornings during my commute and cool/warm days. Good fit bi focal magnification was perfect for me. Needed more Lovely ideas. Most inspirational. ALL OF HILLERMAN 'S BOOKS ARE WONDERFUL..WRITE TRUE DESCRIPTIONS OF THE TRIBES AND THE DESERT Nicely made and great price for pack of four. Wow! I had not read such a life-changing book in a while. I had been experiencing spiritual dryness and a stagnant prayer life and was in need of a jolt to jump-start my praise, worship, and prayer life. This book is so revolutionary and necessary I could not imagine not having it in my private library. Thank you Dr. Trimm for transforming dull thinking and prayers into life-giving,life-changing, and life-sustaining experience through the word of God and its revelations. Thank you again for the revelations that bring an awakening into God's plans and purposes for our life. Dr Trimm knows what we need to hear and read regarding the Word of God so that, not only will our lives be transformed, but that God gets all the glory. Glory to God for anointed people like Dr. Trimm who knows how to put pen to paper to make reading this book easy and practical for every day of our life. Be blessed Dr. Trimm Meets the needs of my church that had several break-ins prior to installing these on all exterior doors. However, our external door trim did need to be routed out in our case, but this was expected when they were ordered. "Japanese Festival and Calendar Lore" was published in 1933 by William Hugh Erskine, one of the early Christian missionaries to take up residence in Japan. Like a number of other teaching confreres there, he energetically studied Japanese culture and produced groundbreaking accounts of traditional activities that in many cases now are fading from widespread observance and memory. The book has three chapters: The Almanac; Month by Month, with a Tabulated Almanac of Each and Explanation of Festivals; and the Oracles. The relevance of Erskine's study is greatest for those who delight in studying calendrical, festival, and, in particular, fortune-telling matters as dealt with in annual almanacs. It is a good compliment to Casal's "Five Sacred Festivals of Ancient Japan,"
512
reddit
Adrian, Stixxay Aphro, Sneaky Smoothie etc.) I am not sure how our Bot will do against that.. Better burgers in Deep Ellum include Uncle Uber's, Angry Dog, and Adair's (Stackhouse Burgers is also nearby, but it's only really worth it if it's a nice day and there's room to hang out on the upstairs patio). If you're spreading out a little further, I'd also recommend Off-Site Kitchen, Jonathon's, Ten Bells Tavern, Maple &amp; Motor and I'm a fan of the burger at Bryan St. Tavern. Greeks as a whole kept calling themselves Romans up until very late in History. The term Hellene (Greek) was in Byzantine times used as "pagan", so it was a religious term, not an ethnic one. "Greek" became an ethnic name again with tha nationalist movements of the XIXth century. Aside from that, about the name Byzantium. The official name of the city was always Constantinople (Konstantiniyye in Turkish), up until the creation of the modern Republic of Turkey, but it had always had a familiar name used by the people. This name was Byzantium for the Romans, and Istanbul for the Turks. I had the Essure procedure this year and had read some pretty sad shit online about waiting periods and invasive interviews. I was pleasantly surprised to find hat my Kaiser doctor was appalled by the stories. He said he would never think of second guessing a woman's decision and had even performed the procedure for an 18 year old. I don't have kids and nobody gave me a hassle. Yay! Good luck, btw. I'm super happy with the whole Essure experience. I subbed for the second box after wishing I had known about the inaugural box, but when the third box came around it fell flat for me and I cancelled. I thought it was a nice box to splurge on but I'll wait for the big ticket spoiler to decide which box I want. Yeah. I guess this was the point I was trying to make. Better said. Real world application is better. But to their credit, in an interview, you can't exactly write an app. Although in my current web dev position that is exactly how I got the job. I advanced to the real interview by answering some school book questions. But once I was there, I had to write some code for them between my first two interviews. That is what sealed the deal. However it's the school book questions that they used to filter out candidates. Embedded is so broad, it's hard to say exactly what every embedded software engineer does. You could be writing anything from device drivers to user interfaces to signal processing algorithms. It really depends on what you're working on. This could mean anything from working on a toaster to a cell phone to a car engine controller. What is definitely true is that embedded software is definitely "closer to the metal." You won't likely write anything using a very high level language like Java. You'll work mostly in C or maybe C++. You will also require a
512
reddit
my advice. If your next batch of wine comes out at only 30-35 proof, use 5 full quarts of wine instead of 6, and you'll end up with basically the same thing. You can do those missions without taking out the guy in the security room. It is tougher, but it can be done. Arguably, two of the best stealth perks are smooth talker and aced Cleaner. Really, only one person needs these perks to accomplish the mission. Getting both these skill points will only cost you 20 points, leaving you with 100 more skill points to spend on anything else. Anyway, I play a techforcer... If I am not on the cameras or handling a silent drill, I am out front with my mask off feeding my team information on guard/manager locations. I could put more points into ghost, but I decided to build myself around making combat faster, since my buddy is full stealth. Totally this. Because honestly, I dislike elves. Always have. Never play them, never romance them. They just...I don't know, it's hard to explain. And when Fenris showed up on the scene I was like whoa whoa whoa...what's this about?! Of course I ignored my positive first impressions of Fenris and romanced Anders instead. Blech. I rerolled immediately after my first play through and went full Fenris after that. Honestly it was kind of soul crushing. I move to Los Angeles from NJ to go to school. I had a girlfriend that came with me, things didn't go great and she got super depressed. We ended up running out of money, and moving back to our home town. She ended up getting a great job and I ended up with some serious student loan debt. We had to do this at work, when we lost an employee that used the password protected excel files. I downloaded Passware, costs $50. It cracked the password on our xlsx files. If your password is simple, the demo version may work. It only works for 1 minute, and if it does find the password, it gives you the first 3 letters. Regardless, depending on the amount of time you invested creating this workbook, $50 may be relatively cheap. Good luck! I was on top and pretty much goin to town. And all i could hear in gasping voice. "Holy..shit...is..this...kaioken?" True story I had been running her thru old dbz episodes, and the last ep of DBSuper had goku use the Kaioken. I immediately stopped in laughter... To one up her when i came i said loud af "Special Beam Cannon!!" This is horrible.. I would confront him straight up, and demand to your mum he can't stay there. This is awful. If no one listens to you, I would become very vocal and public about it to the rest of your family, perhaps your dad, grandparents, other aunties/uncles. And if still no one listens, I'd report it to the police that you have concerns for your sisters safety and they might investigate it further. If he has your sisters underwear, he probably has child
512
gmane
There were a few pixels (about 3 or 4) towards the left side of the diplay that were flickering. The display was showing the date/time at the time. Changing the brightness of the display caused the flickering pixels to move in a vertical direction and still be present but on a different row. The flickering pixels seemed to disappear when displaying the now playing screen. Anyway, I did a quick comparison with my Squeezebox 1 Graphic display and in a darkened room I couldn't detect any light coming from anywhere it shouldn't. Have I got a defective display? Has anyone else seen this? Richard Dear All, In our organisation.....we have L2 switches installed each in branches... Now the users are increasing in each branches.... So we have created one more LAN thro' secondary addresses on the fastethernet e.g. (ip address 172.32.32.100 255.255.255.0 secondary) Someone suggested me to go for L3 switches..... But is this high time to go for such L3 switches.... When one shld think of buying a L3 switches.... What are its benefits...including creating some vlans...what are others... Shld we go ahead for L3? Regards, Sagar. @Thadeus Thanks for raising this topic. Tables don't seem correct for laying out forms any more. So, should we assume that we're all heading in the direction of fieldsets? Surely fieldsets should eventually be the default. Maybe one way forward to is introduce a new option: renderfieldset=False. If true we can get a fieldset and drag our forms into the next generation! -David This is mostly me whining. I just got bitten by the fact that PBKDF2 does weird stuff if you ask for more derived data than is natural for the PRF you give it. If you give it HMAC-SHA1 but ask for more than 20 bytes of data, it effectively computes two runs of PBKDF1 in parallel. Normally, this overhead should hit the attacker and the defender the same way. But if the defender is splitting the 32 bytes in half, and if the attacker can do stuff with just one half or the other, this gives the attacker a 2x advantage over the defender. Sad to say, I now know precisely where this can be a problem. In the Agile Keychain Format for 1Password we used (this was put together back in 2008) PBKDF2-HMAC-SHA1 but asked for 32 bytes. The first 16 bytes became the IV for AES-CBC and the second 16 bytes the key. Only the AES key (and not the IV) is needed to check whether you have a working AES key (with high probability) assuming that you've got standard padding in the last CBC block. This means that a clever attacker (and the hashcat people are certainly that) can skip half of the compressions. See http://hashcat.net/forum/thread-2238.html for details. Cheers, -j The fundamental SMTP system engineering point here is that the MX must know how to accept only valid recipients, and reject invalid recipients. If Imail is setup correctly, it will bounce invalid recipients from the MX gateway, which then generates an NDR msg to the envelope sender. Running
512
ao3
“red! wake up! you’re having a nightmare.” Red woke. He woke in a cold sweat, sheets tangled around his legs, three sets of worried eyelights peering down on him. “whu?” He blinked. “edge tried waking you up when you, ah...seemed distressed. when he couldn’t he nearly broke my door down knocking.” 169. Chapter 169 Sans shooed the boys into the living room and sat down on the edge of Red’s bed, hands light against his shoulder. The paired stared wordlessly at one another for a long minute before Sans’ palms rose to cup Red’s skull, thumbs brushing away magic leaking from his sockets. “talk to me,” he bid, breaking the silence with a whisper. Between that sad expression of regretful empathy and Sans’ featherlight plea, Red shattered. He pulled Sans close, clinging to his shirt, face buried in his exposed collarbone, “i know.” “know what, bud?” “i know…’bout frisk. ‘bout the resets.” “oh.” 170. Chapter 170 His confession bubbled forth like a spring-fed river as he described confronting Frisk, the story she shared, what Chara told him and how he’d been having nightmares since discovering the truth. Nightmares where he wasn’t himself and Edge was fully grown; both of them frightening parodies of themselves. Sans remained close. Quiet. Patient. Silent until Red quieted, all out of energy and words. “don’t leave,” Red pleaded. “i won’t. not again,” Sans whispered in return. “are yer okay?” “...no...but this aint ‘bout me.” “sans…” “i love you, red. i wanna be here for you. lemme be here for you.” **Notes for the Chapter:** > Progress. Also. After 170 chapters...Sans has said I love you back. 171. Chapter 171 They dozed together until Red’s alarm went off, the effort of the prior night exhausting them both. It was strange, waking up curled on his bed, sheets tangled between them, but right. His Soul beat slow and steady, its hum melding into a sweet symphony with Sans’. He could hardly believe how lucky they were, that despite the scars Sans must bear from a broken Soulbond, that he could harmonize with another. With him. “red?” voice rough with sleep, Sans shifted. “stay?” “i’ll call in.” An echo from a day that felt forever ago. Working through this was more important. **Notes for the Chapter:** > What is this? Healthy and mature emotional growth? 172. Chapter 172 Everyone stayed home, the stress of the whole affair leaving the boys fussy and anxious. Sans placated them with oatmeal before giving them his phone to watch Mettaton while Red caught another couple hours of sleep. However, it wasn’t long before the quartet found themselves crammed on Red’s bed, heaped together until noon. The call of lunch drew everyone into the kitchen, and after, Sans told the boys that he and Red needed some time to talk. Calmer, the pair went to Edge’s room to play. “feelin’ better?” Red leaned against Sans, “i guess.” He could barely feel or think. 173. Chapter 173 “tibia-honest, i’ve had similar dreams like yours before,” Sans confessed as the two of them began to once again
512
YouTubeCommons
yeah i feel like someone's gonna have to go in there alone oh i just got a reading on the motion center okay so what's the plan here it's a [&nbsp;__&nbsp;] rave we're raving in this ghost house yes it does don if you have something to say um you can speak to me through the spirit box if for the third piece if it's emf5 it's going to be a revenant we'll come back with the emf reader we're not going to be looking for ghost orb i have not gone actually i'll leave the spirit box in here with you sorry just um you can just leave it there and spirit box and that's it put the crucifix down throw the crucifix down in the room throw the crucifix down if you haven't looking for either an emf5 or something on the spirit box okay are you here try using the spirit box ask them to speak to the spirit box no you don't have to um that was not me three how old are you hello come on come on donna like come on but there's nothing on the emf either so i don't know maybe it's not haunting you all right yeah we left um we're coming back donna is kind of boring she's still in that room though oh you left the door open oh sorry i would guess that this is probably a revenant and it's not hunting julio because we're specific people okay all right all right so let's go in next [Laughter] oh the silence yeah right the revenant only haunts rich people with expensive equipment it's still in the room i think it might not be able to leave because of the salt i've got my christmas ready i think you dropped one in here right do you do pick it up okay oh okay activity is at activities at of 3 right now okay i am getting motion though in the thing all right so i gotta go in [Laughter] yeah so i don't think it's me that it's hunting actually well i die die if i die someone come in with me though come on camera camera ready yeah i need some dirty water need some dirty water film floats no i'm kidding don't die please you can take a photo of me dying i hope i don't because i just bought this no uh normally two people don't die in the same hunt okay like dirty water all right dirty water [Music] chill out donna sorry sorry sorry it's only at four though it's not going to five right all right close the door again lights are flickering is at zero i'll put away the crucifix i'm walking away from walking away from me now activity is still only at one anything on the spear box donna if you're here please say something to me on the spear box no and when i came in here with it earlier it said enough i'm sorry [Music] i almost died i i
512
StackExchange
to find the way back to the parent directory. Q: Why is my Maps object undefined in google maps api Here is my code: I just want to retrieve the Lat and lng from the output. but I keep getting an error that "Maps" is not defined. <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script> <script type="text/javascript"> var address = "200 South Michigan, Chicago, IL"; // Gets the geographic coordinates for Chicago. var response = Maps.newGeocoder().geocode(address); for (var i = 0; i < response.results.length; i++) { var result = response.results[i]; } </script> A: The class is called Geocoder not newGeocoder and it's available on the google.maps object not Maps. You need to create a new instance using the new keyword. After that you can call method geocode on your instance: var geocoder = new google.maps.Geocoder(); geocoder.geocode(address); Q: Why does the while loop stop when condition check variable becomes 0? Could someone explain me what happens down below? var i = 5; while(--i){ console.log(i); } The thing is the while loop goes until 1 (console logs 4,3,2,1) I know that if I check 1 or 0 for true I will get the following result 0 == true > false 1 == true > true What I dont understand is what happens when the number is something like 4? How does that even work? Since checking 4 for true will deliver the following result 4 == true > false A: As commented above: 4 is a truthy value in javascript: if (4) { console.log(true); } else { console.log(false); } this will print true Another way to see this: 0 and true = false 1 and true = true 4 and true = true Documentation for truthy: https://developer.mozilla.org/en/docs/Glossary/Truthy In JavaScript, a truthy value is a value that translates to true when evaluated in a Boolean context. All values are truthy unless they are defined as falsy (i.e., except for false, 0, "", null, undefined, and NaN). The reason that 4 != true is that the true value is coerced into a number. So infact 4 == true + true + true + true Q: How to get the list of posts with empty content i make two list theme the posts have featured image and title, but empty content. i want get this list. and other posts with content list. I don't have any idea, help me please $args = array( 'post_type' => 'post', 'post_status' => array('publish', 'pending', 'draft', 'auto-draft', 'future', 'private', 'inherit', 'trash') 'posts_per_page' => -1, 'orderby' => 'ID', 'order' => 'desc'); $blank_posts = array(); $posts = new WP_Query( $args ); if ( $posts->have_posts() ) : while ( $posts->have_posts() ) : $post = $posts->the_post(); $content = get_the_content(); if(empty($content)) { array_push( $blank_posts, $post); } endwhile; endif; /* print all blank content posts */ print_r($blank_posts); this code doesn't work, Please give me some detailed code, thanks A: your code : $content = get_the_content(); if(empty($content)) {...} you can replace your code with this : if ($posts->post_content == ''){...} this is not tested just try it i hope useful it. EDIT try this code. $args = array( 'post_type' => 'post', 'post_status' => array('publish',
512
realnews
to act. If we are going to prevent additional atrocities against civilians in the south of Sudan, we need to act now. The only question is whether the permanent five members of the Security Council now have the political will which every one of them, to their shame, lacked during the Darfur crisis. Amanda Grzyb is assistant professor of Information and Media Studies at the University of Western Ontario and editor of The World and Darfur: International Response to Crimes Against Humanity in Western Sudan (McGill-Queens University Press 2009). Gerald Caplan is author of The Betrayal of Africa and Rwanda: The Preventable Genocide. In Santa Ana, faith-based groups are teaching church leaders to preach the gospel of the U.S. census, encouraging legal and illegal immigrants to participate in hopes it will lead to immigration reform. At the same time, an anti-illegal immigration group in Huntington Beach is urging U.S. citizens to fill out only one census question saying they don’t want to be counted alongside those who are in the country illegally. As America prepares for the government’s count that launches mid-March, the census is fast becoming the latest battleground in the heated immigration debate. Nationally and locally, groups on both sides of the issue are urging their troops to either boycott or participate in the census to send a message to decision makers in Washington, D.C. Immigration activists have attempted to politicize the census since the 1980s, said Vincent Barabba, a former Census Bureau director who served under President Ronald Reagan. Still, others say this year’s census is particularly a lightning rod for immigration activists because of the faltering economy, which is fanning already-flared tensions about the issue. “I think there is a very deeply felt anti-immigrant mood. I think it’s deeper and more intense than past census periods,” said Doris Meissner, who was Immigration and Naturalization Services commissioner during the 2000 census and is now a senior fellow at the Washington, D.C.-based think tank Migration Policy Institute. Immigrant rights activists urging legal immigrants and those in the country illegally to be counted are tying the count to possible immigration reform. At the same time, a group of church leaders on the East Coast are pushing for immigrants to boycott the census unless immigration reform passes. And then there are those calling for a halt to immigration enforcement actions until the count is done. On the other side of the aisle, a legislator unsuccessfully pushed census officials to amend the questionnaire to ask the respondent’s legal status. The proposal excited anti-illegal immigration activists, who launched an e-mail campaign to push for the measure. Those same people are now blasting e-mails to their members, asking them to send a message to Washington by answering only one of 10 questions asked by the census. The census – done once every 10 years — is a source of contention because it helps determine federal representation, dollars, and ultimately services for municipalities. “It’s sort of a political event because the representation of the country is based on it,” Barabba said. “However, it is not partisan.
512
gmane
price does the quarry charge, not counting freight, since I'd try to be close enough to bring a truck? I've been told, too, that they charge more than the Vermont quarries. I'm doing detailed figurative work. Finally, I know two serious carvers who insist on importing carrara marble from Italy at immense expense, $300-$400/ cubic foot I think the net price figures out to. Is it *really* worth it? thanks!!! I downloaded F10 beta with this hopes of testing it enough to ensure it would worl for my hardware and needs well enough when it's released. The hardware(s) I tried to install on either crashes or does not install due to GUI issues. I've filed bug reports and all I been requested to file crashed logs. How do I do that when the kernel has crashed. Any help is appreciated. Also, at this time I cannot do anything other than wait till preview release and hope bugs are fixed. And oh, the "snapshot 1" release notes say installer won't work (whats the point of a snapshot if it's fundamentally buggy?) I was hoping there was a more easier way to test install process than having to download 4GB for every "snapshot" release. I think just hope there are more "beta" releases with crucial fixes. Steve Hi This is meant as a heads-up. After May, 23th, I will merge currently non-applied patches, apply trivial bugfixes and release new versions of at least the following components: - X2Go Client - X2Go Broker The new version of X2Go Client will NOT yet include the WIP OS X fixes and PulseAudio integration. It turned out that bundling PulseAudio is more complicated than I would have liked and getting things wrapped up is taking longer than expected. I plan to include them in 4.0.4.1, though. X2Go Broker has, likewise, seen a lot of changes that warrant a new release version. This was especially asked for by Mike Gabriel. Other components may also see releases dependent of my judgment. Mihai Even, Thanks for the feedback. Yes, starting with v8.0, the MrSID raster and lidar SDKs are packaged together. This is not to say they are unified - in fact the two SDKs are literally just in there sitting next to each other. Nevertheless, they are intended to be used together for full treatment of .sid files, and will only grow closer together in future releases. So my first concern is just for people using the MrSID v8.0 SDK to get full support for MrSID (i.e., raster and lidar) without having to configure two drivers. Strictly speaking this could be addressed without merging the drivers, simply by updating the build scripts and makefiles (e.g., by searching for a MRSID_LIDAR_DIR if MRSID_DIR is set). Doing this would be sufficient for the short term and I think achievable for 1.8. I would preserve the ability to build with past versions of the MrSID SDK and with separate raster/lidar SDKs. I still would like to look at merging the drivers, but as you said there is not much shared code so this
512
s2orc
M ) must be a few times the solar value. Other studies came to similar conclusions (Nagashima et al. 2005;Arrigoni et al. 2010). Various solutions to this modelling problem have been suggested; e.g., changes to the shape of the initial stellar mass function, increasing the efficiency of iron production in SNIa, or more efficient metal ejection from galaxies. Hydrodynamical simulations on the other hand provide a more selfconsistent and more complete approach for studying the growth and enrichment of galaxy clusters. Over the last decade those simulations had have mixed success in explaining some of the observed metallicity relations and abundance patterns (Tornatore et al. 2007;Cora et al. 2008;Rasia et al. 2008;Fabjan et al. 2010;McCarthy et al. 2010;Planelles et al. 2014;Rasia et al. 2015;Martizzi et al. 2016;Biffi et al. 2017). Martizzi et al. (2016), for example, find too low metallicities in the ICM by up to factors of about ∼ 2 − 5 depending on cluster-centric distance. Rasia et al. (2015) and Biffi et al. (2017), on the other hand, find reasonable agreement with the observed iron and metallicity profiles. However, they have to resort to artificial thermal conduction, and this heat transport can flatten the metal distribution as Kannan et al. (2017) recently pointed out. It is therefore important to gauge the effects of thermal conduction properly before drawing conclusions. Other simulations, for example those presented in Tornatore et al. (2007), correctly capture aspects of the ICM enrichment, but do not convincingly demonstrate that they also predict the correct stellar masses of galaxies within clusters; i.e. they do not provide a consistent picture. Besides the actual galaxy formation model, results might also depend on the numerical scheme and resolution as discussed by Martizzi et al. (2016). So far no hydrodynamical simulation could simultaneously achieve the following goals: produce a reasonable galaxy population from dwarf to cluster scales (e.g., correct stellar masses, galaxy colors, clustering); produce the right amount of ICM enrichment (e.g., correct metallicity gradients and overall enrichment in clusters, abundance ratios, cool core/non-cool core dichotomy, enrichment history); and demonstrate the latter two points over a large unbiased sample of numerically well-resolved galaxy clusters. The goal of this paper is to fill this gap and present a first assessment of the metal content of the ICM of galaxy clusters in Illus-trisTNG -an ongoing follow-up simulation campaign of the Illustris project containing various large-scale hydrodynamical galaxy formation simulations. IllustrisTNG allows us to study the chemical composition of the ICM of a large sample of galaxy clusters, which is much larger than any previously studied cluster sample at that numerical resolution. Our study is therefore distinctly different from previous theoretical attempts to study the ICM enrichment for several reasons: (i) We employ a state-of-the-art galaxy formation model that passes a large number of observational tests from dwarf to cluster scales. (ii) The numerical resolution of our cluster sam- (Ngas + N DM = 2 × 2160 3 , m b = 5.74 × 10 4 h −1 M ), TNG100 (Ngas + N DM = 2 × 1820 3 , m b =
512
YouTubeCommons
how many shares lady purchases subsequently 80,000 shares purchased subsequently what is the total number of shares for lakhs so what is required subsequently is 20% profits earned from first acquisition to second acquisition check read the point point number 2 gorilla has subscribed for 80,000 shares of bird at par at the time of first issue and later acquired by purchase in the market 80,000 shares in bird at 15 rupees when the reserves and surplus to dead five lakhs so at the time of first issue reserve is zero now the profit earned is five now guys where do I give this this fight should i allocate it to general reserve or P&amp;L five looks to be positive general reserve is also positive let's try to give it to journalism now is there a compulsion that I have to give it to journalism nothing like that you can give it a P&amp;L as well but when I'm saying Reserve and surplus it's a combination of both so which one is the amount of reserve I have no idea so let's try to give it from either of them so I have to add one to pre-acquisition I'll deduct one from post acquisition journalism 1 3 and negative 8.4 there is no particular rule saying that I have to deduct this one from journalism guys I can deduct it even from P&amp;L as well not comfortable deduct point 5 point 4 H then let's go for the distribution for the Direct Subsidy distribution of reserves in Eagle second distribution this is maintained same columns pre-acquisition post acquisition journalist event P&amp;L who holds an eagle I'm sorry it should be for Garuda yeah who was in Garuda it's only eagle and minority so and the date of acquisition is only first date so I have two reserves to be considered first one is general reserve second one has PNL it is a date of first issue so pre acquisitions are nil so whatever result you see in Garuda put it under post general reserve of Garuda is 15 P&amp;L of Garuda is negative 36 second guys we need while Garuda share in post acquisition reserves of bird - Aaron post-acquisition reserves aboard is three and eight point four negative strike total 18 negative forty four point four distribute distribution only to Eagle and minority peculiar percentages twenty five or forty eight and twenty three forty there is Nell NL there's nine point three seven five and eight point six two five pnls negative twenty three point one two five and negative twenty-one point two seven five in that's your distribution not comfortable you can drown off at least one hundred to one decimal not a problem here there were the distributions you can directly go for your cost of control then now this is peculiar your though there is no cost of control of bird in eagle bird has investments in Eagle in preferences as well as in the mater gates defenses which we have to cancel so we have to cancel
512
amazon
will 'cure' faster, and don't let water hit it for at least 24 hours. Overall a disappointing product promoted by a tv celebrity. There are better options out there in the 'wipe' on category of products that work much better and look way better after cured. I use this inmy special needs classroom! My iPad hasn't broke yet and I trust the kids to use it independently with this device on it! I bought these pads to customize my Desk size planner which I barley used in the past and needed to update the inside. I love the pastel colors-they brings new life to planner. Will be buying again. Spellbinding, as exciting as first two books. I have well water and this took out the iron taste This are really comfortable boots. Can be used for any hard work. the quality of the materials are really high. Are a little be heavier than expected but less than other boots of this type. Nicer than my OEM I love this band Really good I LOVE THIS SCRUB TOP IT FITS JUST THE WAY IT IS SHOULD AND WASHES UP WONDERFULLY. i WOULD REORDER THIS AGAIN ANY TIME The Best Book Ever. This book fills a need for a "narrative" or "textbook" style introduction to Jmol. The online Scripting tutorial is by it's own admission "encyclopedic" and not a great place for a beginner to start. The Jmol commands are described in minute detail with all options, in more or less alphabetical order - useful for a Jmol expert to quickly check some syntax, not so good for a beginner. The Jmol home page and the Jmol Wiki branch out to many online tutorials, nearly all accompanied by working Jmol in-page Java applets ((or JavaScript in the case of JSmol) tutorials). These whet the appetite well but are also not sufficient to learn Jmol thoroughly. They are perhaps enough if your only goal is to quickly put up a single molecule that the viewer can spin and contemplate, to enhance some online tutorial. Angel's book fills the gap and attempts to present Jmol and its commands and scripting language in a normal linear manner. It is quite brief in places, and you will need to cross-reference to the online Jmol Scripting Language. I would give it 4 stars, but the value is exceptional (140 pages for approx $20) and that deserves another star. Works as described, seems like a quality product. Love it.. hearing lots of good compliments. Beautiful Dress! I wore this to a wedding last spring and got soooooo many compliments on it! I bought this for my wife for Christmas to replace one that was simply worn out and it was a big hit! I bought this as my 3rd htpc build/mod for my wife to use, and because it was on closeout at Best Buy. I have a HP p7-1108p (overhauled) and an Acer Predator AG3610-UR30P, both I love and have spent hundreds of hours crafting and upgrading to the point they are shells of their former selves (At least the hp is). I will say, I was blown away at the performance of the
512
OpenSubtitles
our way." "Stanley has the key." "What did she just say?" "Her brother Stanley has got the key to the pump." "Wait, she's deaf?" "Yes." "I read lips." "When do you think Stanley gets back?" "Another hour." "He went to the..." "Whoa, whoa, what'd she just say?" "It's gonna be about an hour." "We can wait an hour, can't we?" "Miss Sullivan, you all right?" "Yeah, fine." "I'm just hungry." "Why don't we make some food for the officers?" "Oh, I want eggs." "It's a farmhouse." "You got eggs, right?" "Yeah, why don't we all go make something to eat?" "Sure." "Great." "People south of Main go to you at town hall?" "Yeah, that's right." "All those to the north of Main go to the medical center." "Johnston..." "You want me to take it easy." "I'm just gonna go help Eric get the supplies." "I already sent people to do that." "Gail, who is in charge here, you or me?" "You do not want to play that game." "Here's every book we have in the library about nuclear radiation." "Our Friend the Atom?" "Some friend." "Anything in here for grownups?" "I'd like to know what we're supposed to do if this town gets hit." "None of the books is specific." "Atom bombs have only gone off in populated cities twice in history." "And Denver was probably hit by a hydrogen bomb anyway." "Well, what's the difference?" "Hydrogen bombs, they literally explode the air." "So, what you're saying is that nobody knows what's really coming." "Then we pick worst-case scenario." "What needs to be done?" "One second, sir." "I have that." "Just..." "Anything left outside will have to be scrubbed down." "And if it rains, the top 18 inches or so of soil will have to be removed before planting again." "And tell everybody to cover all the water wells." "That's about what it says, right?" "Yes." "Yes." "That's right." "Well, you heard the man." "Chuck, let's make sure all the ranchers get the livestock inside." "I'm gonna work on the radio." "This may be our last chance to make contact for a while." "There's a bunch of people in the church." "They held a vigil there." "I'm gonna make sure they get to shelter." "Hurry back." "Yes, ma'am." "I'm telling you, they need to be replaced." "Listen, girlie, don't..." "Please don't argue with me." "The brushers are shot." "It's rubbing too high." "Turn it off!" "Jake, everyone's "[distorted tone] Don't you move!" "Don't you freakin' move!" "[normal tone] Interlock your fingers behind your head... and get on your knees." "On your knees!" "Do it!" "Do it now!" "Don't you move." "I'll put a bullet in you!" "[police officer 2] Last chance, asshole!" "I will not hesitate to put you down!" "On your knees, do it!" "[police officer 3] Keep your eyes on him." "[police officer 1] All right." "Nice and slow." " You got him?" " [police officer 3] Yeah, yeah." "Cuff the son of a bitch." "What about this asshole?" "Take care of him like we were told." "No witnesses." "[grunting]"
512
amazon
bird tracks in the snow suddenly stop; in "Mr. Clancy," she wonders whether her pet turtle really likes her and, in "Cinderella Mother," she marvels over the transformation of her mother into Cinderella as she dresses up for a night out. She also captures the world of make-believe: In "Two-Gun Dink," a red bandana transforms a small boy into a fierce bandit and, in "Our Hideaway," a small closet becomes the setting for all kinds of adventures involving Wonder Woman, Superman, Batman, Robin, knights, ladies, pirates, and maidens. There's a prevailing sense throughout the book that these activities are a crucial part of growing up. I highly recommend this book for little kids, nostalgic baby boomers, and especially modern parents who push their kids to grow up too fast. It's a movie about folks who have No Life A phone with all the features this one has, and with good sound quality, was tough to find without an answering system. Speakerphone on each handset is great. We now have 2 of these sets and do make use of the intercom. You can name the handsets, to make sure they make it back to the correct charging station. They flash to let you know you have a voicemail - with only the stutter dial tone. My only gripe is that the earbud outlet requires the Vtech proprietary one. Anything else is unreliable. All in all a great buy. 10-30-2016 updated rating to 5 stars. I wish they still made this phone. All of mine still work. Nice club. Happy with the purchase Pretty but a lot of work because you have to fold them and then fluff them. Not really worth that much time. Buy the pre-folded ones instead. bought for son Such a good movie!!! It was a great family movie to watch, and will be on the watch it again list This is one of the best and most new ideas on the romantic connections two people could have on today's internet connected world. It's director hit the mark and kept me wondering. The actors delightful and do in their roles as how men and women would respond. Terri Blackstock is one of my favorite writers. Have enjoyed many of her books, all newer than Double Minds, and saw a huge mprovement in her writing from this one. Double Minds did not have the usual punch of a Terri Blackstock mystery although I learned a lot about the Christian music industry. I read the Kindle version and that was also a disappointment with a plethora of errors throughout the book. Formatting is certainly needed but Kindle does not seem to have a method for doing that once it's submitted. The mystery surrounds the music of a singer songwriter, Parker James, whos's songs have caused her best friend, who suffers from anorexia, to rise to the top of the charts. The piracy of some of her songs culminates in a murder and then another. Parker's life is in jeopardy but her brother, a police detective, keeps her safe ... Almost. A good read but not the usual for Blackstock. I
512
DM Mathematics
324*w**2 Expand ((-1 - 3*h + 1)*(1 + 3 - 1) + 4*h + 0*h - 5*h + 4*h - h - 4*h)*(-h**2 + 4 - 4 - 3*h**4) - 2*h**5 + 5*h - 5*h. 31*h**5 + 11*h**3 Expand (3*r**2 + 2*r**2 - 3*r**2)*(13 - 32*r - 8 - 8) - r**3 - r + r + (-1 - r + 1)*(0*r + r**2 + 0*r). -66*r**3 - 6*r**2 Expand (-1 - 15 + 4)*(-3*k**2 + k**2 + 7*k**2) + (4*k - 4*k + 2*k)*(-2*k - 2 + 2). -64*k**2 Expand (-2*x**2 - 4 + 4)*(130*x + 77 + 89 - 173). -260*x**3 + 14*x**2 Expand (3*k**3 - k**3 + 0*k**3)*(-4*k**2 - 3*k**2 + 5*k**2)*(-12 - 45 - 77). 536*k**5 Expand -3*w + 5*w - w + (-3*w - 2*w + 4*w)*(4 - 1 - 1) + (-7 - 5 - 4)*(-9*w + 6*w - 7*w). 159*w Expand (5 + 0 - 2)*(10*t**3 - 1 + 1) + 2*t**3 + 2*t**3 - 6*t**3 + (0*t**2 - 2*t**2 + 0*t**2)*(4*t + 2*t - 4*t). 24*t**3 Expand -10*k**2 + 16*k**2 - 5*k**2 + (5*k - k - k)*(-k - k + 3*k) + 5*k**2 - 3*k**2 + 3*k**2. 9*k**2 Expand (-1086 - 1007 + 614)*((y + 2*y - 4*y)*(2*y**2 + 2*y**4 - 2*y**2) + 2*y**4 - 2*y**4 - 2*y**5). 5916*y**5 Expand (-1 - 1 + 3)*(925*k**4 - 23 + 10 + 13). 925*k**4 Expand (-s**2 + 0*s**2 - s**2)*(-35*s + 3*s**2 + 0*s**2 - 17*s). -6*s**4 + 104*s**3 Expand 2*g**3 + 2*g**3 - 6*g**3 + (3*g**3 + 4*g**3 + g**3)*(-2 + 7 + 4) - 2*g**3 - 1 + 1. 68*g**3 Expand 4 - 4 - a**4 + 0*a**4 - a**4 + 3*a**4 + (5*a - a - 3*a)*(4*a**3 - a**3 - a**3) - 2*a**4 + 2*a**4 + a**4 + 2*a**4 + 0*a**3 + 0*a**3 + 3*a**4 - 6 + 3 + 2. 9*a**4 - 1 Expand (58 + 30*i**2 - 58)*(2*i**2 - 3*i**2 - 2*i**2) - 3*i**4 + 0*i**4 + i**4. -92*i**4 Expand (-a - 10*a + a)*(-51 + 23*a + 51). -230*a**2 Expand -3*y + y + 0*y + (4 - 3 - 2)*(-1 + 1 + 2*y) - 5*y - 467 - 605 + 747. -9*y - 325 Expand (-2*p + 6*p - 3*p)*(-11*p**2 + 11*p**2 - 621*p**3 - 53*p**3 - 274*p**3). -948*p**4 Expand (4*m + 0*m - 6*m)*(9 + 6 - 94). 158*m Expand (4 + 2 - 13)*(-22*f**3 - 20 + 20). 154*f**3 Expand (-150*w - 57 + 57)*(w - 8 + 7 + 7*w). -1200*w**2 + 150*w Expand (-1 - 2 + 5)*(0 + j + 0)*(2*j**3 + 0*j**3 + 0*j**3)*(-j - 4*j + 2*j). -12*j**5 Expand -a**4 - a**4 + 4*a**4 + (0*a - a**2 + 0*a)*(179*a**2 - 124*a**2 - 95*a**2) + 4 - a**2 + a**2 - a**2 + 2*a**4. 44*a**4 - a**2 + 4 Expand (-2*z**3 + 2*z - 2*z)*(-z**2 - 3*z**2 + z**2) + 24*z**2 - 2*z**4 + z**5 - 24*z**2 - 9*z**3 + 6. 7*z**5 - 2*z**4 - 9*z**3 + 6 Expand (5*t + 0*t - 3*t - 8)*(5 + 3 - 3*t
512
YouTubeCommons
and codes are the key to more concrete innovation from matthew jetmore at enr.com the purpose of codes or specifications for concrete structures is important to ensure safety sturdiness and resilience there is a perpetual debate between the need for prescriptive or composition and procedure of concrete mix versus performance specifications for concrete historically it was sufficient to specify the recipe and the procedure to obtain a certain strength but what we are really concerned with is the performance the same concrete mix and process can lead to varying results in performance depending on many factors including the quality of the ingredients and the ambient conditions this goes on to show that the performance specifications are the best to use prescription specifications do not take into account the innovation in chemical admixtures to enhance performance the fast changing requirements of dense high-rise structures needed in record time and the fast-changing safety norms makes innovation to get the required performance necessary instead of using prescribed ingredients based on historic generalized assumptions to set an example the use of carbon dioxide mineralized concrete to reduce the carbon footprint did not exist decades ago it is not the case that prescriptive specifications do not change their procedures and ingredients to suit specific performance needs from time to time pre-certification quality control and testing are needed but we also need to specify performance to accommodate innovation and better methods you can find the entire article at enr.com also episode 153 of emis the civil engineering podcast features an interview with ron berg of aci covering current concrete trends which can be found at civilengineeringpodcast.com next let's look at the biggest civil engineering stories in the united states first up congressional transportation leaders back a one-year extension of the fast act from eugene malero at ttnews.com the 2015 fast act which expires on september 30th has the support of congressional transportation leaders for an extension of one year chairman of the environment and public works committee bisaro believes the act should not be allowed to expire and should not be extended on a month-to-month basis but that there should be a five-year 287 billion dollar reauthorization of the highway law making long-term investments in roads and bridges will reduce red tape ensure environmental protection and recovery of the economy defazio chairman of the transportation and infrastructure committee agrees to backing a year-long extension but neither agency has come up with a concrete roadmap for the extension it is felt that it is likely to ride piggyback on must-pass federal funding legislation rather than coming to a separate bill like the highway law federal funding authority expires at the end of the month during the state of the union address the president urged congress to pass basaro's highway bill which gained bipartisan support in committee the democrats desired the extension of the nationwide high-speed internet a five-year surface transportation rebuilding plan and further streamlining of environmental permanent guidance nearly 100 groups like the american association of port authorities propose a year-long extension of the fast act saving the
512
gmane
or very nearly so, as long as you don't use more threads than you have actual cores on your computer. When you go above that limit the scaling goes to hell and you get no improvement at all. The only way to solve your scaling problem is to get rid of the competing threads by turning off HT. I did this and have never looked back. -Mikko Aarnos Spam bots are probably finding the user URL (http://example.com/user) and the subsequent 'create account' link. You need to prevent anonymous users from creating accounts. In Drupal 6 visit admin/user/settings In Drupal 7 visit admin/config/people/accounts Alternatively, if you do wish to have anonymous users create accounts but prevent spam, you could add a captcha to the account creation form. Carl Wiedemann Naipaul, who just passed away, had accepted a knighthood. It has always struck me as odd that ethnic Indians, especially the intellectuals, still crave royal handouts given colonial history. The Queen should kneel and accept a scolding from a brown or black person for years of colonial history, most especially since the dim-wit has never apologized for the devastation her country caused. She is dim and could not engage in today's issues, hence her usual silence which is taken by the apologists as being above the fray. Perhaps Eddie D'Sa can share his thoughts. George Hi all, i have a litte problem. I have implemented an own AuthorizationStrategy where I check I a user is allowed to render/enable a component/page. Each page has a navigation. If I restrict enable for a page, then the navigation gets also disabled. I tried overwriting isEnabled() for the whole navigation and its childs, but doesn't work. So the main question is "how to have a component on a page always be enabled even if the page is disabled"? Greets chris Hey Chris, I just wanted to ping you and see if you got any doco yet on how to build those new installers. I was just about to do it but then I realized I might not be able to build all of them on ubuntu. If you don't have it it's ok - if you give me some pointers I can regurgitate the info into the developers guide. Thanks, Alex Hello, Perhaps I might replace my 30 month old T42. I also know the R50. The Tnn serie is better than the Rnn serie. It's obvious ! But the Rnn is finer to repare than laptop of other marks. I'm looking for a mid-size laptop : 14" or 15" or 15.4" Not a very little laptop as Xnn nor a large one as Znn. My T42 has a 1600x1200 screen... Perhaps I won't buy a so fine screen : too expensive. My question is : how are the 3000 laptop of lenovo ? Can I compare Rnn serie to 3000-N100 serie ? Or one serie is better than the other. I use my laptop several hours per day. So I'm looking for a solid one with a 3 year insurance. Do you have any council for a linux
512
reddit
side). I'm possibly going to buy a roosevelt soon and it'll take that space. Is there still a chance of losing it? OK, so, two things: 1. Satan has made some really bad career choices. Seriously, don't you expect Satan to be CEO of something? I expect him to be CEO of something, or at least a mad scientist after that Bio-Nuclear Physics education. 2. "I assume ['you do you' is] permission For me to..." -- to "do evil" (how does he miss that? Such good set-up gone to waste, the comedian inside me is very sad.) You are correct that NP links were never required, they were merely suggested. NP links were one of the many measures a sub could take to prevent/discourage brigading. Pretty much every meta-sub ever that is not part of SRS has to employ such tricks to avoid getting banned, and to help make sure their users don't inadvertently vote in a linked thread and get shadowbanned. SRS not only does not have to employ such, but openly flaunts their refusal to use such. That is soft censorship. There are no explicit rules saying if you do this you will get banned. There is only the the rule of if you do this and we don't like your message, you get banned. What is my opinion on banning certain subs? If there's proof that the sub is coordinating the harassment of a person outside of reddit. Whether that be on the person's personal twitter/facebook accounts or even in real life and the mods aren't doing anything about it then the subreddit should be banned. Otherwise I think anything goes. What can we do about it? There's not much we can do. It's the admins site I suppose if they wish to burn it to the ground, that's their call. You have no rights, play nice. Hi! I know that you didn't say you wanted a tank, but I wanted to give it a shot anyways. I'm an ilvl 877 guardian druid tank that's looking for a guild to progress into mythic with. My current guild has kind of stagnated in terms of progression, and I want a new group to move forward with. I am 7/7 H 3/3 normal with a few close pulls on H odyn. I've also completed a +10 on time. If interested, please contact me at Rathination#1419 or add me on bnet,or message me on reddit. Thanks for your time! I think it was an overall good fight but I feel like Mayweather outclassed him in the later rounds, and like he said that's just down to experience in the ring. Mayweather lost the first couple of rounds just because he wasnt throwing any punches and was saving his energy for after McGregor threw him all he could. I feel like McGregor could have won this fight if he would have KO'd Mayweather within the first 4 rounds, after that its over. maybe another uppercut combo would've sent MW into a panic, because that first hit was brutal I dont agree that McGregor wouldve come
512
gmane
dialog these fields can't be created or changed. Are these fields ignored in 2.1 and all the rights to users, roles and configuration are now given exclusivly by defining equivalent roles? And if so, why are there still these fields shown in the xml-Export of the repository? thanks, tom I just installed today from git, and some of the keys from the User Manual are not working. In particular M-<, M-> (I'm being careful to hold shift, so it's not M-, and M-.), and also M-n. Oddly enough, M-p works fine, and does M-v. So, some Meta keys don't work, but some do, and it's not only those that require holding shift. Any thoughts? Joe Hi all, I am using simpleRecorder.fla for recording videos. after recording when i try to play the video, I find the video jerky. I think its more of a bandwidth problem. Is there any way of fixing it. I am also wondering if I can record video locally on my machine and upload it after fully recording. Any help would be appreciated. Regards, Vikram Hi all, I was in #drupal couple days ago chatting with dww and rDoughlass about dbbackup and dba. The the discussion drifted to this point: Why not introduce a module that will allow both modules and users to add scheduled tasks to Drupal. I mean, instead of every module adding its own logic to maintain a task over a specific period/schedule, why not introduct module developer with a new hook that will provide an array of scheduled functions to run. And will also allow users to call some urls/function calls on scheduled basis. This won't replace or rewrite the functionality provided by Actions and Workflow module or even do what schedule module does. It's a re-designed scheduler module that may replace cron. What do you all think? Omar Hi Tim, I believe we had a discussion on a smarter mobile interface a while back. When I updated the mobile interface to the current one, I had a non-javascript phone in mind (i.e. my ipaq with windows mobile :-)). I do not know how much people are still bound to these old generation phones/pda's. I personally moved to an android phone and I just bought an ipad, so personally I love to make this move :-) I hoped we can have the current mobile interface alongside a new one that uses more modern javascript techniques . We need agent detection code for that. I also like the screenshots of itracks (http://ibetatest.com/iphone/controllers/apps/?appId=165). We could go for something similar. The mobile google reader is also a good example I think of good mobile interaction. Anyone here experienced in mobile development? Are there 'profiles' or something of javascript that is or is not supported by the majority of mobile devices? Reinier Hi All, Doe's anyone know if its possible to set for examaple rtpengine to bridge between IPv4 and IPv6 only if the target request is destined for a subscriber who is registered over IPv6? I am aware of the address family function, to determine which interface/IP version a
512
reddit
her the contraceptives as a doctor. Healthcare is a part of state and state is 100% separated from religion according to the first amendment of the United States Constitution. This is a law still set in motion in the United States today. And what did all the changes after 9/11 actually bring? Mass Surveillance? War in Afghanistan and Irak, where more people died than in the World Trade Center. It also brought up more terrorists. They got Bin Laden which I celebrated as well. But I was never stupid enough to believe the Al Quida would be dead after this. It also seems the Syria Situation brought up ISIS. So what exactly did the wars and changes after 9/11 bring other than more saftey in an airplane? Sure, it will be way harder to kidnap an airplane nowadays. But as you can see today, there will always be terrorists. If the only way to make this things impact is to have dead bodies on the front page where also kids can see this, I assure you - We have lost. We live in fear of them. I don´t fear them. I havent been in a war. But I know enough that have been, that have also lost someone. And I think one of the main goals of the terrorist is to spread fear. And thats exactly what I dont want be - afraid. But if you want to go to war everytime something bad happen ( I assume this is what you mean by saying "changes are coming" things will never change. And where do you draw the line for something bad? I dont like the fact that people might die after this for revenge. Then this act didnt kill about 150 people, it will kill many many more. Hi everyone! I'm always so impressed by how knowledgeable people in this sub are. Could I have some insight as to the + and - of my breakfast? My goal: maintain my weight. I track calories so I know my breakfast fits into my day just fine. I am a moderately active female. I eat the same breakfast everyday, so would like to optimize its nutritional density and balance. Prior to ingesting anything in the morning, I drink 1L of tap water. Its composition: -About a cup of NF Greek yogurt -10g ground psyllium husks*. -10g of Trader Joe's super seed &amp; ancient grains (red quinoa, millet, chia, flax, buckwheat, shelled hemp, amaranth)**. -12g of MetRX vanilla whey/casein protein powder. -Most days, 10-15g of nuts (I vary the type frequently). -1T cinnamon. -A squirt of organic liquid stevia and a generous pinch of coarse sea salt. -Seldom, I will add strawberries when in season. -Approx 1 gallon of coffee***. *Hydrated with water to form a loose gel. I know, yum, but the benefits are very nice. **These are not ground, so wonder if I am missing out on some of the nutrition. ***I kid, but I do drink 3-4 cups per day. Same for me. I had like 7 esps in form 43 and
512
realnews
She said that while she has introduced legislation to impose sanctinos on Iran for its ballistic missiles program, the Obama administration "has not taken this seriously enough, and Iran is unabated." Ayotte also addressed domestic terrorist attacks. She called for beefed up policies to ensure that the process for vetting refugees and visa applicants – including those seeking to travel under the Visa Waiver Program – are "secure, reliable and accurately identify and deny entry to those who have ties to terrorism.” She called for passage of bipartisan legislation she has cosponsored to keep guns away from terrorists “while protecting the constitutional rights of American citizens." Ayotte also said the nation’s defense budgets must be based on a practical need to address national security interests and threats, “rather than arbitrary, across-the-board budget caps.” She said she opposes sequestration, “which has inflicted serious damage on U.S. military readiness, as well on our defense industrial base.” AlertMe MADRID (Reuters) - Joao Sousa ended a run of three straight finals defeats this year when the unseeded Portuguese recovered from a set and a break down to beat Roberto Bautista Agut 3-6 6-3 6-4 and claim the Valencia Open title on Sunday. Joao Sousa of Portugal returns the ball to Austin Krajicek of the U.S. during their men's singles tennis match at the Japan Open championships in Tokyo, October 8, 2015. REUTERS/Thomas Peter Sousa, who has lost finals in Switzerland, Croatia and Russia in 2015, secured his second career title when he converted four of his five break points to upset seventh-seeded Bautista Agut in front of his home crowd. The Spaniard, playing his second final in as many weeks having lost to Croat Marin Cilic at the Kremlin Cup in Moscow last weekend, felt the pace as the match wore on and needed treatment after Sousa made it one-set all on the indoor hardcourt. On Saturday, world number 24 Bautista Agut had battled for more than two hours and had to save six match points to get past American Steve Johnson 4-6 6-3 7-6(8). Sousa, ranked 46, dropped only one set on the way to the final, his seventh on the ATP Tour, and the Valencia title follows his only other success, in Kuala Lumpur in 2013. “When he was a break up in the second, I decided to change a bit my tactic and try to be more solid and it was the key,” Sousa said. “I also know he was probably very tired as he had a tough week and, as I said on court, playing at home is great but also adds a bit more pressure,” noted the 26-year-old. “I have been based in Spain since I was 15 years old, so in a way I feel a bit at home and it’s great to be able to win this title here and in front of my family who I had no idea was going to come, they drove 10 hours from Portugal to be here today.” Sousa’s victory was somewhat overshadowed by the announcement after the final by tournament director Juan
512
reddit
For a contractor to "gather, integrate and report relevant and available information" in order not to lose its contract (hence for the colleague or the supervisor not to lose her/his job and become forever unemployable [failure to identify "insider threat"]) involves much more drastic consequences than AI-based mass surveillance. Furthermore, a "contractor" is not necessarily limited to things like bose allen. Universities, language and translation institutes, and educational and research companies are contractors too, for instance. These issues aside, this news item is useful (in its simplicity) in illustrating to ordinary folk the state's consistent perception of and response to whistle blowers. &gt; The most lasting impact the Direnni had on the Bretons is inarguably the almost complete annihalation of their tribal cultures. While nowhere near as extensive as the degree that the ayleids wiped all traces of central nedic peoples off the map, the Direnni still for the most part dispanded the tribal bands and shamanistic worship of daedra and aedra, Is this is a reference to the Druids of Galen? Hi my name's Gabriel, i think I got the title right. If not I'm screwed I guess. Idk if I also need to tag this nsfw I'm sure a mod will let me know. Im a 21 year old male looking for a fuckbuddy or a sugar momma. I just got out of a relationship, because she cheated on me. I'm not really looking for a relationship but there's no harm in talking to me and seeing if a relationship isn't a bad idea. A little about me. I'm a big dude. Got long hair. Can't keep a long beard cuz of work but I keep scruff.eyes are hazel I love coffee. Video games is #1 and I have a story on why if your interested. Prefer pc gaming but console is ok too. I have a very dirty mind and dark sense of humor. Idk what else to say so if your curious feel free to pm me. And maybe we could swap numbers. Idk you, but I love you and hope you have a good day. yup, in my previous comment on this thread i came to differentiate a cake for a gay wedding vs. a cake with a gay/ political message on it. its a pretty complex situation and i see both sides but i think this whole discussion ended up with a pretty reasonable conclusion I'm a little unclear on this. Is your PG letting you run Beth instead of Kryssa? If so, why? Custom battle boxes usually end up being insanely frustrating. As for the lists you're thinking of taking, I see almost nothing positive. **Issue 1)** You say you want to play a lock with fewer special rules but Bethayne *has more special rules than almost any other lock in Legion*. **Issue 2)** You're taking no support in a list that is going to have to run hot on fury to actually get work done. **Issue 3)** You're running a lot of bad / mediocre infantry. Hex Hunters were eviscerated in the change from Mk2 to
512
realnews
lot of new debt, especially when the Congressional Budget Office says Social Security isn't in immediate trouble and won't hit empty until 2052. Mr. President, the real crisis ahead is Medicare, which is financially troubled, due in part to the new, poorly designed Medicare drug benefit. Medicare reform should be the higher priority. THE BUDGET DEFICIT IS OUT OF CONTROL. Squaring your election promises on tax reform with fiscal realities is certain to be one of your major challenges. True tax reform means ending the Alternative Minimum Tax, which is hitting more and more middle-class people. A long-term fix for the AMT would cost $600 billion over a decade. Your promise to make permanent the income, capital-gains, dividend, and estate tax cuts would cost $2 trillion over 10 years. Throw in $2 trillion to set up private Social Security accounts and that's about $5 trillion. Add that to the current $2.7 trillion projected deficit and it comes to $7.7 trillion of red ink over 10 years. Sooner or later, these numbers will shock the bond market. Choices on taxes have to be made, Mr. President. Keep the pro-growth capital-gains and dividends cuts and simplify the tax code. Get tough with Republican spendthrifts in Congress by trimming the pork in spending bills for highways, energy, and agriculture while reminding them of core conservative fiscal principles. THE DOLLAR, AND TRADE POLICY, ARE IN TROUBLE. Early next year, China will start exporting billions of dollars' worth of textiles into the U.S. as global textile quotas end. The trade deficit is already huge, thanks in part to surging oil imports. The current account deficit is at a record high of 5% of gross domestic product. Foreign buyers of U.S. Treasuries, who finance the big federal budget deficit, are getting nervous. The policy of benign neglect on the dollar isn't helping the trade deficit because Beijing links the yuan to the dollar. Something has got to give -- the yuan has to go up, the dollar has to drop more, or America's free-trade policy has to radically change. Mr. President, real leadership is needed here. MIDEAST POLICY NEEDS A REALITY CHECK. Elections in Afghanistan are a clear win for America. But it's time to get real in Iraq. The idealistic dream of establishing a stable, democratic Iraqi nation looks problematic. Yes, the U.S. will win the battle for Fallujah. But then what? It's time to ask what is the minimally acceptable exit strategy for the U.S. The pragmatic answer to that is stability in Iraq. A western-style democracy may have to wait. Pragmatism also demands that the U.S. directly engage in nuclear nonproliferation talks with Iran and North Korea. Your first Administration outsourced this job to Europe and China, with little success. The U.S. has to lead the negotiations. It's also time to accept that Muslims view American actions in Iraq through the prism of the Israeli-Palestinian conflict. Mr. President, reengaging as a mediator between the two parties would boost U.S. influence in the Middle East. SECOND-TERM PRESIDENTS THINK ABOUT THEIR LEGACY. Mr. President, you have a
512
gmane
jump ship. I started using Gnome because it simply looked better than anything out there. The GTK+ toolkit has always had a nice look, and the themes available allowed me to make things look interesting and fun. I used Metacity for a while, and but then I discovered Xmonad and felt it was a perfect match, especially when run with a full Gnome session behind it. I had the best of all worlds, a WM that was quick, responsive and minimal, and it was backed up by a user friendly environment that offered a great file manager, file associations that worked and configurability that suited me. Then some of the configurability was hidden away. Thankfully there are still hackers out there who dig out how to configure things in gconf and dconf, that combined with a good search engine was enough to let me accept the situation. Then Gnome3 arrived. Arguably the slickest and best-looking DE available. Visually stunning, and innovative in how you interact with it. However, it did have one huge drawback, it removed the ability to replace the WM. That turned out to be the straw that broke the camel's back. I've now tried to live with gnome3 basically since it came out, but now I'm done. I've installed awesome and am in the process of putting in place the bits and pieces that I need. Will I miss Gnome? Oh sure, some things I will miss that's for sure. Thank you, it's been great, but for now I've had it. I'll be back if I ever read that the Gnome developers decide to again power users in the target audience. /M Dear review wizard: I'd like to request a formal review of the minmax library that's been sitting in the sandbox for a little while now. Please contact me to arrange a schedule. The minmax library is a simple extension of the STL, with minmax(a,b) and minmax_element(first,last) and their binarypredicate extensions, just as in the C++ standard. It turns out that computing both min_element and max_element can be done in a single pass, using 3n/2 comparisons. In terms of timing, it's just about as fast to get minmax_element as just min_element or max_element. Hence the natural interest (in graphics, bounding boxes, etc.) This should be a simple library with a limited and precise extent, and (I hope) no major problems (except perhaps in the documentation, which I feel I need to revise before the review --- I'm mentioning just in case you're looking at it now :) Thanks, the test/example data for kalmanf uses zipfile.ZipFile('./DK-data.zip').open I didn't find "open" in python 2.5, only "read" which could be fed into StringIO.StringIO to get a file like object. (possibly to put into compatibility) For now to run your examples I just unzipped the data. I was also looking for the first time at np.DataSource to see whether it could handle the downloading and the local storage. But np.DataSource looks a bit unfinished and I didn't see a way to access individual files in a zipfile. Skipper, you looked at np.DataSource
512
StackExchange
proxy_read_timeout 300s; proxy_buffer_size 64k; proxy_buffers 32 64k; proxy_busy_buffers_size 128k; proxy_temp_file_write_size 128k; proxy_connect_timeout 300s; proxy_http_version 1.1; proxy_pass https://107.161.189.242:9443; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_redirect off; } # include /usr/local/nginx/conf/vhost.ssl.d/meusite.com.br.include; } server { listen 107.161.189.242:443 ssl http2 ; server_name cpanel.meusite.com.br whm.meusite.com.br webmail.meusite.com.br webdisk.meusite.com.br cpcalendars.meusite.com.br cpcontacts.meusite.com.br mail.meusite.com.br; ssl on; ssl_certificate /usr/local/nginx/conf/ssl.cert.d/meusite.com.br_cert; ssl_certificate_key /usr/local/nginx/conf/ssl.key.d/meusite.com.br_key; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_session_cache shared:SSL:10m; ssl_session_timeout 5m; access_log off; location / { location ~ /.well-known{ root /home/meusitecom/public_html; } proxy_pass https://127.0.0.1:9443; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } } What i m need to change on this file? A: Well, after many tests, i found a solution to my problem. I have add the directive "proxy_hide_header Upgrade;" on my nginx.conf, to ignore the header Upgrade, for some reason it's crashing on Safari. Q: Change image of built-in control in ribbon xml I use Ribbon XML to create a custom Ribbon in Outlook 2010. In this ribbon I also created a button using Ribbon XML. This button uses built-in button control(idMso="NavBack"). My question: Is there a way to overwrite the image when using built-in button control in my case here? Thanks. This is my code: <button idMso="NavBack" size="large" /> A: Changing image for built-in control is not possible. And for executing the built-in command of the "NavBack" built-in control I use Globals.ThisAddin.Application.ActiveExplorer().CommandBars.ExecuteMso("NavBack") Q: SVN Branch info from Java I'm looking for a way to extract info on all branches within a repository. I'm only interesteted in the name of the branches. I have tried to play around with SVNKit, but haven't been able to figure out, how to get this information. A: From the svnbook, chapter 4: You should remember two important lessons from this section. First, Subversion has no internal concept of a branch—it knows only how to make copies. When you copy a directory, the resultant directory is only a “branch” because you attach that meaning to it. You may think of the directory differently, or treat it differently, but to Subversion it's just an ordinary directory that happens to carry some extra historical information. Second, because of this copy mechanism, Subversion's branches exist as normal filesystem directories in the repository. This is different from other version control systems, where branches are typically defined by adding extra-dimensional “labels” to collections of files. The location of your branch directory doesn't matter to Subversion. Most teams follow a convention of putting all branches into a /branches directory, but you're free to invent any policy you wish. To get the branch names, you need to know information on the internat structure of a repository. I doubt, that there is a general approach to get all branches - as they are nothing but local copies. A: If the repository structure is known, you may use either SVNLogClient.doList(SVNURL, SVNRevision, SVNRevision, boolean, boolean, ISVNDirEntryHandler) or you may go with the more low-level SVNRepository API directly. Have a look at the listEntries example at: http://wiki.svnkit.com/Printing_Out_A_Subversion_Repository_Tree Q: Is it disrespectful or unlawful to have dharma tattoo in Sri Lanka? I read sometime ago that a woman with a Buddha
512
StackExchange
the SVG where it's a bit easier to see what's going on: <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="237" height="400" viewBox="0 0 237 400" enable-background="new 0 0 237 400" xml:space="preserve"> <path fill="#252525" d="M0,0v400h237v-400H0z M198,290.5c-25.667,25.667-54.125,35.125-85.625,35.125 c-31.25,0-61.375-15.5-78.708-32.792C17.146,276.353,1.5,253.458,1.5,215.125c0-32.875,19.625-62.375,36.5-75.958 c12.874-10.362,33.917-20,58.25-20c22.5,0,43.5,11.208,54.271,20.827c10.41,9.295,25.965,28.007,25.965,55.315 c0,26-14.236,43.691-25.283,51.748c10-13.333,12.464-28.223,12.464-37.89c0-13.542-4.667-27.042-13.667-37.667 c-8.537-10.078-26.334-20.667-44.333-20.667c-20.167,0-33.575,8.098-44,18.905c-9.417,9.761-16.263,27.011-16.263,41.428 c0,18.833,7.346,34.708,16.93,44c10.497,10.178,28.333,21.666,50.667,21.666c25.125,0,46.33-10.434,60.667-31 c12.083-17.333,17-33.333,17-51.334c0-23.625-9.126-48.455-30.134-67.54C137.875,106.375,109.875,97.2,84.443,97.2 c-28.068,0-56.693,10.425-76.109,25.657C36.625,86,74.79,75.289,105.789,75.289c33.336,0,69.919,14.419,94.586,41.086 S234,171.25,234,201.833C234,228.167,223.667,264.833,198,290.5z"/> </svg> The first part of the <path> element is the bounding rectangle M0,0v400h237v-400H0z. The coordinates are all integers now, so there shouldn't be any problem. (Although Damien's suggestion is worth considering.) OK, I'll try one more time :-) I wasn't able to reproduce the problem in the JSFiddle you posted, but if the SVG is allowed to scale with the viewport size then it does grow yellow borders sometimes. To fix this, I extended the background of the SVG image by an additional pixel past the viewbox dimensions. This seems to have fixed the problem (in Chrome, at least). So to address your original question, I think all you need to do is change the first part of the path data to M-1,-1v402h239v-402H-1z, as follows: <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="237" height="400" viewBox="0 0 237 400" enable-background="new 0 0 237 400" xml:space="preserve"> <path fill="#252525" d="M-1,-1v402h239v-402H-1z M198,290.5c-25.667,25.667-54.125,35.125-85.625,35.125 c-31.25,0-61.375-15.5-78.708-32.792C17.146,276.353,1.5,253.458,1.5,215.125c0-32.875,19.625-62.375,36.5-75.958 c12.874-10.362,33.917-20,58.25-20c22.5,0,43.5,11.208,54.271,20.827c10.41,9.295,25.965,28.007,25.965,55.315 c0,26-14.236,43.691-25.283,51.748c10-13.333,12.464-28.223,12.464-37.89c0-13.542-4.667-27.042-13.667-37.667 c-8.537-10.078-26.334-20.667-44.333-20.667c-20.167,0-33.575,8.098-44,18.905c-9.417,9.761-16.263,27.011-16.263,41.428 c0,18.833,7.346,34.708,16.93,44c10.497,10.178,28.333,21.666,50.667,21.666c25.125,0,46.33-10.434,60.667-31 c12.083-17.333,17-33.333,17-51.334c0-23.625-9.126-48.455-30.134-67.54C137.875,106.375,109.875,97.2,84.443,97.2 c-28.068,0-56.693,10.425-76.109,25.657C36.625,86,74.79,75.289,105.789,75.289c33.336,0,69.919,14.419,94.586,41.086 S234,171.25,234,201.833C234,228.167,223.667,264.833,198,290.5z"/> </svg> Q: call servlet from controller with parameters to servlet I am writing a jsp file to call a controller with some parameters. And from this controller i want to call a servlet by passing the values from the controller. And with in the servlet i should get access to the parameters. Is it possible to forward values from jsp to servlet via controller? A: Yes it's possible in Spring controller, Try this in Spring controller: public void requestedURL(HttpServletRequest req, HttpServletResponse res){ String jspParameter = request.getParameter("param_name"); req.getRequestDispatcher("your servlet url pattern?param1="+jspParameter) .forward(req, res); } Q: verifying If an object is present in the session's array here I'm pushing product_detail to an empty array product. At first I'm checking if the array is empty, If so the json data is pushed into the array and updated with session. If not I want to verify if the there exists an object with the id, if so it wont push it. but the condition is not becoming true. Dont know what I'm missing or I'm putting the condition wrongly var product_details = { product_id: product._id, user_id: user_id, }; if (product.length !== 0) { if (req.session.product.forEach(function(data) { (data.product_id == req.params._id) })) { return res.send("product already present "); } product.push(product_detail); req.session.product = product; return res.send(req.session.product); } product.push(product_detail); req.session.product = product; console.log(req.session); return res.send(req.session.product); }); A: Simply change your nested condition to: var arrayTrue = true; req.session.product.forEach(function(data) { if(data.product_id == req.params._id){ arrayTrue = false; } }); if(arrayTrue){ // Doesn't exist... } else{ return res.send("Product already present"); } Q: Deleting an Object from Collection in SQLAlchemy I am storing a bunch of patent data in a MySQL database and interacting with it via SQLAlchemy. I have a collection inside the Patent class that represents the list of assignees (the companies that were assigned the patent): assignees = relationship('Company', secondary=patent_company_table,
512
Pile-CC
is listening. Every senator keeps C-Span on in his or her office. They rarely watch themselves, but a staffer reports back on important developments. Before the advent of C-Span, legislators had “squawk-boxes”—intercoms tuned to the floor debate—to keep them current. Before squawk boxes, senators sent staffers to keep detailed notes of speeches. (Some still do this, despite modern technology.) Advertisement Hollywood scenes portraying the old Senate aren’t quite accurate, anyway. Senate attendance was higher during the 18th and 19th centuries not because speakers were more eloquent or legislators more diligent—they simply had nowhere else to go. Before construction of the Russell building in 1909, most senators read, wrote speeches, and corresponded with their constituents from their desks on the Senate floor. They probably paid about only slightly more attention to speeches than modern senators do to C-Span. Even when the content of floor speeches doesn’t persuade, they can still have major significance. In 1964, for example, Republican Sen. Everett Dirksen of Illinois rose to announce his support for the Civil Rights Act. By all accounts, Dirksen gave a magnificent speech, popularizing the phrase “an idea whose time has come.” The significance of the speech wasn’t in its eloquence, though. Dirksen had been a fairly muted supporter of civil rights. By loudly proclaiming his position, Dirksen, who was the minority leader at the time, took away some of the cover that other Republicans had relied on in opposing the bill. . . . [Grosvenor] is one of our most extraordinary musicians . . . The extraordinary quality, however, is not simply in the dazzling technical accomplishment of that career. Grosvenor has a remarkable feeling for music. His first disc for Decca, released this year, reveals his playing of Liszt, Chopin and Ravel to have the confident subtlety you might expect of someone who had lived for much longer, and seen and felt much more . . . . . . in an age of ready-made virtuoso, his gifts are already distinctive -- poetic, romantic . . . [Grosvenor's rendition of the "Rhapsody" is] warmly sensuous . . . he certainly shines [in Ravel's Prélude, which is] performed with such headlong momentum that the piece seems like an improvisation . . . this Frenchified pot-pourri gives just about enough pleasure. Record Review / Geoff Brown, The Times (London) / 10. August 2012 . . . [Gershwin: "Rhapsody in blue"]: Grosvenor and the Royal Liverpool Philharmonic achieve a fine balance between urban bustle and more reflective passages. Record Review / Independent (London) / 10. August 2012 Decca's studio recording sounds remarkably alive compared with the concert performances. The Bachian first movement is fluid and sufficiently relaxed without being pulled about too much, the lightly tripping second movement a masterly example of control, and the last movement has Grosvenor straight out of the box like a greyhound. What marvellous and uplifting energy! Godowsky's transcription of "The Swan" is exquisite . . . [Ravel]: the concerto is very finely performed by Grosvenor . . . [an] excellent, generously extensive essay [by Jessica Duchen] . . . Grosvenor
512
reddit
movie or something I'm a casino dealer in Southern California. I deal all of the games. Craps, blackjack, baccarat, roulette, poker games etc. it's an easy job once you learn the games, and you can work at a nicer casino once you have experience and skill. It took we three years dealing in less appealing casinos to have the skills it took me to get a job out here in California. In most casinos, the dealers pool tips together and split them evenly. In a select few, dealers keep their own tips. This makes a huge difference when you are good at dealing the games, and interacting with your players. I used to live near Chicago and dealt out there and made about $46k/year. Now that I deal out west, I made a little over $75k last year. The hours can be a little rough for the first several years, but as you gain experience and have seniority, you can work your way towards day shift. Time off is pretty decent. It varies slightly from place to place, but after one year of service, i currently get 3 weeks off per year. After 3 years that increases to 4 weeks. I believe it maxes out at either 6 or 7 weeks after 10 years of service. I've thrown away many packs in an attempt to quit. I found that pouring some liquid substance inside the pack works great, can't go back for them if they're un-smokeable. My grandfather and father also died from smoking. Ultimately it has been health scares that have lead me to quit, I haven't smoked in 8 months. Feels weird typing this lol, doesn't seem that long. I hope that in 8 months you will also be free, reminiscing your quitting experiences. Totally agree. I have like 800 hours in Destiny so obviously I will always be a little biased, but I think they learned so much from Destiny 1 that Destiny 2 will be like a completely different experience. And I just hope that it is so more people play it. It's a truly one of a kind IP. Sure, i would recommend a 6 drop - Black Knight is really good if you have it (since almost everyone runes at least sludge belchers, and when vsing druid or handlock you can find even better targets), other options are sunwalker/sky golem/cairne. It's also important to swap the deck around a little depending on what you're facing - when i played from rank 1 to legend every single game was against a hunter, so i actually swapped in a kezan mystic and it seems to have worked. Before that there were a lot of control match-ups, so i removed a zombie chow and put in a sky golem I also don't run shades in my deck, can't really comment on that card since i didn't test it, but i think it fits better in the midrange version with combo I broke my friends arm over a piece of chicken. It was delicious, marinated chicken and he threw the last piece of
512
reddit
positive your scale is accurate? Are your beans fresh? I very lightly tap the edges of the portafilter from all three sides of my hand. I meant tap the portafilter lightly once or twice on to the mat to make the beans fall down. I then tamp. Well another factor is instead of being worn until they look bad, raws look better the more you wear them. So instead of the 2 year old pair of Wranglers looking over washed and tacky, you have a pair of Jeans and that fit perfectly and have perfect fades to match your body. It's not for everyone but I enjoy it and in the end I spend a bit more on jeans than before but I am much happier wearing them. http://i.imgur.com/SkXr4PD.jpg Um, no. Please quit treating women like we all act the same, or like we are some different species. Just because you suck at interacting with them, that doesn't mean they only go after assholes. Something about you is off-putting to women (perhaps it's the views you have on women and the way you act around them, or the victim mentality that is a massive turn off), and instead of blaming the women and "jerks," you should practice some self reflection. Quite often people like you decide it's easier to blame women instead of admitting that they are not the saintly, amazing guy they think they are. If you smell shit everywhere you go, you should check the bottom of your shoes. Hello /r/ReefTank! I decided I'd like to venture into the world of saltwater with a 10 gallon I have on hand. This nano setup will be in my bedroom, so I unfortunately don't have space for a sump, but I have been reading a LOT and want to get your thoughts on a FOWLR setup! Here's what I have already that I can use &gt;* Aqueon 10 gallon with a standard reef T8 bulb from zoo med &gt;* Aquaclear 20 HOB filter &gt;* Instant Ocean Sea Salt Here's what I think I need to purchase. Let me know if this is a sound plan, would really love to hear from everyone who's been successful with nano FOWLR tanks! &gt;* Hydor Nano 240 (http://www.amazon.com/Hydor-Koralia-Nano-Aquarium-Circulation/dp/B0036S4YZ0/ref=cm_cr_pr_product_top) &gt;* Refractometer (http://www.amazon.com/dp/B005ES6MOQ/ref=wl_it_dp_o_pC_nS_ttl?_encoding=UTF8&amp;colid=3OJ4JPNN8I3FS&amp;coliid=I1X7D3ANK4D13P) &gt;* API Saltwater Master Test Kit &gt;* 10 lbs aragonite &gt;* 10 lbs live rock In terms of stocking, I'd love to have 1-2 clownfish (either ocellaris or percula) and possibly an anemone as well. Do I need a cleanup crew for this nano as well? I have been trying to read as much as possible and understand the need to use RO/DI water for salting with instant ocean, or purchasing salt water for weekly water changes and using only RO/DI water for topping off between water changes. Am I missing anything? Also, I know I need to start cycling the tank, but do I need a powerhead before I start cycling? Thank you so much in advance! Link: https://www.toronto.ca/wp-content/uploads/2017/12/8d62-Attachment-1-TWBR-Final-Report-FINAL.pdf With all the discussion about the optimal number of wards, I thought I would highlight a few
512
realnews
to SME and business customers. “This is a great accomplishment and an honor for everyone involved, as the global award not only underlines the value and superiority of the ADTRAN product offer, but also serves to further promote ADTRAN to a wider global business audience,” said Chris Thompson, ADTRAN’s director of product management, Cloud Connectivity Solutions. “We pride ourselves on our ability and reputation for addressing service providers’ requirements for next generation products and services; products that enable them to add value and prepare for tomorrow’s demanding communications environment.” “The 2013 International Business Awards are noteworthy for featuring the best collection of entries we have ever received,” said Michael Gallagher, president and founder of the Stevie Awards. “The judges have been unanimous in their comments about the quality of achievements, and the expertise with which they were portrayed, in the nominations we received this year. We extend our most heartfelt congratulations to all of this year’s Gold, Silver and Bronze Stevie Award winners.” With a consortium of lenders led by ICICI Bank stepping up its efforts to sell the assets of debt-laden ABG Shipyard Ltd, at least three buyers have submitted their bids ranging between Rs 3,000 crore and 3,500 crore, a financial daily reported. The Economic Times reported, citing sources aware of the development, that Mahindra & Mahindra, Shapoorji Pallonji Group and UK-based Liberty House have evinced interest in ABG Shipyard. According to one of the people, the bids are being “examined before discussions on specific offers and processes” take place. “It will take at least 8-12 weeks to take a final call on the bids,” the person told the daily. ABG Shipyard was among the 12 companies identified by the Reserve Bank of India for bankruptcy proceedings under the Insolvency and Bankruptcy Code. As of 31 March 2017, banks and financial institutions held a 49.95% stake in the company with private sector lender ICICI Bank having an 11.08% stake. The lenders now have controlling interest in the company as they have converted debt into equity under the strategic debt restructuring scheme, the report added. Consolidation of CPSEs State-owned construction firm NBCC (India) Ltd may acquire three other central public sector enterprises, including Engineering Projects (India) Ltd, Hindustan Prefab and Hospital Services Consultancy Corporation (India) Ltd, to create a mega construction company. A report in The Economic Times said that the government has already invited expressions of interest for strategic sales in Hospital Services Consultancy Corporation and National Projects Construction Corporation Ltd, the report added. NBCC (India) is a Navratna enterprise under the ministry of urban development. The company has a market capitalisation of close to Rs 22,000 crore. The proposed consolidation of the central public sector enterprises will improve economies of scale and value of investment in the company, the report quoted a senior finance ministry official as saying. This is a club so exclusive that Ronald Reagan and Mikhail Gorbachev cannot join. The money of Donald Trump won't buy a membership card. Michael Jackson can't ``moonwalk'' his way into meetings. Yes, the Association of Space Explorers is select because
512
gmane
testing? I personaly think of a problem related to architecture synchronization, i.e. a given package can't enter testing if it has not been built on all architectures. There are more and more architectures so it takes more and more time for a package to enter testing. Since testing is meant to be used by people willing to test our future release, I don't see any reason why a given package which built successfully on a given arch can't enter testing if its dependencies are satisfied on that architecture. Hence, the package is getting tested as soon as possible, which makes fixes happen more quickly in unstable. Basically, this could be achieved by adding an architecture tag to the BTS (this has been asked for quite some time now by Marcus Brinkmann). Of course, this wouldn't prevent us from fixing bug on every architecture. What do you think of this? Cheers, We've been using Trac at our company since 0.8, and it has been a tremendous help in keeping project organized and having visibility into it as it evolves. I'd like to help the Trac project to give bacck as it has helped us so much. As a first step, I've started digging through the Active Tickets list. I've already started to add keywords, mark dupes, and things along that track. But I don't want to step on toes so I have not been closing many of them or assigning to milestones. Are there any rules of the road here I should follow? Or any advice? Sid Hi Radim and all, I was just running gensim to generate topics for 147644 docs with 453315 unique tokens on a Windows 64-bit machine with Python 2.7.5. A very strange thing that I noticed concerns the RAM requirements dependent on the number of topics that I put in parameters for LDA model. With 100 topics the system uses just 2-3 GB while if I put 1000 it goes off the limit and eventually returns MemoryError. As I need at least 500 topics, gensim takes up to 8GB of my RAM to go through it. I am just wondering why RAM is so sensitive to the number of topics? Is it because it requires more numpy calculations? P.S. It took me about a day to figure out where the problem occurs before finally bumping into changing this parameter. Thanks, Evgeny hello every one i have a RichEdit that i need to fill in run time from another file that is in plain text i want to know how to put in bold the line im adding, lets remember that there is no selected text in the richedit so i cant use selattributes (am i wrong?).... thnx in advance! Hi, Is there a list of implemented identity providers anywhere? I'm looking at implementing Persona, but there is concern that doing so makes our login process dependent on Mozilla. I know about the yahoo/gmail bridges, but they don't really count as they still go through Mozilla servers. I also appreciate that we can set up our own identity provider, but
512
s2orc
a clocked pulse generator, a delay chain and a counter/comparator clocked by the pulse injected in the delay chain, using the counter/comparator block to amplify the time of the delay chain without sacrificing accuracy. Pulses of a fixed length are fed into the combinational chain, whose delay is dependent on operational conditions. The pulse injected into the delay chain is used to clock a circulation counter/comparator pair which instructs the pulse generator to feed yet another pulse to the delay chain, until a certain count is reached. This design amplifies the total combinational delay, enhancing the accuracy of the sensor while keeping a low area. All previous topologies make use of pulse generation mechanisms to avoid the pulse filtering effects introduced by unevenness in the construction of gates in a delay chain. These pulse generation mechanisms rely on a system clock signal to provide with a fixed length (usually of a few system clock cycles) pulse at the input of the delay chain. While the usage of a system clock signal solves pulse filtering effects, it also limits the performance of the sensor, since total response time will be limited by system clock frequency and by the selected length of the pulse. Additionally, using multiple clock signals in a given block may also pose a problem when automating the deployment of sensors with different delays. Our proposal also employs time amplification of a delay chain, achieved by feedback and repetition count-which might also be thought of as a kind of ring oscillator-without the need of any external clock. Thanks to a new design of the pulse generating logic, the timing response of our proposed sensor is only limited by the minimum timing requirements of the device under observation. The sensor output is just an analog signal represented by the width of a pulse. The digitization can be performed far from the observation point at very low communication costs, which can be beneficial for some magnitudes-e.g., when measuring temperature time-to-digital conversion can add extra temperature through self-heating. Taking the ideas presented in [3] and using their network topology, several sensors can share the same time-to-digital converter, which just requires one operation for all the sensors as the start of the measurement is synchronized for them all. Furthermore, as explained in [3], the prioritizing of the sensors' data is performed in a very straightforward way as fastest measures (with least temperature, or fastest process corner, or least aged circuitry) come first and the rest come ordered as the end of their pulses arrives at the converter. Sensor Overview The sensor conceptual block-diagram is shown in Figure 1, which includes a pulse generator, a delay chain and a circulation counter/comparator. The interface of the sensor is defined by two inputs, Reset and Start, and a single output, Done. The delay chain acts as the sensing device. The counter is locally clocked by the pulses sent by the pulse generator whose frequency depends on the combinational delay chain. When the count reaches a predefined value, the comparator sets the Done signal high. The time interval between
512