identifier
stringlengths
7
768
collection
stringclasses
3 values
open_type
stringclasses
1 value
license
stringclasses
2 values
date
float64
2.01k
2.02k
title
stringlengths
1
250
creator
stringlengths
0
19.5k
language
stringclasses
357 values
language_type
stringclasses
3 values
word_count
int64
0
69k
token_count
int64
2
438k
text
stringlengths
1
388k
__index_level_0__
int64
0
57.4k
https://stackoverflow.com/questions/48260934
StackExchange
Open Web
CC-By-SA
2,018
Stack Exchange
Yao Zhang, gdelab, https://stackoverflow.com/users/6490351, https://stackoverflow.com/users/7456923
Slovenian
Spoken
227
746
Resolve NAN values for Tensorflow Linear Gradient Descent Optimizer I have coded an ML model using Tensorflow and am usig its linear gradient descent optimizer. It usually works but it is giving NaN values when I have give the following input: 0.699999988079,1.5,0.03 -0.20000000298,2.40000009537,-0.3 -0.40000000596,8.30000019073,0.02 The output is: 0 90.976654 [0.42633438] [-1.7960052] [-0.4994047] 20 1.4133478e+27 [2.5259817e+11] [-7.2311757e+12] [-1.1611477e+12] 40 inf [9.9565155e+23] [-2.85027e+25] [-4.5768283e+24] 60 nan [inf] [-inf] [-inf] 80 nan [nan] [nan] [nan] 100 nan [nan] [nan] [nan] 120 nan [nan] [nan] [nan] I am new to Tensorflow and am not able to resolve this. I request you to help me solve this. The code is as follows: import tensorflow as tf import csv import numpy as np from tensorflow.python import debug as tf_debug x1_data=[] x2_data=[] y_data=[] with open('Dataset.csv') as csvfile: readCSV=csv.reader(csvfile,delimiter=',') for row in readCSV: x1_data.extend([float(row[0])]) x2_data.extend([float(row[1])]) y_data.extend([float(row[2])]) print x1_data print x2_data print y_data W1 = tf.Variable(tf.random_uniform([1], -1.0, 1.0)) W2 = tf.Variable(tf.random_uniform([1], -1.0, 1.0)) b = tf.Variable(tf.random_uniform([1], -1.0, 1.0)) hypothesis = W1 * x1_data + W2 * x2_data + b cost = tf.reduce_mean(tf.square(hypothesis - y_data)) a = tf.Variable(0.1) optimizer = tf.train.GradientDescentOptimizer(a) train = optimizer.minimize(cost) init = tf.global_variables_initializer() sess = tf.Session() sess.run(init) for step in xrange(2001): sess.run(train) if step % 20 == 0: print step, sess.run(cost), sess.run(W1), sess.run(W2), sess.run(b) It works fine for me... Have you tried tf dbg? I found it useful when debugging NaN issues. https://www.tensorflow.org/programmers_guide/debugger
43,165
https://stackoverflow.com/questions/9303841
StackExchange
Open Web
CC-By-SA
2,012
Stack Exchange
Ahmed Sabry, Codefused, Eliot Wendling, Mathias V. Bramstorp, Mr. Hat, https://stackoverflow.com/users/21123603, https://stackoverflow.com/users/21123604, https://stackoverflow.com/users/21123605, https://stackoverflow.com/users/21153697, https://stackoverflow.com/users/21153698, https://stackoverflow.com/users/21154064, https://stackoverflow.com/users/21873779, pgslotbe 1th, user21154064
English
Spoken
134
228
Is there an API for Safari Reader? Does Safari Reader have an API which one can use to filter the text from a webpage (cleans adverts, unneeded parts of text etc.) for an iOS app? If not, are there any alternatives? just was doing some research for my app, heres what I've found. couldn't post all the links cause I'm new, but easily googleable Read, Clear Read API: http://readapp.net/pub.html Instapaper itself. Simple and Full API Readability RTCOOL Feeds api Boilerpipe Goose An overview of text extraction algorithms: http://www.readwriteweb.com/hack/2011/03/text-extraction.php best of luck! Nope. If you want access to the built-in one, you can file an enhancement request with the Apple bug reporter. There are also third-party services like Readability which, depending on the purpose of your app, you might be able to make use of.
547
https://stackoverflow.com/questions/68141560
StackExchange
Open Web
CC-By-SA
2,021
Stack Exchange
Cássio Lacerda, Jamal Ud Din, https://stackoverflow.com/users/15010480, https://stackoverflow.com/users/2801242
English
Spoken
211
405
How to listen to socket.io events across all components/screens or globally in react-native? I am using socket.io(server) and socket.io-client(client) in react-native app and I am listening to its events in useEffect hook, all events are receiving correctly when I am on that specific component. So how can can I receive these events on the other screens too?? Single instance for all events which will be used globally e.g: const app = () => { useEffect(() => { socket.on('event', (data) => { console.log(data) } },[]) ................... rest of the code ................... } Now I want to listen to this event on all the screens (like DeviceEventEmitter addListner works)? Thanks. You need to create the socket instance with createContext In order to get the same instance in multiple components in your application. See this post: https://stackoverflow.com/questions/67642446/how-not-to-create-a-new-connection-to-scoket-io-when-updating-a-component/67642695#67642695 . After that, you can use all socket.on handlers in your app.js file importing the instance with const socket = React.useContext(SocketContext); @CássioLacerda Thanks, I am exactly doing that now, listening to all socket events in app.js, and yap all events are receiving. The same const socket = React.useContext(SocketContext); instance that you use in App.js, you can also use in any other component now. @CássioLacerda Thank you, I have hands on Context API, now its easy to use.
50,108
https://ceb.wikipedia.org/wiki/Nasola
Wikipedia
Open Web
CC-By-SA
2,023
Nasola
https://ceb.wikipedia.org/w/index.php?title=Nasola&action=history
Cebuano
Spoken
61
94
Suba ang Nasola sa Uganda. Nahimutang ni sa distrito sa Namutumba District ug rehiyon sa Eastern Region, sa sentro nga bahin sa nasod, km sa amihanan-sidlakan sa Kampala ang ulohan sa nasod. Ang Nasola mao ang bahin sa tubig-saluran sa Nile River. Ang mga gi basihan niini Nile River (suba sa Ehipto) tubig-saluran Mga suba sa Eastern Region (rehiyon sa Uganda)
50,847
https://lt.wikipedia.org/wiki/Student%C5%B3%20reikal%C5%B3%20tarnyba
Wikipedia
Open Web
CC-By-SA
2,023
Studentų reikalų tarnyba
https://lt.wikipedia.org/w/index.php?title=Studentų reikalų tarnyba&action=history
Lithuanian
Spoken
230
646
Studentų reikalų tarnyba (STR) - savarankiška organizacija arba akademinė struktūra (pvz., aukštosios mokyklos administracijos padalinys), padedanti spręsti studentų problemas, tvarkyti reikalus, tiesiogiai nesusijusias su studijomis. Lietuvoje Lietuvoje Studentų reikalų tarnybos užsiima įvairia veikla. Pvz., ŠU Studentų reikalų tarnyba koordinuoja studentų organizacijų veiklą. Kitų aukštųjų mokyklų STR apimtis gali būti platesnė. Pvz., VDU SRT veikla yra tokia: Socialinė pagalba studentams: socialinės stipendijos, vienkartinės pašalpos esant sunkiai materialinei padėčiai, pašalpos mirus tėvams (globėjams), skatinamosios išmokos, mokesčio už studijas ir bendrabučio nuomos mokesčio lengvatų skyrimas; Tarpininkavimas teikiant Valstybinio mokslo ir studijų fondo kreditus; lengvatinių sąlygų suteikimas; Jaunuolių su fizine negalia integracija į universitetą: įvairių programų kūrimas, koordinavimas ir vykdymas; Studentų aprūpinimas bendrabučiais; Studento statuso tvirtinimas įvairioms LR ir užsienio institucijoms. Vokietijoje Studentų reikalų tarnyba () Vokietijoje - viešosios teisės įstaiga, besirūpinanti socialinėmis, ekonominėmis bei kultūrinėms studentų reikmėmis, padedanti tenkinti studentų poreikius. Tarnybos atsirado kaip studentiškos savipagalbos organizacijos. Šiuo metu jų statusas įtvirtintas federalinių žemių įstatymais. Pagrindinė veikla - studentų aprūpinimas gyvenamuoju plotu (bendrabutis), socialinė, teisinė ir psichologinė parama. Literatūra Albert von Mutius: Studentenwerke. In: Flämig et al. (Hg.): Handbuch des Wissenschaftsrechts. 2. Aufl. Berlin 1996 ISBN 3-540-61129-0, S. 601–630. 1921-2001. 80 Jahre Deutsches Studentenwerk, Bonn und Berlin 2002 (Volltext (PDF) ) DSW (Hrsg.): Dialog unter einem Dach. Studentenwerke im Wandel (Festschrift für den langjährigen DSW-Generalsekretär Horst Bachmann anlässlich seines Ausscheidens), Bonn 1997. Išnašos Nuorodos Oficialus Vokietijos studentų tarnybos (DSW) tinklalapis Studentų reikalų tarnybos
6,292
https://zh-min-nan.wikipedia.org/wiki/Lula%20%28Mississippi%29
Wikipedia
Open Web
CC-By-SA
2,023
Lula (Mississippi)
https://zh-min-nan.wikipedia.org/w/index.php?title=Lula (Mississippi)&action=history
Min Nan Chinese
Spoken
26
73
Lula sī Bí-kok Mississippi chiu Coahoma kūn ê chi̍t ê chng-thâu (town). Jîn-kháu Chit ūi tī 2010 nî ê jîn-kháu-sò͘ sī 298 lâng. Mississippi ê chng-thâu
31,937
https://sv.wikipedia.org/wiki/Kirgizistansk%20som
Wikipedia
Open Web
CC-By-SA
2,023
Kirgizistansk som
https://sv.wikipedia.org/w/index.php?title=Kirgizistansk som&action=history
Swedish
Spoken
116
247
Kirgizistansk som (Ks - Som eller сом) är den valuta som används i Kirgizistan i Asien. Valutakoden är KGS. 1 Som = 100 tyiyn. Valutan infördes den 10 maj 1993 och ersatte den ryska rubeln. Vid bytet var omvandlingen 1 KGS = 200 rubel. Användning Valutan ges ut av National Bank of the Kyrgyz Republic / Кыргыз Республикасынын Улуттук Банкы - NBKR som grundades i augusti 1997 och har huvudkontoret i Bisjkek. Valörer Mynt: 10 och 50 tyiyn, 1, 3, 5 och 10 som Sedlar: 1, 10 och 50 tyiyn; 1, 5, 10, 20, 50, 100, 200, 500, 1000 och 5000 KGS Externa länkar Centralbanken NBKR KGS sedlar Aktuell kurs från XE.com Kirgizistans ekonomi Asiatiska valutor
19,846
https://en.wikipedia.org/wiki/Ann%20Morfee
Wikipedia
Open Web
CC-By-SA
2,023
Ann Morfee
https://en.wikipedia.org/w/index.php?title=Ann Morfee&action=history
English
Spoken
156
276
Ann Morfee, sometimes credited as "Anne Morphee", "Ann Morphy", or similar variants, is co-founder of Opus 20 and was a member of the Michael Nyman Band from 1992 to 2002. She was educated at Chetham's School, Manchester, University of York and Guildhall School of Music and Drama. She has worked with Richard NilesSimon HaleAudrey Riley, Cathy Giles, Colin Sheen, Graeme Perkins, Isobel Griffiths, John Wilson, Justin Pearson, London Metropolitan Orchestras Ltd, London Session Orchestra, London Telefilmonic Orchestra, Music Solutions Ltd and Roz Colls. She has performed in pit orchestras for the shows Chitty Chitty Bang Bang, Evita, Joseph, Love Never Dies, Dirty Rotten Scoundrels, Top Hat, Kinky Boots (musical), Shrek, Charlie and the Chocolate factory and The Producers. External links Official Site "Anne" Morfee on IMDb Year of birth missing (living people) Living people Alumni of the University of York Alumni of the Guildhall School of Music and Drama People educated at Chetham's School of Music
38,870
https://en.wikipedia.org/wiki/Adolf%20Brunner%20%28composer%29
Wikipedia
Open Web
CC-By-SA
2,023
Adolf Brunner (composer)
https://en.wikipedia.org/w/index.php?title=Adolf Brunner (composer)&action=history
English
Spoken
38
76
Adolf Brunner (Zurich, 25 June 1901-Thalwil, 15 February 1992) was a Swiss composer. He is best known for his conservative Markus-Passion (1971). References 1901 births 1992 deaths Musicians from Zürich Swiss composers Swiss male composers 20th-century male musicians
39,622
https://ceb.wikipedia.org/wiki/Ca%C3%B1ada%20Luzardo
Wikipedia
Open Web
CC-By-SA
2,023
Cañada Luzardo
https://ceb.wikipedia.org/w/index.php?title=Cañada Luzardo&action=history
Cebuano
Spoken
84
144
Suba nga anhianhi ang Cañada Luzardo sa Urugway. Nahimutang ni sa departamento sa Departamento de Canelones, sa habagatang bahin sa nasod, km sa amihanan sa Montevideo ang ulohan sa nasod. Ang klima umogon ug subtropikal. Ang kasarangang giiniton °C. Ang kinainitan nga bulan Enero, sa  °C, ug ang kinabugnawan Hulyo, sa  °C. Ang kasarangang pag-ulan milimetro matag tuig. Ang kinabasaan nga bulan Septiyembre, sa milimetro nga ulan, ug ang kinaugahan Hunyo, sa milimetro. Ang mga gi basihan niini Mga suba sa Departamento de Canelones
10,986
https://tex.stackexchange.com/questions/624432
StackExchange
Open Web
CC-By-SA
2,021
Stack Exchange
Lucas, Werner, https://tex.stackexchange.com/users/171231, https://tex.stackexchange.com/users/5764
English
Spoken
192
748
global@ structures I'm using a standard model do write my thesis. I'm stucking in a (maybe) silly problem. I want to put some text under the examiners names. The used command is \newcount\@examiner\@examiner0 \newcommand\examiner[3]{% \global\@namedef{CoppeExaminer:\expandafter\the\@examiner}{#1\ #2, #3} \global\advance\@examiner by 1 } \begin{flushright} \count1=0 \@whilenum \count1<\@examiner \do { \vskip26\p@ \baselineskip12pt \eqmakebox[signture@list][c]{\hrulefill}\\ \eqmakebox[signture@list][c]{% \ \ \ \protect\csname CoppeExaminer:\the\count1 \endcsname\ \ \ }\\ \advance\count1 by 1} \end{flushright} I did not put all the preamble commands because there are too many. I apologize if it is necessary. I don't have enough experience to understand this structure. Yeah, we need more information here. Unless you completely describe what you mean by "[wanting] to put some text under the examiner's names." @Werner the ideia is to put Member 1, for example, centralized under the Ilir Snopche name and the same idea for other names The option below adds Member # below each \examiner{<cred>}{<name>}{<degree>}. \documentclass{article} \usepackage{eqparbox} \makeatletter \newcount\@examiner\@examiner0 \newcommand\examiner[3]{% \global\@namedef{CoppeExaminer:\expandafter\the\@examiner}{#1\ #2, #3} \global\advance\@examiner by 1 } \makeatother \examiner{Prof.}{Ilir Snopche}{Ph.D.} \examiner{Prof.}{Slobodan Tanushevski}{Ph.D.} \examiner{Prof.}{Francesco Noseda}{Ph.D.} \begin{document} \makeatletter \begin{flushright} \count1=0 \@whilenum \count1<\@examiner \do { \vskip26\p@ \baselineskip12pt \eqmakebox[signture@list][c]{\hrulefill}\\ \eqmakebox[signture@list][c]{% ~~~\protect\csname CoppeExaminer:\the\count1 \endcsname~~~} \\ \eqmakebox[signture@list][c]{Member~\number\numexpr\the\count1+1\relax} \advance\count1 by 1} \end{flushright} \makeatother \end{document} Perfect! Thanks, Werner.
26,866
https://zh-yue.wikipedia.org/wiki/%E8%90%AC%E8%8A%B1%E7%AD%92
Wikipedia
Open Web
CC-By-SA
2,023
萬花筒
https://zh-yue.wikipedia.org/w/index.php?title=萬花筒&action=history
Cantonese
Spoken
3
103
萬花筒係種用到光學原理嘅玩具,筒一邊有圖案,中間有塊三稜鏡,另一邊開窿,由個窿度望入去,會見到對稱嘅圖案,轉個筒嗰陣,圖案亦跟住變。 光學儀器 玩具
5,427
https://chemistry.stackexchange.com/questions/66318
StackExchange
Open Web
CC-By-SA
2,017
Stack Exchange
Bella, DHMO, MaxW, Nuclear Chemist, Willy satrio nugroho, airhuff, https://chemistry.stackexchange.com/users/22102, https://chemistry.stackexchange.com/users/34388, https://chemistry.stackexchange.com/users/39539, https://chemistry.stackexchange.com/users/39901, https://chemistry.stackexchange.com/users/62812, https://chemistry.stackexchange.com/users/65741, https://chemistry.stackexchange.com/users/81, matt_black
English
Spoken
1,200
1,670
If capsaicin is insoluble in water, what makes chilli water taste spicy? I have always been told that the 'heat' from chillies came from capsaicin which is oil based. Recently I began wondering how environmentally friendly chilli based insecticide/repellent sprays could work if they are water based. A chemist friend confirmed for me that capsaicin is not soluble in water. I minced a chilli and added this to a coffee mug of boiling water, left overnight then strained through a coffee filter. The resulting chilli water is definitely spicy, but why? What has dissolved into the water (or is the mixture some sort of emulsion of tiny oil droplets?). It just triggers the nerve that senses heat. Hi DHMO, what trigger's the nerves? What is chemically active in the water? Thanks! I think what you've shown is that our olfactory senses can detect capsaicin at levels of 10's of mg/L (solubility according to Wikipedia). Most every organic liquid has some solubility in water, its just by degrees that we decide whether to call it soluble or not. Your emulsion idea is also interesting. Also, there are other oils in chili peppers that could increase the solubility of capsaicin. Did you by chance see any oily film on top of the water? If so, maybe try drinking your spicy tea through a straw! No oily film visible even outside in good daylight, the mixture doesnt appear to separate at all so far. I am actually hoping it doesnt separate so I can spray it on my garden plants to keep caterpillars away. I thought the coffee filter would likely soak up any obvious globules of oil from the first steep. The slight solubility in pure water probably explains a lot (see MaxW's answer). But don't forget the other ways to increases the amount of the capsaicin: it is more soluble in alcohols, it can be dispersed in an oily phase in a relatively stable colloid... You got me curious, so I poked around a bit on this. First there is insoluble and then there is insoluble. The Wikipedia article on capsaicin lists its solubility as $\pu{0.0013 g}/\pu{100 mL}$ which is $13$ parts per million. So capsaicin is "relatively insoluble", but not wholly so. Second the Wikipedia article also points out that capsaicin itself is just one of the various capsaicinoid chemicals which give peppers their "hot" taste. At the end of the (old) Wikipedia article on the Scoville scale, a taste test for hotness, it states [...] A measurement of one part capsaicin per million corresponds to about 16 Scoville units. [...] So, 13 pmm multiplied by 16 Scoville units per ppm is about 200 Scoville units. A table on hot sauces and peppers lists the Original TABASCO® brand Pepper Sauce from McIlhenny Company as being 2,500 to 5,000 Scoville units. So 200 Scoville units would be about one tenth strength sauce. That should still be enough to tingle your tongue. Interestingly if this is hot enough to keep caterpillars off my plants then I'm not going to need a lot of chilli. On the other hand from your info above I take it that it would be impossible to get more 'heat' dissolved into the water. There are multiple capsaicinoids in a pepper, each with their own solubility. Adding alcohol and vinegar to the water should increase the solubility of the capsaicinoids. Lets make it simple with simple quantum mechanics. water is consists of Hydrogen and Oxygen. Oxygen have bigger nucleus so it pull electron in hydrogen but hydrogen won't let it go so Hydrogen trying to pull it in but unfortunately, Oxygen is heavier and have stronger nuclear force than hydrogen. Oxygen even able to pull 2 Hydrogen atom. Okay, we know Oxygen is such a muscular macho savage guy with a mustache and every atoms are such a thug compton gangster but what exactly happen ?. Those make water polar. because the hydrogen electron is pulled towards oxygen. The unequal distribution of force inside hydrogen atom make it slightly positive due to the induced dipole during the bodning process. That's why we classify water as polar covalent compound. And of course oxygen have slightly negative polarity because it must maintain the stability of its own atom and bonding. What is capsaicin ?. Capsaicin is huge hydrocarbon. based on the nucleus force analysis it is nonpolar. They have polarity but not much. they have negative polarity in C=O double bond. THey also have O-H in one of its end. And a little bit positive but in really-really tiny amount of polarity of N-H binding. So, what will happen if I put capsaicin in the water. well, water is friendly Rey Mysterio and Capsaicin is unfriendly Big Show. Water attach to some of capsaicin polar ends and try to pull it. Unfortunately to pull one capsaicin molecule, Water need more energy because it is heavy and repulsive in much ends. But, C=O ends is seems attracted to water so, it would basically able break apart and bonding with water. C=O Double bond have negative polarity, Hydrogen in water have positive polarity so, it able to pull out Oxygen from capsaicin. Yes, without any energy given to the reaction it's can be (roughly) 95-99 % unsoluble in water. But we know, of course, reaction sometimes requires energy. Say we need to shake it, Blend it, Boil it, Electrolysis, or even burn it. Just give it energy. The solubility able to increase. But, How far it would likely to increase ?. As you notice, in repulsion of homopolarity there's energy needed to destroy this capsaicin. It's the weakness, just put up an effort to have certain amount energy which is exert the repulsion energy between capsaicin and water. So, what happen to you is natural. When you heating up water. The orbitals of water is changing due to the electron vibrations. There's some amount of kinetic energy absorbed and force electron to move. So, the shielding between electron in orbitals can be forced and the orbital shape is slightly changing. That's why some of capsaicins are able to dissolved in water. But, in your case you have coffee. Coffee is complex mixture of chemical compounds. Coffee is not only consists of caffeine it's also have a bit protein and a bit minerals. Such as potassium. So, the chemical reaction between capsaicin in coffee mixture is really complex. But let's see why it's more dissolveable. Let's check caffeine. Caffeine is have double negative polarity C=O bond. It's enough to attract water and makes caffeine soluble in water. So, you try to dissolve capsaicin in strengthen water molecule. It's a handicap match between coffee + water againts the big show. So, who wins ? I predict the tag team win. The solubility will increase but still I predict, it will not be completely dissolve in this mixture unless you put on some milk. Not quite the normal way to write about chemistry, but interesting. Interesting, but a bad way to explain a simple concept. Nuclear Chemist, I'm not normal. matt_black, yeah I'm bad chemist, I'm not a chemist at all. I'm a physicist. And I love to do the cheap trick. Atomic mass trick
1,387
https://stackoverflow.com/questions/51522350
StackExchange
Open Web
CC-By-SA
2,018
Stack Exchange
English
Spoken
505
1,356
Placing a png image inside a tracked ball, OpenCV,Python I am using OpenCV to track a ball with webcam footage, i combined two scripts i found on the internet, but now I would like to take a png image and place it resized in the center of the tracked circle and have it scale proportionally with the bounding circle tracking. I tried the sublime robots, mustache tutorial, but i am getting a bit lost with the region of interest and resizing the image, any help would be much appreciated. import numpy as np import cv2 import time import imutils import math import os uniImg = cv2.imread('unicorn1.png') def nothing(*arg): pass cap = cv2.VideoCapture(0) #Initial HSV GUI slider values to load on program start. icol = (36, 202, 59, 71, 255, 255) # Green icol = (18, 0, 196, 36, 255, 255) # Yellow icol = (89, 0, 0, 125, 255, 255) # Blue icol = (0, 100, 80, 10, 255, 255) # Red icol = (104, 117, 222, 121, 255, 255) # test icol = (0, 0, 0, 255, 255, 255) # New start icol2 = (0, 0, 0, 255, 255, 20) # New start icol3 = (0, 0, 0, 255, 255, 20) # New start cv2.namedWindow('colorTest') # Lower range colour sliders. cv2.createTrackbar('lowHue', 'colorTest', icol[0], 255, nothing) cv2.createTrackbar('lowSat', 'colorTest', icol[1], 255, nothing) cv2.createTrackbar('lowVal', 'colorTest', icol[2], 255, nothing) # Higher range colour sliders. cv2.createTrackbar('highHue', 'colorTest', icol[3], 255, nothing) cv2.createTrackbar('highSat', 'colorTest', icol[4], 255, nothing) cv2.createTrackbar('highVal', 'colorTest', icol[5], 255, nothing)# cv2.createTrackbar('erode','colorTest',icol2[5], 20, nothing) cv2.createTrackbar('dilate','colorTest',icol3[5], 20, nothing) while(1): timeCheck = time.time() lowHue = cv2.getTrackbarPos('lowHue', 'colorTest') lowSat = cv2.getTrackbarPos('lowSat', 'colorTest') lowVal = cv2.getTrackbarPos('lowVal', 'colorTest') highHue = cv2.getTrackbarPos('highHue', 'colorTest') highSat = cv2.getTrackbarPos('highSat', 'colorTest') highVal = cv2.getTrackbarPos('highVal', 'colorTest') erode = cv2.getTrackbarPos('erode', 'colorTest') dilate = cv2.getTrackbarPos('dilate', 'colorTest') _, frame = cap.read() hsv = cv2.cvtColor(frame, cv2.COLOR_BGR2HSV) # Get HSV values from the GUI sliders. # define range of white color in HSV # change it according to your need ! colorLow = np.array([lowHue,lowSat,lowVal]) colorHigh = np.array([highHue,highSat,highVal]) # Threshold the HSV image to get only white colors mask = cv2.inRange(hsv, colorLow, colorHigh) mask = cv2.erode(mask, None, iterations= erode) mask = cv2.dilate(mask, None, iterations= dilate) # Bitwise-AND mask and original image res = cv2.bitwise_and(frame,frame, mask= mask) # find contours in the mask and initialize the current # (x, y) center of the ball cnts = cv2.findContours(mask.copy(), cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_SIMPLE) cnts = cnts[0] if imutils.is_cv2() else cnts[1] center = None # only proceed if at least one contour was found if len(cnts) > 0: # find the largest contour in the mask, then use # it to compute the minimum enclosing circle and # centroid c = max(cnts, key=cv2.contourArea) ((x, y), radius) = cv2.minEnclosingCircle(c) M = cv2.moments(c) center = (int(M["m10"] / M["m00"]), int(M["m01"] / M["m00"])) # only proceed if the radius meets a minimum size if radius > 10: # draw the circle and centroid on the frame, # then update the list of tracked points cir = cv2.circle(frame, (int(x), int(y)), int(radius), (0, 255, 255), 2) cv2.imshow('frame',frame) cv2.imshow('mask',mask) cv2.imshow('res',res) k = cv2.waitKey(5) & 0xFF if k == 27: break
26,010
https://stackoverflow.com/questions/12754712
StackExchange
Open Web
CC-By-SA
2,012
Stack Exchange
Ken White, Shmiddty, https://stackoverflow.com/users/1585400, https://stackoverflow.com/users/206367, https://stackoverflow.com/users/62576, https://stackoverflow.com/users/995891, t0mm13b, zapl
English
Spoken
198
273
Adding a background noise on an Android phone call From what I have figured out so far, it is not possible to mess with the audio streams outgoing and ingoing from the phone during a phone call using the API's. Would it be possible to do if one manipulated the source code for the Android OS or is this an impossible complicated task? Why? Trying to prank a friend? It's not impossible to modify Android's source but it's not easy either. While it's about iOS and not Android, the first answer to this question may provide some insight into why this isn't likely to succeed. (And if you're not trying to prank a friend, it's probably to make your wife/girlfriend think you're somewhere other than where you are. :-)) You cannot! Plain and simple! Audio streams in respect to in-call, listening music are mutually exclusive! If in call, Audio streams are re-directed to earpiece and mouthpiece. If not in call, audio streams are redirected to speaker (if headset plugged in, it gets redirected to headset). Cannot have it both ways as that's the proprietary nature of the baseband firmware handing the Audio in the System On Chip (SoC).
35,767
https://ru.wikipedia.org/wiki/Heterospilus%20cameroni
Wikipedia
Open Web
CC-By-SA
2,023
Heterospilus cameroni
https://ru.wikipedia.org/w/index.php?title=Heterospilus cameroni&action=history
Russian
Spoken
275
901
Heterospilus cameroni  — вид наездников рода Heterospilus из подсемейства Doryctinae семейства бракониды (Braconidae). Встречаются в Центральной Америке: эндемик Коста-Рики. Описание Мелкие перепончатокрылые насекомые, длина от 2,5 до 3,0 мм. Голова и грудь коричневые (лицо светло-коричневое); ноги и скапус жёлтые (скапус без коричневой латеральной продольной полоски), флагеллум коричневый с более светлыми базальными 1-3-м флагелломерами. Метасомальные 1-3-й тергиты коричневые, 4-7-й тергиты светло-коричневые. Вертекс и лоб поперечно бороздчатые; 4-7-й метасомальные тергиты гладкие. Скутеллюм и лицо гладкие. Маларное пространство короткое, равное или меньше чем 0,25 от высоты глаза. Жгутик состоит из 21-25 члеников. Расстояние между оцеллием и сложным глазом равно примерно 1,5-кратному диаметру бокового оцеллия. Яйцеклад равен примерно 75 % от длины брюшка. В переднем крыле развита радиомедиальная жилка. Передняя голень с единственным рядом коротких шипиков вдоль переднего края. На задних тазиках ног есть отчётливый антеровентральный базальный выступ, вертекс головы сбоку у глаз нерезко угловатый. Предположительно, как и другие виды рода Heterospilus, паразитируют на жуках или бабочках. Вид был впервые описан в 2013 году американским гименоптерологом Полом Маршем (Paul M. Marsh; North Newton, Канзас, США) с группой американских коллег-энтомологов (Wild Alexander L., Whitfield James B.; Иллинойсский университет в Урбане-Шампейне, Эрбана, Иллинойс, США) и назван в честь английского энтомолога, специалиста по перепончатокрылым насекомым Питера Камеруна (P. Cameron, 1847—1912), описавшего в 1880-1900-х годах множество новых таксонов этих насекомых. От близких видов Heterospilus cameroni отличается очень коротким маларным расстоянием, а также жилкованием крыльев (жилка r переднего крыла равна или короче, чем жилка 3RSa; в заднем крыле присутствует жилка SC+R, а жилка M+CU равны длине жилки 1M). Примечания Литература doi: 10.11646/zootaxa.3683.3.1 Ссылки Heterospilus Haliday, 1836. biolib.cz Heterospilus Животные, описанные в 2013 году Насекомые Северной Америки Эндемики Коста-Рики Таксоны насекомых, названные в честь людей
33,829
https://kg.wikipedia.org/wiki/Malta
Wikipedia
Open Web
CC-By-SA
2,023
Malta
https://kg.wikipedia.org/w/index.php?title=Malta&action=history
Kongo
Spoken
11
29
Malta kele nsi na Mputu. Mbanza ya kimfumu kele Valetta. Mputu
7,893
https://fr.wikipedia.org/wiki/R%C3%A9serve%20naturelle%20de%20Marsiliana
Wikipedia
Open Web
CC-By-SA
2,023
Réserve naturelle de Marsiliana
https://fr.wikipedia.org/w/index.php?title=Réserve naturelle de Marsiliana&action=history
French
Spoken
268
473
Le réserve naturelle de Marsiliana (en italien : Riserva naturale Marsiliana) est une zone naturelle protégée située sur le commune de Massa Marittima, dans la province de Grosseto en Toscane. Historique La réserve naturelle se trouve presque entièrement dans le Parc interprovincial de Montioni. Elle est gérée par le Reparto Carabinieri Biodiversità Follonica. L'objectif de conserver et d'améliorer les associations végétales et les habitats naturels, de maintenir la biodiversité et de préserver la vie sauvage. Son territoire est composé de zones agricoles et de bois, typique des environnements vallonnés de la haute Maremme toscane dans laquelle la présence de zones marginales (écotones), d'une grande importance pour la conservation de la biodiversité, est maximisé. Faune La faune est typique des milieux écotones de la Maremme, avec la présence de sangliers et de chevreuils, ainsi que des petits mammifères et de renards. On y trouve la présence du loup, espèce protégée par la directive européenne Habitats. C'est aussi une zone d'élevage et de dressage du « cheval de Maremme » (le Maremmano). À l'intérieur de la réserve se trouve lÉcole d'équitation du Corps forestier de l'État. Flore Les bois sont issus de taillis anciens, avec du chêne vert et du chêne pubescent. Sur les collines et dans les zones caractérisées par une fertilité moindre, la physionomie des bois est celle du maquis méditerranéen caractérisé par une grande richesse spécifique, avec chêne vert, arbousier, bruyère et arbustes xérophytes. Voir aussi Notes et références Liens externes Riserva naturale Marsiliana - Site visittuscany.com Riserva Naturale di Popolamento Animale Marsiliana Riserva statale Marsiliana Aire protégée de l'UICN - catégorie IV Aire protégée en Toscane
35,977
https://pt.wikipedia.org/wiki/The%20Ramblers
Wikipedia
Open Web
CC-By-SA
2,023
The Ramblers
https://pt.wikipedia.org/w/index.php?title=The Ramblers&action=history
Portuguese
Spoken
519
906
The Ramblers são uma banda de Blues Rock de Lisboa desde 2007. Na estrada há 12 anos, a abertura dos concertos de B.B. King (Rock 'n' Roll Hall Of Fame), Ian Siegal (UK Blues Hall Of Famer), Carvin Jones (Guitarrist Magazine 50 Greatest Blues Guitarrists of All-Time), Paulo Gonzo (o multi-platinado pioneiro do blues em portugal com a Go graal blues band)  ou Blasted Mechanism (“Best Portuguese Act” - MTV Europe Music Awards), são apenas alguns dos palcos já pisados pela banda portuguesa. Em Espanha já passaram por festivais como o SubeRock ou o Cáceres Internacional Blues Festival Em 2018 venceram o Concurso de Bandas Ibérico do Festival SubeRock, realizado na Estremadura em Espanha - de entre 140 bandas de Portugal e Espanha, foram selecionados para a final Top 3 ao vivo no Festival, que acabaram por ganhar. Foram também escolhidos pela revista francesa "Autrement Blues - Blues & Co" e pelo Greek Ambassador of The Blues Hall Of Fame Michael Limnios como uma das bandas representativas da "cena" Blues na Península Ibérica. O seu EP «Yer Vinyl» (Mobydick Records, 2012) levou a uma tour nacional entre 2012 e 2013 com mais de 40 datas, passando por 16 cidades diferentes e em todos os tipos de palco e formato: Festivais, Clubes, Bares, Salas de Espectáculo ou Teatros. «Wet Floor» (Music In My Soul, 2015) é o primeiro Long-Play da banda e conta com a produção e gravação de Uriel Pereira (ex-Go Graal Blues Band - mítica banda blues portuguesa dos anos 70) e com a masterização de Filipe Feio (do Estúdio Vale de Lobos). 2018 marca também o lançamento do seu 4º trabalho de estúdio - «Corcel Kennedy» - como edição de autor. A distribuição digital ficou a carga da plataforma espanhola EMU Bands, fruto da presença dos Ramblers como única banda portuguesa no Top 3 final do concurso ibérico do Festival SubeRock 2018 em Espanha. "Corcel Kennedy" foi gravado durante a mini-tour ibérica dos lisboetas em formato live, sem filtros, overdubs ou edições nos estúdios da Lemon Drops Media. Concertos de destaque Festa do Avante - 2009 1º parte de BB King, Sabrosa - 2010 Queima das Fitas de Coimbra - 2011 Queima das Fitas de Peniche - 2011 Festival Acústico Alvor FM (Teatro TEMPO), 2012 Arraial do Técnico  ​- 2012 Lisbon Blues Fest - 2013 Noites de Jazz e Blues de Gaia [1ª parte de Carvin Jones] - 2013 Festival Santa Maria Blues, Açores - 2014 BB Blues Fest - 2014, 2018 Festival Glória ao Rock - 2015 Casino Lisboa - 2012, 2013, 2014, 2015, 2016 1ª Parte Ian Siegal [UK Blues Hall Of Fame], M​oita - 2015 Festival de Blues do Porto - 2016 BB Blues Nights - 2016 Sons No Parque [1ª parte de Blasted Mechanism], Alijó - 2017 Festival de Blues da Guarda - 2017 Festival Internacional de blues de faro - 2018 SubeRock, Espanha - 2018 Wine & Blues Festival, Viana do Castelo - 2018 Caloura Blues [1ª parte de Paulo Gonzo], Açores - 2019 Cáceres Internacional Blues Festival, Espanha - 2019 Referências Bandas de blues rock Bandas de Portugal Bandas de blues
7,716
https://stackoverflow.com/questions/67350500
StackExchange
Open Web
CC-By-SA
2,021
Stack Exchange
English
Spoken
306
935
Dynamic payload in Python request I have a request in Python and want to make it dynamic. It is about the payload query, how can I add a variable in my payload? I've tried to use .format but this doesn't work. url = "https://graphql.bitquery.io" payload = "{\"query\":\"{\\r\\n ethereum(network: bsc) {\\r\\n dexTrades(\\r\\n options: {limit: 100, desc: \\\"tradeAmount\\\"}\\r\\n date: {after: \\\"2021-04-30\\\"}\\r\\n buyCurrency: {in: \\\"0xe7a39e210f067caad7992e6866beceb95b4394f7\\\"}\\r\\n ) {\\r\\n transaction {\\r\\n hash\\r\\n }\\r\\n date {\\r\\n date\\r\\n }\\r\\n buyAmount\\r\\n buyAmountInUsd: buyAmount(in: USD)\\r\\n buyCurrency {\\r\\n symbol\\r\\n address\\r\\n tokenId\\r\\n tokenType\\r\\n decimals\\r\\n name\\r\\n }\\r\\n sellAmount\\r\\n sellCurrency {\\r\\n symbol\\r\\n address\\r\\n }\\r\\n sellAmountInUsd: sellAmount(in: USD)\\r\\n tradeAmount(in: USD)\\r\\n smartContract {\\r\\n address {\\r\\n address\\r\\n annotation\\r\\n }\\r\\n protocolType\\r\\n }\\r\\n }\\r\\n }\\r\\n}\\r\\n\",\"variables\":{}}" headers = { 'X-API-KEY': '', 'Content-Type': 'application/json' } response = requests.request("POST", url, headers=headers, data=payload) I think if I am understanding this correctly, the graphql api is taking a json formatted string and you want to modify the query part of the json. If you split up the two and provide %s formatting for the desired variables you wish to change in the payload, it should work. I have used date and desc as examples but any other variables you wish to change this method can also be used. import json import requests date = '2021-04-30' desc = 'tradeAmount' query = """ { ethereum(network: bsc) { dexTrades( options: { limit: 100, desc: "%s" } date: { after: "%s" } buyCurrency: { in: "0xe7a39e210f067caad7992e6866beceb95b4394f7" } ) { transaction { hash } date { date } buyAmount buyAmountInUsd: buyAmount(in: USD) buyCurrency { symbol address tokenId tokenType decimals name } sellAmount sellCurrency { symbol address } sellAmountInUsd: sellAmount(in: USD) tradeAmount(in: USD) smartContract { address { address annotation } protocolType } } } } """ % (desc, date) d = {'query': query, 'variables': {}} payload = json.dumps(d) url = "https://graphql.bitquery.io" headers = { 'X-API-KEY': '', 'Content-Type': 'application/json' } response = requests.request("POST", url, headers=headers, data=payload)
22,346
https://pl.wikipedia.org/wiki/Lista%20lider%C3%B3w%20sezonu%20regularnego%20NBA%20w%20skuteczno%C5%9Bci%20rzut%C3%B3w%20za%203%20punkty
Wikipedia
Open Web
CC-By-SA
2,023
Lista liderów sezonu regularnego NBA w skuteczności rzutów za 3 punkty
https://pl.wikipedia.org/w/index.php?title=Lista liderów sezonu regularnego NBA w skuteczności rzutów za 3 punkty&action=history
Polish
Spoken
242
560
Lista liderów sezonu regularnego NBA skutecznych rzutów za 3 punkty – poniższa lista zawiera nazwiska koszykarzy, którzy zostali liderami NBA skutecznych rzutów za 3 punkty w kolejnych sezonach. W koszykówce rzut za 3 punkty to rzut z gry trafiony zza linii rzutów za 3 punkty. Celna próba rzutu jest warta trzy punkty, w odróżnieniu do rzutów nagradzanych dwoma punktami, oddanymi wewnątrz pola, przed linią rzutów za 3 punkty. Liderem National Basketball Association (NBA) w skuteczności rzutów za 3 punkty zostaje zawodnik, który uzyskał najwyższą skuteczność w tej kategorii. Statystyki rzutów za 3 punkty został wprowadzone przed rozgrywkami 1979–80, kiedy to liga zaimplementowała linię rzutów za 3 punkty. Aby zawodnik został sklasyfikowany na liście najskuteczniejszych egzekutorów musi trafić co najmniej 82 rzuty za 3 punkty. Te kryteria obowiązują od sezonu 2013–14. Craig Hodges, Steve Kerr i Jason Kapono przewodzili lidze przez dwa sezony, natomiast Kyle Korver przez cztery, co czyni go liderem w tej kategorii. Kapono i Korver są jedynymi zawodnikami, którzy byli liderami przez dwa sezony z rzędu. Korver, który trafiał ze skutecznością 53,6% w sezonie 2009–10, jest rekordzistą NBA ligi pod tym względem (skuteczności uzyskanej w trakcie pojedynczych rozgrywek). Żaden z liderów w tej kategorii statystycznej nie został jak do tej pory (2016) wybrany do Koszykarskiej Galerii Sław. Liderzy w skuteczności rzutów za 3 punkty (Stan na zakończenie rozgrywek 2015/16) Uwagi Przypisy Bibliografia NBA & ABA Year-by-Year Leaders and Records for 3-Pt Field Goal Pct Statystyki NBA Strony przeglądowe – koszykówka
17,368
https://ms.wikipedia.org/wiki/Le%20Cercle%20Rouge
Wikipedia
Open Web
CC-By-SA
2,023
Le Cercle Rouge
https://ms.wikipedia.org/w/index.php?title=Le Cercle Rouge&action=history
Malay
Spoken
47
104
Filem The Red Circle merupakan sebuah filem Warna yang dikeluarkan di Perancis-Itali pada tahun 1970. Ia diarah oleh Jean-Pierre Melville dan merupakan filem dalam genre Mendebarkan-Jenayah. Filem The Red Circle mempunyai tempoh tayangan sepanjang 150 minit. Pautan luar The Red Circle Red Circle, The Red Circle, The
23,936
https://eu.wikipedia.org/wiki/Le%20Vermont
Wikipedia
Open Web
CC-By-SA
2,023
Le Vermont
https://eu.wikipedia.org/w/index.php?title=Le Vermont&action=history
Basque
Spoken
244
670
Le Vermont Frantziako udalerria da, Vosgeak departamenduan dagoena, Ekialde Handia eskualdean. 2013an biztanle zituen. Demografia Biztanleria 2007an Le Vermont udalerrian erroldatutako biztanleak 52 ziren. Familiak 20 ziren, horien artean 4 pertsona bakarrekoak ziren (4 bakarrik bizi ziren emakumeak eta 4 bakarrik bizi ziren emakumeak), 12 seme-alabarik gabeko familiak ziren eta 4 seme-alabak dituzten bikoteak ziren. Biztanleriak, denboran, ondorengo grafikoan ageri den bilakaera izan du: Erroldatutako biztanleak <noinclude> Etxebizitza 2007an 63 etxebizitza zeuden, 24 familiaren etxebizitza nagusia ziren, 32 bigarren erresidentzia ziren eta 7 hutsik zeuden. 56 etxeak ziren eta 7 apartamentuak ziren. 24 etxebizitza nagusietatik 19 bere jabearen bizilekua ziren eta 5 alokairuan okupaturik zeuden; 4 etxek hitu gela zituzten, 5 etxek lau zituzten eta 15 etxek bost zituzten. 20 etxek euren parking plaza propioa zuten azpian. 11 etxetan ibilgailu bat zegoen eta 10 etxetan bat baino gehiago zituzten. Biztanleria-piramidea 2009an sexu eta adinaren araberako biztanleria-piramidea hau zen: Ekonomia 2007an lan egiteko adina zuten pertsonak 35 ziren, horien artean 22 aktiboak ziren eta 13 inaktiboak ziren. 22 pertsona aktiboetatik 21 lanean zeuden (10 gizon eta 11 emakume) eta 1 langabezian (1 emakume eta 1 emakume). 13 pertsona inaktiboetatik 9 erretiraturik zeuden, 3 ikasten zeuden eta 1 "bestelako inaktibo" gisa sailkaturik zeuden. Gertuen dauden herriak Diagrama honek gertuen dauden herriak erakusten ditu. Erreferentziak Kanpo estekak Résumé statistique INSEEren udalerriko estatistiken laburpena. Évolution et structure de la population INSEEren udalerriko datuen fitxa. France par comune Frantziako udalerri guztietako datu zehatzak mapa baten bitartez eskuragarri. Vosgeetako udalerriak
48,758
https://stackoverflow.com/questions/63901581
StackExchange
Open Web
CC-By-SA
2,020
Stack Exchange
Yehuda Kremer, https://stackoverflow.com/users/4480046
Norwegian Nynorsk
Spoken
151
412
Resource 'someid' does not exist or one of its queried reference-property objects are not present I am using graph v1 .net sdk to get directory information like me.Request()/applications.Request() i will get following error Code: Request_ResourceNotFound Message: Resource 'a1705c9c-420e-4ced-9ee8-3e8e49bb4226' does not exist or one of its queried reference-property objects are not present. Inner error: AdditionalData: date: 2020-09-14T18:53:03 request-id: 50526962-1eb4-4e54-8010-a277a67fcbdc client-request-id: 50526962-1eb4-4e54-8010-a277a67fcbdc ClientRequestId: 50526962-1eb4-4e54-8010-a277a67fcbdc Below is my code _confidentialClientApplication = ConfidentialClientApplicationBuilder .Create(clientId) .WithTenantId(tenantId) .WithClientSecret(clientSecret) .Build(); ClientCredentialProvider authProvider = new ClientCredentialProvider(_confidentialClientApplication); GraphServiceClient graphClient = new GraphServiceClient(authProvider); var directory = await graphClient.Directory.Request().GetAsync(); var me = await graphClient.Me.Request().GetAsync(); You are obtaining a token via the confidential client flow, meaning you not running in the context of a user. Thus you should not be using the /me endpoint, but /users/objectID one. Please refer to this Github sample which may helps you. thank you for this answer that helps to understand what the problem is in this scenario
22,699
https://es.wikipedia.org/wiki/Atanasio%20II%20Baldoyo
Wikipedia
Open Web
CC-By-SA
2,023
Atanasio II Baldoyo
https://es.wikipedia.org/w/index.php?title=Atanasio II Baldoyo&action=history
Spanish
Spoken
349
732
Atanasio II Baldoyo (en siríaco: ܐܬܢܐܣܝܘܣ ܕܬܪܝܢ ܒܠܕܝܐ, en árabe: اثناسيوس الثاني البلدي), también conocido como Atanasio de Balad y Atanasio de Nisibis, fue el Patriarca de Antioquía, y la cabeza de la Iglesia ortodoxa de Siria desde 683 hasta su muerte en 686. Atanasio nació en la ciudad de Balad, en Mesopotamia superior y estudió ciencias, siríaco y griego con su amigo Jacobo de Edesa, bajo la tutela de Severo Sebokht en el monasterio de Qenneshre. Posteriormente se trasladó al Monasterio de Beth Malke, cerca de Antioquía, y no al Monasterio de Mar Malke en Tur Abdin como se creía anteriormente, convirtiéndose en monje. Atanasio estudió filosofía y tradujo varios trabajos teológicos y filosóficos griegos al siríaco, como el Isagoge de Porfirio en enero de 645. Más adelante, Atanasio sería ordenado sacerdote y se trasladó a Nisibis, donde continuó traduciendo textos griegos al siríaco. Alrededor de 666-667, tradujo nueve tratados del Hexamerón de Basilio de Cesarea, según apuntan Mateo, Obispo de Alepo, y Daniel, Obispo de Edesa. Mateo y Daniel le pidieron más adelante una traducción de varias cartas de Severo de Antioquía al siríaco, tarea que completó en 669, bajo el seudónimo de "Atanasio de Nisibis". Atanasio también tradujo el Segundo Discurso contra Nephalius de Severo, varias de las homilías de Gregorio Nacianceno y el Corpus Areopagiticum del Pseudo Dionisio Areopagita. Atanasio fue consagrado patriarca a finales de 683, publicando una proclama de diez páginas y cuatro cánones sobre la conducta que debían seguir los cristianos hacia los musulmanes. Condenó el consumo de la carne procedente de sacrificios, la participación en las festividades musulmanas y las relaciones con los musulmanes. En 684, ordenó a su amigo Jacobo como obispo de Edesa. Atanasio escribió también varias oraciones de súplica, algunas de los cuales serían utilizadas en la celebración de la Eucaristía, así como responsorios para los difuntos. Murió a finales de 686. Referencias Bibliografía Personas del califato omeya Historiadores del siglo VII Arzobispos de Siria Patriarcas de Antioquía de los sirios ortodoxos Cristianos ortodoxos orientales de Siria Cristianos ortodoxos siríacos Sirios del siglo VII Arzobispos del siglo VII
10,469
https://stackoverflow.com/questions/39196620
StackExchange
Open Web
CC-By-SA
2,016
Stack Exchange
Paul, https://stackoverflow.com/users/6042345
English
Spoken
656
1,323
Cannot connect to Lotus Notes DIIOP on SSL port 63149 The company I work for creates software that crawls and indexes various sources for use in search, in this case we're completely stuck on attempting to connect to Lotus Notes over SSL. This is a classic case of "it worked in dev, but failed in prod". The problem is further compounded by the fact that we're devs and techies, not Lotus Notes experts. Basically we have a piece of Java software that connects to Lotus to grab the DIIOP IOR text file using this command: String ior = NotesFactory.getIOR(host, userIOR, pwdIOR); Now, this is a non-SSL connection and requires username and password to connect. This works perfectly every time. Then we attempt to create a session using this: session = NotesFactory.createSessionWithIOR(ior, args, this.user, this.pwd); where: args[0] = "-ORBEnableSSLSecurity"; When connecting we consistently receive this stack trace: NotesException: Session closed due to communications failure at lotus.domino.cso.ORBCallback.make_error(Unknown Source) at lotus.priv.CORBA.iiop.Generic.make_error(Unknown Source) at lotus.priv.CORBA.portable.ObjectImpl._invoke(Unknown Source) at lotus.domino.corba._IObjectServerStub.createSession(Unknown Source) at lotus.domino.cso.Session.initSession(Unknown Source) at lotus.domino.cso.Session.<init>(Unknown Source) at lotus.domino.cso.Session.createSession(Unknown Source) at lotus.domino.NotesFactory.createSessionUP(Unknown Source) at lotus.domino.NotesFactory.createSessionWithIOR(Unknown Source) [ ... ] Caused by: org.omg.CORBA.COMM_FAILURE: java.net.SocketException: Connection reset: Connection closed: Host: <redacted> Port: 63149 vmcid: 0x0 minor code: 1 completed: Maybe at lotus.priv.CORBA.iiop.IIOPConnection.purge_calls(Unknown Source) at lotus.priv.CORBA.iiop.ReaderThread.run(Unknown Source) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:154) at java.net.SocketInputStream.read(SocketInputStream.java:141) at lotus.priv.CORBA.iiop.Message.readFully(Unknown Source) at lotus.priv.CORBA.iiop.Message.createFromStream(Unknown Source) at lotus.priv.CORBA.iiop.IIOPInputStream.prefill(Unknown Source) at lotus.priv.CORBA.iiop.IIOPConnection.createInputStream(Unknown Source) ... 1 more I understand the most common reason for this is because we're not correctly importing the TrustedCerts.class file, however after double and triple checking it's in the class path just fine (and the fact it works in dev environment) we're confident that it's being loaded in. We know if we disable SSL (aka remove the aforementioned arg) our code will connect to the non-SSL DIIOP port 63148 and work just fine however it is a project requirement that all data must be passed through SSL. Which finally brings me to my actual question: How do we get Lotus to report why this connection is failing? I've tried upping the DIIOP log level to 4 which apparently should show all transmissions but the logs show nothing when I attempt to connect. Also it's worth noting the DIIOP service is definitely running and on the correct ports as well. I've also checked that we're making it through the firewall to the remote box and TCPDUMP on our RedHat machine clearly shows that we establish a connection with the remote Lotus Notes host before it responds closing the connection. [Pertinent Information] Application: Java Library: NCSO.jar Lotus Version: Domino 8.5.3 FP6 Lotus Server: Windows Server 2008 Standard Ports: 63148 (non-SSL), and 63149 (SSL) Well, I got one step closer: It would seem the Third Party CA certificate that is used for the TrustedCerts.class file at my client is not giving us a useful TrustedCerts.class file. We're going to try and set up a self-signed cert to see if anything changes Alright, the answer was clear as crystal but not something I was actively looking for. The reason this doesn't work is that the third party certificate is not a SHA-1 certificate and Lotus Notes 8.5.x only supports SHA-1 (as per this documentation). So basically that certificate of theirs can never be used for SSL authentication programatically or otherwise. You mentioned DIIOP logging, but if the connection is failing in the SSL handshake, then the guts of the diiop task probably don't know what's wrong since that's occurring at a lower level in the stack. There are, however, additional debug variables that can be set on the server. DEBUG_SSL_HANDSHAKE=1 DEBUG_SSL_CIPHERS=1 DEBUG_SSL_ALL=1 The last setting can be pushed up to 2 or 3 for more detailed information. Restart of the server (or possibly of the server's diiop task) may be required to get the settings to take effect. Thanks, I've got them set but need to wait before they revert back to a third party certificate and re-issue the TrustedCerts.class file
15,081
https://war.wikipedia.org/wiki/Castanoguina%20goilalana
Wikipedia
Open Web
CC-By-SA
2,023
Castanoguina goilalana
https://war.wikipedia.org/w/index.php?title=Castanoguina goilalana&action=history
Waray
Spoken
35
67
An Castanoguina goilalana in uska species han Insecta nga ginhulagway ni Young hadton 1986. An Castanoguina goilalana in nahilalakip ha genus nga Castanoguina, ngan familia nga Cicadellidae. Waray hini subspecies nga nakalista. Mga kasarigan Castanoguina
23,572
https://sh.wikipedia.org/wiki/La%20Presse%20%28kanadske%20novine%29
Wikipedia
Open Web
CC-By-SA
2,023
La Presse (kanadske novine)
https://sh.wikipedia.org/w/index.php?title=La Presse (kanadske novine)&action=history
Serbo-Croatian
Spoken
118
250
La Presse su kanadske, odnosno kvebečke novine na francuskom jeziku sa sjedištem u Montrealu. Nalaze se u vlasništvu Gesca Limitée, filijale Power Corporation of Canada. Osnovane su 1884. godine, i tokom godina su stekle reputaciju novina za srednju klasu, nasuprot glavnog konkurenta Le Journal de Montréal. Dva lista se razlikuju i po svojoj političkoj orijentaciji - La Presse tradicionalno podržava ostanak Kvebeka u Kanadi i svoje je čitatelje pozvao da glasaju protiv na referendumima o nezavisnosti 1980. i 1995. godine. Godine 1922. La Presse osnovala CKAC, prvu frankofonu radio-stanicu u Sjevernoj Americi, i bila njen vlasnik do 2009. Njen website www.lapresse.ca osim La Presseovih, prenosi članke i iz Gescinih novina. Izvori Vanjske veze Official website Novine u Kanadi
28,115
https://stackoverflow.com/questions/36752782
StackExchange
Open Web
CC-By-SA
2,016
Stack Exchange
YigitOzdemir, https://stackoverflow.com/users/1595282
Norwegian Nynorsk
Spoken
118
419
Reconvert java.util.GregorianCalendar.toString() back to GregorianCalendar I am working with CMIS and Java, i loaded all properties from a document and wrote them into an xml file. I use Object.toString() method to create text nodes in xml file. Therefore i used .toString() method to stringify GregorianCalendar method and it created an output like this java.util.GregorianCalendar[time=?,areFieldsSet=false,areAllFieldsSet=false,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT",offset=0,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=1,minimalDaysInFirstWeek=1,ERA=?,YEAR=2008,MONTH=7,WEEK_OF_YEAR=?,WEEK_OF_MONTH=?,DAY_OF_MONTH=18,DAY_OF_YEAR=?,DAY_OF_WEEK=?,DAY_OF_WEEK_IN_MONTH=?,AM_PM=?,HOUR=?,HOUR_OF_DAY=12,MINUTE=0,SECOND=0,MILLISECOND=0,ZONE_OFFSET=?,DST_OFFSET=?] I need to parse this string back to java.util.GregorianCalendar Object. Can you help me to solve this big problem? Thank you. If you can modify the node representation, I'd suggest a much easier way: use Calendar.getTimeInMillis() instead of toString(). It will give you back the timestamp. Then, to convert it back, you can use: Calendar.getInstance().setTimeInMillis(Long.parseLong(yourMillis)) I tested your solution yesterday, it worked, thanks! :)
486
https://fr.wikipedia.org/wiki/Grandview
Wikipedia
Open Web
CC-By-SA
2,023
Grandview
https://fr.wikipedia.org/w/index.php?title=Grandview&action=history
French
Spoken
191
377
Toponyme Grandview, ville du Manitoba Grandview, municipalité rurale du Manitoba Grandview, quartier de Thunder Bay en Ontario Grandview, petite communauté de l'Île-du-Prince-Édouard Grandview, village d'été situé dans la province d'Alberta Grandview–Woodland, quartier de Vancouver en Colombie-Britannique Grand View, ville de l'Idaho ; Grandview, village de l'Illinois ; Grandview, ville de l'Indiana ; Grandview, ville de l'Iowa ; Grandview, ville du Missouri; Grandview, localité de l'Ohio ; Grandview, census-designated place située en Oklahoma ; Grandview, ville du Texas ; Grandview, ville de l'État de Washington ; Grandview, communauté non incorporée de Virginie-Occidentale ; Grandview, ville du Wisconsin ; Grand View, communauté non incorporée du Wisconsin ; Grandview, quartier d'El Paso au Texas ; Grandview, quartier de Hampton en Virginie ; Grand View Estates, localité du Colorado ; Grandview Heights, ville de l'Ohio ; Grand View-on-Hudson, village de l'État de New York ; Grandview Mine, ancienne mine de cuivre en Arizona. Autres Grandview, U.S.A., film américain de 1984 ; Université Grand View, université privée américaine basée à Des Moines en Iowa ; Grandview, une ville fictive de l'état de New York apparaissant dans la série Ghost Whisperer, dont elle est le lieu principal.
45,139
https://cs.wikipedia.org/wiki/M%C3%ADstn%C3%AD%20c%C3%ADrkev
Wikipedia
Open Web
CC-By-SA
2,023
Místní církev
https://cs.wikipedia.org/w/index.php?title=Místní církev&action=history
Czech
Spoken
118
343
Místní církev či partikulární církev (latinsky ecclesia particularis) je označení jakéhokoliv samostatně konstituovaného církevního společenství, které je součástí katolické církve ve smyslu celé, univerzální církve. Tak pojem definuje i kanonické právo římskokatolické církve, které však pojem „jedna a jediná katolická církev“ omezuje na církve sjednocené s Římem, respektive v kánonu 373 přiznává papeži výhradní právo zřizovat místní církve, čímž zároveň upírá místním církvím povahu autonomně konstituovaných společenství. Charakteristika Obvykle je místní církev definována na základě určitého územního rozsahu, vliv může mít ovšem i určitá tradice či ritus. Právní vymezení V Kodexu kanonického práva římskokatolické církve pojednávají o místních církvích kánony 368-374. Odkazy Literatura Kodex kanonického práva, Nakladatelství Zvon 1994, , str. 163 a 165. Kanonické právo Římskokatolická církev
47,953
https://en.wikipedia.org/wiki/Founders%20Hall
Wikipedia
Open Web
CC-By-SA
2,023
Founders Hall
https://en.wikipedia.org/w/index.php?title=Founders Hall&action=history
English
Spoken
56
102
Founders Hall may refer to: Founders Hall (Pittsfield, Maine), listed on the NRHP in Maine Founders Hall, Heidelberg College, Tiffin, OH, listed on the NRHP in Ohio a building on Cornell West Campus Founders Hall (Prince Edward Island), Charlottetown, Prince Edward Island Naval War College Museum, Newport, Rhode Island, also called Founders Hall Architectural disambiguation pages
24,573
https://ceb.wikipedia.org/wiki/Elsino%C3%AB%20heveae
Wikipedia
Open Web
CC-By-SA
2,023
Elsinoë heveae
https://ceb.wikipedia.org/w/index.php?title=Elsinoë heveae&action=history
Cebuano
Spoken
52
99
Espesye sa uhong sakop sa division nga Ascomycota, ug nga gihulagway ni Agesilau Antonio Bitancourt ug Jenkins ni adtong 1956 ang Elsinoë heveae. Ang Elsinoë heveae sakop sa kahenera nga Elsinoë sa kabanay nga Elsinoaceae. Pagka karon wala pay siak nga nalista ubos niini niya. Ang mga gi basihan niini Uhong Elsinoë
34,406
https://ta.wikipedia.org/wiki/%E0%AE%B7%E0%AE%BF%E0%AE%B0%E0%AF%8D%E0%AE%B2%E0%AE%BF%20%E0%AE%B9%E0%AE%BE%E0%AE%9F%E0%AF%8D%E0%AE%9C%E0%AE%B8%E0%AF%8D
Wikipedia
Open Web
CC-By-SA
2,023
ஷிர்லி ஹாட்ஜஸ்
https://ta.wikipedia.org/w/index.php?title=ஷிர்லி ஹாட்ஜஸ்&action=history
Tamil
Spoken
58
445
ஷிர்லி ஹாட்ஜஸ் (Shirley Hodges , சூன் 29 1943), இங்கிலாந்து பெண்கள் தேர்வுத் துடுப்பாட்ட அணி அங்கத்தினர். இவர் 11 தேர்வுத் துடுப்பாட்டப் போட்டிகளிலும், 23 ஒருநாள் பன்னாட்டுத் துடுப்பாட்டப் போட்டிகளிலும் கலந்து கொண்டுள்ளார். 1969 - 1982 ஆண்டுகளில், இங்கிலாந்து பெண்கள் தேசிய அணி உறுப்பினராக தேர்வுத் துடுப்பாட்டப் போட்டிகளிலும், ஒருநாள் பன்னாட்டுத் துடுப்பாட்டப் போட்டிகளிலும் பங்குகொண்டார். உசாத்துணை க்ரிக் இன்போ தளத்தில் ஷிர்லி ஹாட்ஜஸ் இங்கிலாந்து பெண்கள் தேர்வுத் துடுப்பாட்ட அணி 1943 பிறப்புகள் வாழும் நபர்கள்
28,330
https://ur.wikipedia.org/wiki/%D9%BE%D8%A7%DA%A9%D8%B3%D8%AA%D8%A7%D9%86%201948%D8%A1%20%DA%AF%D8%B1%D9%85%D8%A7%D8%A6%DB%8C%20%D8%A7%D9%88%D9%84%D9%85%D9%BE%DA%A9%D8%B3%20%D9%85%DB%8C%DA%BA
Wikipedia
Open Web
CC-By-SA
2,023
پاکستان 1948ء گرمائی اولمپکس میں
https://ur.wikipedia.org/w/index.php?title=پاکستان 1948ء گرمائی اولمپکس میں&action=history
Urdu
Spoken
55
178
پاکستان نے لندن، انگلستان میں منعقد ہونے والے 1948ء گرمائی اولمپکس میں حصہ لیا۔ پاکستان کے 35 کھلاڑیوں نے 6 کھیلوں کے 20 مقابلوں میں حصہ لیا۔ حوالہ جات 1948ء میں پاکستانی کھیل پاکستان اولمپکس میں پاکستان گرمائی اولمپکس میں بلحاظ سال 1948ء گرمائی اولمپکس میں اقوام ویکی ڈیٹا سے مطابقت رکھنے والی مختصر تفصیل
46,453
https://mathematica.stackexchange.com/questions/126720
StackExchange
Open Web
CC-By-SA
2,016
Stack Exchange
Karsten7, MaPo, https://mathematica.stackexchange.com/users/18476, https://mathematica.stackexchange.com/users/41161
English
Spoken
359
771
Elegant Replace Hold combination? I would like to define an distributive function like this: com[x__Plus, y_] := c @@@ Distribute[c[x, y]]; which is Ok. I know that it's possible to define it simply exploiting the fact that Plus is Flat, but consider what I wrote just as a toy model of a more refined example. Here the point is that I cannot write com[x__Plus, y_] := Distribute[com[x, y]]; since I would have an infinite recursion. But is there a way to obtain the result I got in the first example without using that trick, just with Hold and ReleaseHold commands? With com[x__Plus, y_] := Distribute[Inactive[com][x, y]] // Activate you get, for example, com[Plus[a, b], c] com[a, c] + com[b, c] I noticed that another solution can be `com[x__Plus, y_] := Distribute[HoldForm[com][x, y]] '. Do you have any suggestion when one has to choose between these two ways? @MaPo When using com[x__Plus, y_] := Distribute[HoldForm[com][x, y]] the output is displayed as com[a, c] + com[b, c], but its FullForm is Plus[HoldForm[com][a,c],HoldForm[com][b,c]]. One can get rid of these HoldForms (assuming that's wanted) using ReleaseHold. I think you should add the HoldForm version as a self-answer. @MaPo What's the difference between Inactive and HoldForm?. For your case I don't see a practical difference between them. com[x__Plus, y_] := Block[{com}, Distribute[com[x, y]]] This Blocks the evaluation of com until after Distribute has done its work by momentarily treating com as a variable local to the Block scoping construct and hence momentarily losing all of its definitions and Attributes. I think you can just use Unevaluated here: com[x__Plus, y_] := Distribute[Unevaluated @ com[x, y]] Examples: com[a+b, c] com[a+b, c+d+e, f] com[a, c] + com[b, c] com[a, c, f] + com[a, d, f] + com[a, e, f] + com[b, c, f] + com[b, d, f] + com[b, e, f] ... just with Hold and ReleaseHold commands ClearAll[com] com[x__Plus, y_] := ReleaseHold @ Distribute[Hold[com][x, y]] com[a + b, c] com[a, c] + com[b, c] com[a + b + c, d + e, f] com[a, d, f] + com[a, e, f] + com[b, d, f] + com[b, e, f] + com[c, d, f] + com[c, e, f]
13,409
https://stackoverflow.com/questions/26056539
StackExchange
Open Web
CC-By-SA
2,014
Stack Exchange
Al Kush, https://stackoverflow.com/users/3000179, https://stackoverflow.com/users/3924726, ʰᵈˑ
English
Spoken
537
1,217
Session Flag Doesn't Direct to Login Page I have a home page that before entering the page the user must login first. I have put session start in the head of the page, but when I enter the url of the page, it doesn;t direct me to the login page in fact I have not login yet. This is my session start (index.php): <?php @session_start(); $username = $_SESSION['username']; if( $_SESSION['flag']==1) echo'<script>window.location="login.php";</script>'; ?> This is the login-config.php: <?php ob_start(); error_reporting(E_ALL ^ E_NOTICE); ini_set("display_errors", true); error_reporting(-1); ini_set('display_errors', 'On'); $con =mysqli_connect(".com","sih","st1","ceuser"); // Check connection if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } $myemail= $_POST['myemail']; $mypassword= $_POST['mypassword']; $sql= "SELECT * FROM user WHERE myemail='".$myemail."' and mypassword='".$mypassword."'"; $result=mysql_query($sql); $count=mysql_num_rows($result); if($count==1) { $_SESSION['username']=$username; $_SESSION['logged-in'] = true; header("location:index.php"); exit; } ob_end_flush(); ?> I guess I am missing something. I am very new in Php and I want to learn it. Please help me. (Tip) It's advised to not suppress errors with @. You're missing a lot of stuff here. What is $count? How does login-config.php come into it? When/where is $_SESSION['user'] set? What do you mean by not suppress errors with @? It's difficult to me. Btw, I update my code, but pleas don't focus to mySql or mysqli (depreciate). @ suppresses (doesn't show) errors that may occur from executing session_start(). Just a heads up - you're mixing mysqli and mysql I know that mixing. But for this time I think the problem is not coming from there. The problem is the index.php page should direct the user to login page if they have not login at all. The index flag is never created (in the code you've given) in $_SESSION. This may be an issue. Please tell me how to correctly create that. Php is not easy to me.... If you mean that I have to set the $_SESSION['flag']=0; after the $count, I have tried that. I would redo your logic so that; No sessions indexes are created without the user logging in For your index, use; <?php session_start(); if( array_key_exists('logged_in', $_SESSION) ) { //They've logged in //Redirect to whatever page //You may want to check that $_SESSION['username'] holds a valid username header('Location: loggedin.php'); die; } else { //They've not logged in //Redirect to login page header('Location: login.php'); die; } Now that we have a basic "router", we can modify your login-config.php file. // ... if( $count == 1 ) { $_SESSION['username'] = $username; $_SESSION['logged_in'] = true; header("location:loggedin.php"); exit; } Now, loggedin.php <?php session_start(); if( array_key_exists('logged_in', $_SESSION) ) { //Check $_SESSION['username'] holds a valid username in your database. if( $blUsernameIsValid ) { // Continue echo "Hello ". $_SESSION['username'] ."! You have logged in"; } else { session_destroy(); unset($_SESSION['logged_in']); header('Location: index.php'); die; } } else { //Unauthorised access http_response_code(401); echo "Unauthorised. Please <a href=\"login.php\">Login</a>"; die; } Useful resources How to Create a Secure Login Script in PHP and MySQL PHP-Login Project A Google search Stackoverflow Questions Thanks for the answer. But now I am confused with the loggedin.php. I don't have this file in the question. @AlKush It's purely there for illustration, to show you the flow. You can replace it with whatever you have. (Either the whole file, or the part in index.php where it redirects the user)
3,590
https://stackoverflow.com/questions/14679132
StackExchange
Open Web
CC-By-SA
2,013
Stack Exchange
Joseph, https://stackoverflow.com/users/1621398
English
Spoken
807
1,202
Break up large words / Prevent breaking layout / Hyphenator js I have seen and gone through too many pages explaining the same problem and having various successes. What I am trying to do is come up with a method that I can break up large words so that they don't break table/divs/etc by stretching the contents beyond the specified width. I need this to be done for a percentage width element. I feel like I have tried everything, but there must be a solution, even if it is a hack. The best solution that I have found so far is to use hyphenator js. It works beautifully for most long words EXCEPT it only seems to work on real words that can be found in a dictionary file. For example, this is broken up nicely in all my examples: ThisisalongstringoftextandifIwasusinghyphenatorjsonthisthenitwouldbreakupnicelywithhyphensandeverythingwouldbegood Things like these do not get broken and instead it breaks my site: abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Most sites that I want to use this on allow user created text to appear on the site, and things like the long string of equal signs and hyphen characters are common. I also notice that stackoverflow combats this problem by using the word-wrap: break-word; css (at least in firefox). I have experimented with this and found that it works great, but only works when using pre-defined pixel widths and I need a solution that works with percentage widths. I have also used word-wrap: break-all which works but it looks ugly because it cuts small words off in the middle when it should wrap the word instead. If possible I would like to continue using hyphenator as it works great most of the time. Maybe I have been looking at this too long, but is there some sort of options in hyphenator that I can set to make it break up non-words like those above that are too big? Maybe someone has had some success with adjusting hyphenators regex to make this happen? Setting word-wrap: break works (in the technical sense) for percentage widths, too, it seems to fail for tables with percentage widths for cells/columns, even when table-layout has been set to fixed. To work around this, it seems necessary to add line breaking hints into the content. The old line breaking hint is <wbr>, but some browsers now have issues with it. The new line breaking hint is the ZERO WIDTH SPACE character, which can be written as &#x200b; or as such (when using UTF-8); it works well in modern browsers but causes nasty effects on old versions of IE. I tend to vote for the latter these days, but on my page on line breaking issues, I explain that there is a “bulletproof” but awkward method: use <wbr><a class=wbr></a> with the CSS rule .wbr:after { content: "\00200B"; }. When you generate a page programmatically, such clumsy markup might be feasible. You should insert such hints only when needed. They should not be used for words in natural languages. As a simple approach, when you process user input for rendering on your page, you could split it to “words” in the technical sense (maximal non-whitespace strings) and then, for every “word” longer than N characters, insert a line breaking hint after any K characters. The parameters N and K would need to be selected according to your layout. The drawbacks: This would cause “emergency breaks” as if a string contained a space but doesn’t, and this could arbitrarily break long natural-language words, too. Perhaps you could do things client-side, first running Hyphenator.js, then processing the text content so that you split the text content into fragments at any whitespace and at any soft hyphen (\00AD; you need to make sure that you do this only after Hyphenator.js has completed its work). Then you can run the algorithm above on the fragments, i.e. add line breaking hints to long fragments. Great advice Jukka! Unfortunately I don't have enough time to properly test this today, but I'm thinking this may be the answer I'm looking for. Most likely I will try to do this client side after hyphenator.js is finished and see how it goes. Almost forgot about this thread. I am marking this as the answer because I am sure it would work. What I ended up doing was heavily editing the hyphenator js source to incorporate breaking up strings the same way that hyphenator already does, except that it will break it up after hyphenator has finished. I did use your suggestion for breaking up "words" by splitting the text into fragments at whitespace and soft hyphen characters. Then it inserts a soft hyphen every K characters and puts it all back together. I admit it is a little awkward one way or another, but thank you for the inspiration! There is also https://github.com/bramstein/hypher that is newer than Hyphenator
20,228
https://ceb.wikipedia.org/wiki/Koller%C3%B8dfjellet
Wikipedia
Open Web
CC-By-SA
2,023
Kollerødfjellet
https://ceb.wikipedia.org/w/index.php?title=Kollerødfjellet&action=history
Cebuano
Spoken
162
316
Bungtod ang Kollerødfjellet sa Noruwega. Nahimutang ni sa munisipyo sa Aremark ug lalawigan sa Østfold fylke, sa habagatang bahin sa nasod, km sa habagatan-sidlakan sa Oslo ang ulohan sa nasod. metros ibabaw sa dagat kahaboga ang nahimutangan sa Kollerødfjellet. Ang yuta palibot sa Kollerødfjellet kasagaran patag. Ang kinahabogang dapit sa palibot dunay gihabogon nga ka metro ug km sa habagatan sa Kollerødfjellet. Dunay mga ka tawo kada kilometro kwadrado sa palibot sa Kollerødfjellet may kaayo gamay nga populasyon. Ang kinadul-ang mas dakong lungsod mao ang Fossby, km sa habagatan-kasadpan sa Kollerødfjellet. Hapit nalukop sa lasang nga dagomkahoy ang palibot sa Kollerødfjellet. Sa rehiyon palibot sa Kollerødfjellet, mga bungtod, ug mga kalapukan talagsaon komon. Ang klima klima sa kontinente. Ang kasarangang giiniton °C. Ang kinainitan nga bulan Hulyo, sa  °C, ug ang kinabugnawan Disyembre, sa  °C. Saysay Ang mga gi basihan niini Mga bungtod sa Østfold fylke Kabukiran sa Noruwega nga mas taas kay sa 200 metros ibabaw sa dagat nga lebel sv:Kollerødfjellet
9,325
https://mr.wikipedia.org/wiki/%E0%A4%B8%E0%A5%8B%E0%A4%B0%E0%A4%BE%20%E0%A4%93%E0%A4%87
Wikipedia
Open Web
CC-By-SA
2,023
सोरा ओइ
https://mr.wikipedia.org/w/index.php?title=सोरा ओइ&action=history
Marathi
Spoken
11
69
सोरा ओइ ही एक रतिअभिनेत्री आहे. रतिअभिनेत्रींवरील अपूर्ण लेख स्त्री चरित्रलेख
44,581
https://ceb.wikipedia.org/wiki/Coalpit%20Run
Wikipedia
Open Web
CC-By-SA
2,023
Coalpit Run
https://ceb.wikipedia.org/w/index.php?title=Coalpit Run&action=history
Cebuano
Spoken
48
90
Ang Coalpit Run ngalan niining mga mosunod: Heyograpiya Tinipong Bansa Coalpit Run (suba sa Tinipong Bansa, Virginia), Augusta County, Coalpit Run (suba sa Tinipong Bansa, Pennsylvania, Cambria County), Coalpit Run (suba sa Tinipong Bansa, Pennsylvania, Westmoreland County), Pagklaro paghimo ni bot 2017-02 Pagklaro paghimo ni bot Tinipong Bansa
36,884
https://ar.wikipedia.org/wiki/%D9%86%D8%B5%D8%B1%20%D8%A8%D9%86%20%D8%AD%D8%A8%D9%8A%D8%A8%20%D8%A7%D9%84%D9%85%D9%87%D9%84%D8%A8%D9%8A
Wikipedia
Open Web
CC-By-SA
2,023
نصر بن حبيب المهلبي
https://ar.wikipedia.org/w/index.php?title=نصر بن حبيب المهلبي&action=history
Arabic
Spoken
224
579
نصر بن حبيب المهلبي عضوا عائلة المهلبي الذي شغل منصب والي إفريقية في الخلافة العباسية من 791 إلى 793. السيرة ذكر نصر بأنه خدم تحت إمرة يزيد بن حاتم المهلبي في حين كان هذا الأخير حاكم على مصر من 762 إلى 769 ثم تم ارساله لإخماد تمرد في سخا في عام 767 وأصيب خلال القتال. وبعد ذلك رحل إلى إفريقية حيث وفقا لشهاب الدين النويري أصبح محبوب لحسن سلوكه. خلال حكم الوالي روح بن حاتم المهلبي من 791 إلى 788 فقد عين نصر سرا من قبل الخليفة هارون الرشيد خلفا لروح بعد أن أبلغ المسئول عن البريد الخليفة عن حالة روح وحثه على اختيار بديل له. بعد وفاة روح في أوائل عام 791 أعلن ابنه قبيسة أنه سيخلف والده واكن تم الاعتراف بنصر واليا بعدما قام مسئول البريد بتسليم قرار الخليفة لقبيسة. استمر نصر واليا ما يقرب من عامين ولم تشهد فترة ولايته وقوع أي حوادث. انتهت ولاية نصر بعد أن قام الفضل بن روح بن حاتم المهلبي بالسفر إلى بغداد لاقناع الخليفة بتعيينه واليا على إفريقية. بعد عزله ظل نصر في إفريقية حتى وفاة الفضل وعندها طرد نصر مع بقية المهلبيين من ولاية إفريقية من قبل الوالي الجديد عبد الله بن جارود. وفقا لليعقوبي عين نصر لفترة وجيزة واليا على أرمينيا. في وقت متأخر من عقد 790 تم عزله. مصادر عرب في القرن 8 قادة عسكريون عباسيون مهلبيون ولاة إفريقية العباسيون ولاة عباسيون
4,689
https://it.wikipedia.org/wiki/Arthemesia
Wikipedia
Open Web
CC-By-SA
2,023
Arthemesia
https://it.wikipedia.org/w/index.php?title=Arthemesia&action=history
Italian
Spoken
207
469
Gli Arthemesia sono un gruppo musicale black metal finlandese fondato nel 1994 con il nome di Celestial Agony. Il nome del gruppo deriva dall'Artemisia absinthium, nome latino della pianta dalla quale si ricava l'assenzio, che si ritiene avere molte qualità eteree. La musica consiste prevalentemente nella proiezione della filosofia della band, ovvero la glorificazione del satanismo e dell'occulto, ma anche della natura e dello sciamanismo. Durante l'attività della band si sono alternati nella formazione diversi musicisti che hanno fatto parte degli Ensiferum come Jari Mäenpää (attuale leader dei Wintersun), Oliver Fokin (ex-Wintersun), Kimmo Miettinen e l'attuale chitarrista Jukka-Pekka Miettinen (sotto lo pseudonimo Mor Voryon). Formazione Formazione attuale Valtias Mustatuuli - voce Mor Voryon (Jukka-Pekka Miettinen) - chitarra, cori Magistra Nocte - tastiera, cori S.M. NekroC - chitarra Erzebeth Meggadeath (Marko Tarvonen) - batteria Ex componenti Mor Vethor (Kimmo Miettinen) - batteria Oliver Fokin - batteria Arbaal (Jari Mäenpää) - chitarra, cori Routa - chitarra Misery - tastiera Aconitum - basso Dr. K.H. (Kai Hahto) - batteria Janne G'thaur - basso Discografia Album in studio 2001 - Devs - Iratvs 2009 - a.O.a. Demo 1998 - Demo '98 1999 - The Archaic Dreamer 2002 - Promon02AB 2007 - The Hyperion Elements EP 2006 - ShamaNatahS Note Collegamenti esterni
44,885
https://ceb.wikipedia.org/wiki/Jianping
Wikipedia
Open Web
CC-By-SA
2,023
Jianping
https://ceb.wikipedia.org/w/index.php?title=Jianping&action=history
Cebuano
Spoken
32
73
Ang Jianping ngalan niining mga mosunod: Republikang Popular sa Tsina Yebaishou, lungsod, Liaoning Sheng, Jianping Xian, gatos, Liaoning Sheng, Pagklaro paghimo ni bot 2016-03 Pagklaro paghimo ni bot Republikang Popular sa Tsina
48,157
https://uk.wikipedia.org/wiki/%D0%A1%D1%8C%D0%BE%D0%B4%D0%BB%D0%BE%D0%BD%D0%B5
Wikipedia
Open Web
CC-By-SA
2,023
Сьодлоне
https://uk.wikipedia.org/w/index.php?title=Сьодлоне&action=history
Ukrainian
Spoken
39
123
Сьодлоне (, ) — село в Польщі, у гміні Ґлувчиці Слупського повіту Поморського воєводства. Населення — (2011). У 1975-1998 роках село належало до Слупського воєводства. Демографія Демографічна структура станом на 31 березня 2011 року: Примітки . Села Слупського повіту
37,840
https://stackoverflow.com/questions/31068080
StackExchange
Open Web
CC-By-SA
2,015
Stack Exchange
Cactus, Daniel Wagner, https://stackoverflow.com/users/1540749, https://stackoverflow.com/users/477476, https://stackoverflow.com/users/745903, https://stackoverflow.com/users/791604, josejuan, leftaroundabout
English
Spoken
592
967
How to define function types when they will be monadic, IO and pure (Related question Select instance behavior at runtime) I want to define a kind of backend (reusable as independent api), then provide multiple implementations and be able to select one at runtime. My application will be like data AppData = AppData { ... , backend :: Backend } for simplicity, let our backend (conceptual code) data Backend key value = Backend { get :: [(key, value)] , cud :: key -> Maybe value -> () -- Create Update Delete } now What's the proper/recommended way to define our Backend type? I think it will be monadic (then Monad m) but also IO (then MonadIO m) but also pure (then we need change -> () by -> Backend key value) and so on... I'm doubting, the next attempt works monadic, IO and pure, but may be over-engineering data Backend m k v = Backend { get :: MonadIO m => m [(k, v)] , cud :: MonadIO m => k -> Maybe v -> Backend m k v } the MonadIO is a strong restriction and return immutable version on cud is redundant (in most cases?) with m. What is the proper/recommended way to abstract it? Thank you! Once defined our Backend API my intention was use as (conceptual code) more or less main = do configuration <- getAppConfiguration selectedBackend <- case preferedBackend configuration of "mongoDB" -> MongoDBBackend.makeBackend "sqlite" -> SqliteBackend.makeBackend "volatile" -> PureDataMapBackend.makeBackend ... appData <- makeAppData configuration selectedBackend .... Um... could you give some examples of how you'd like to use this? My goal is minimize backend restrictions and maximize abstraction. Updated! :) http://stackoverflow.com/a/7438716/477476 I'm sorry @Cactus but I cannot see how it solve my doubt. @josejuan that answer might give you a good idea of why your definition of Backend is going down the wrong path. Mm... I'm still not sure but k and v restrictions blow up at selectBackend <- and for each makeBackend as needed. I've used GADTs also but "record" was recommended to me (sorry if I don't understand you) What are the types of the operations in question for the backends you want to support? If you need a non-IO backend as well, then I'd suggest to parametrize the data type by the monad in which its operations run. As pointed out by @Cactus, there is no need to add constraints to the data type itself. It doesn't help anything, it just makes things complicated. Instead, these constraints will be at functions that create various Backends. Also, while it might be possible to vary the return type of the update function, using such a function would be just hell, as the application would basically need to cover all (both) cases whenever using the function. So instead I'd suggest to keep the result simple, just monadic. And for the pure backend you can just run the application within the State monad, for example: {-# LANGUAGE FlexibleContexts #-} import Control.Monad.State data Backend m key value = Backend { beGet :: m [(key, value)] , beCud :: key -> Maybe value -> m () -- Create Update Delete } pureBackend :: (MonadState [(k, v)] m, Eq k) => Backend m k v pureBackend = Backend get pureCud where filterOut k = filter ((/= k) . fst) pureCud k Nothing = modify (filterOut k) pureCud k (Just v) = modify (((k, v) :) . filterOut k) -- other backends ... This means that AppData and whoever else uses Backend needs to be parametrized by the monad as well.
4,092
https://pt.stackoverflow.com/questions/187522
StackExchange
Open Web
CC-By-SA
2,017
Stack Exchange
Reginaldo Rigo, https://pt.stackoverflow.com/users/42077, https://pt.stackoverflow.com/users/67296, vncalmeida
Portuguese
Spoken
205
455
Como ler string a partir de uma palavra especifica? minha dúvida é o seguinte: Se eu tenho a frase "O rato roeu a roupa do rei de roma" Como eu faço para ler somente de "Roeu" até "roma"? Isso sem usar numeros, porque serão varias frases de tamanhos diferentes. Procurei na documentação do php as funções strings encontrei varias mas não consegui fazer exatamente essa. Para um exemplo ainda mais pratico, o que eu tenho na realidade uma lista de links mas eles estão como /79811/out.php=www.youtube.com=?video1 /798354664561/out.php=www.youtube.com=?video1 Essas strings tem larguras diferentes e eu queroa pegar do www até o fim da string Que tal assim? $a = '79811/out.php=www.youtube.com=?video1'; $b = 'www'; echo substr( $a, strpos($a, $b); Daria certo de fosse apenas uma frase nas na realidade eu tenho uma lista grande de frases. Você perguntou como ler uma string a partir de uma posição. O resto da lógica: colocar a string na variável $a a partir de um um objeto qualquer e atribuir os resultados a outro objeto seria com você. exibir de "3" até "8" $frase = "123456789"; $primeira = strripos("$frase", '3'); $utima = strripos("$frase", '8'); $retirar = $utima - $primeira ; $exibir = substr($frase, $primeira, $retirar); echo "$exibir" ; exibir : 34567
43,426
https://arduino.stackexchange.com/questions/36493
StackExchange
Open Web
CC-By-SA
2,017
Stack Exchange
SDsolar, Tanmay Yerunkar, aaa, https://arduino.stackexchange.com/users/26717, https://arduino.stackexchange.com/users/30152, https://arduino.stackexchange.com/users/8033
English
Spoken
211
334
Arduino nano select port option is blurred | Driver issue I have just bought arduino nano board. when i connect the board via usb, system detects the new device but i am not able to select port in arduino ide for writing any code on board. I checked my device manager it says The drivers for this device are not installed. (Code 28) There are no compatible drivers for this device. I have also updated my board and library list in arduino ide. please help me out? What USB<->uart chip is on the board? Usually on the back (often FTDI, CH340G or CPxxxx). CH340 is on board My PCs and Raspberry Pis that I use to program Arduinos all have already had the CH340 driver installed. Vista, Win7, Win8.1, Rpi3B with Raspbian - all worked fine. But it is possible you need to install a driver. I see your answer describes how to do so. Kudos. on my nano board CH340G USB<-->uart chip was present, so i installed driver for that chip and everything works fine now. :P link for the driver (windows 8,10): http://www.arduined.eu/ch340-windows-8-driver-download/ Good, looks like you managed to fix the issue yourself! This is good information to have in the stackexchange database. Thank you for posting the link.
31,823
https://en.wikipedia.org/wiki/Ronald%20Sackville
Wikipedia
Open Web
CC-By-SA
2,023
Ronald Sackville
https://en.wikipedia.org/w/index.php?title=Ronald Sackville&action=history
English
Spoken
613
868
Ronald Sackville is the Chair of the Royal Commission into Violence, Abuse, Neglect and Exploitation of People with Disability. He is a former acting judge of the Court of Appeal of the Supreme Court of New South Wales and also a former judge of the Federal Court of Australia. Education Sackville is a graduate of the University of Melbourne (where he was editor of the Melbourne University Law Review) and Yale University. Career Sackville was professor of law (1972–1985) and dean of the faculty of law (1979–1981) at the University of New South Wales. He was also associate in law at the University of California, Berkeley (1966–1967), and senior lecturer in Law at the University of Melbourne (1967–1972). He served as Commissioner for Law and Poverty on the Australian Government Commission of Inquiry into Poverty (1973–1975); chairman of the South Australian Royal Commission into the Non-Medical Use of Drugs (1977–1979); chairman of the New South Wales Law Reform Commission (1981–1984); part-time member of the Commonwealth Schools Commission (1984–1985); part-time chairman of the Victorian Accident Compensation Commission (1985–1989); and chair of the Commonwealth Access to Justice Advisory Committee (1993–1994). He was also an assistant commissioner of the Independent Commission Against Corruption (New South Wales) (1992); and chair of the Judicial Conference of Australia, a body representing judicial officers throughout Australia (2004–2006). Sackville practised as a barrister in Sydney from 1985 until 1994. He was appointed Queen’s Counsel in 1991. He served as a judge of the Federal Court of Australia from 1994-2008, and as an acting judge of the Court of Appeal of the Supreme Court of NSW from 2008-2019. He has also been a judge on the Supreme Court of Fiji (2006–2009), and a member of the Civil and Commercial Court of Qatar (2006–2012). Sackville has held many academic posts, including visiting appointments at York University (Toronto), University of Oxford, McGill University (Montreal), Cardozo Law School, Yeshiva University (New York), Cornell University (New York), New York University, and the University of NSW (Sydney). He was also an adjunct professor of law at the University of Technology Sydney (2008) and the University of Sydney (2008–2009). On 27 July 2007 Justice Sackville delivered his judgment in Seven Network Limited v News Limited [2007] FCA 1062, one of the most expensive pieces of litigation in Australian history. That case involved a complaint by Australia's Channel Seven television network that it was forced to shut down its pay television sports channels business due to anti-competitive conduct by a range of other Australian media companies including News, PBL and Telstra between 1999 and 2001. Sackville found that no such anti-competitive conduct existed. This case has become an example for the University of New South Wales. On 4 April 2019 Sackville was appointed to serve as the Chair of the Royal Commission into Violence, Abuse, Neglect and Exploitation of People with Disability. Honours In the Australia Day Honours of 2009, he was named an Officer of the Order of Australia for "service to the administration of the Australian judicial system, to the reform of federal and state law, and to legal education." He was appointed Queen's Counsel in 1991, and was awarded a Doctor of Laws (LLD) (Honoris Causa) by the University of NSW in 2002. References Living people Year of birth missing (living people) Melbourne Law School alumni Yale Law School alumni Judges of the Supreme Court of New South Wales Cornell University faculty Officers of the Order of Australia Judges of the Federal Court of Australia Fellows of the Australian Academy of Law Australian King's Counsel Supreme Court of Fiji justices Australian judges on the courts of Fiji Academic staff of the University of New South Wales
48,635
https://ceb.wikipedia.org/wiki/Ca%C3%B1ada%20de%20las%20Piedras%20Blancas
Wikipedia
Open Web
CC-By-SA
2,023
Cañada de las Piedras Blancas
https://ceb.wikipedia.org/w/index.php?title=Cañada de las Piedras Blancas&action=history
Cebuano
Spoken
42
71
Suba ang Cañada de las Piedras Blancas sa Urugway. Nahimutang ni sa departamento sa Departamento de Colonia, sa habagatan-kasadpang bahin sa nasod, km sa amihanan-kasadpan sa Montevideo ang ulohan sa nasod. Ang mga gi basihan niini Mga suba sa Departamento de Colonia
36,052
https://ceb.wikipedia.org/wiki/%C3%8Ele%20du%20Planier
Wikipedia
Open Web
CC-By-SA
2,023
Île du Planier
https://ceb.wikipedia.org/w/index.php?title=Île du Planier&action=history
Cebuano
Spoken
31
51
Pulo ang Île du Planier sa Pransiya. Nahimutang ni sa sidlakang bahin sa nasod, km sa habagatan sa Paris ang ulohan sa nasod. Ang mga gi basihan niini Kapuloan sa Pransiya
27,880
https://stackoverflow.com/questions/73368606
StackExchange
Open Web
CC-By-SA
2,022
Stack Exchange
Blaisem, Noor Muhammed, https://stackoverflow.com/users/10971581, https://stackoverflow.com/users/19772458, https://stackoverflow.com/users/589924, https://stackoverflow.com/users/6076137, ikegami, jhnc
English
Spoken
422
915
error parsing regexp invalid or unsupported Perl syntax: `(?!` I'm validating phone number and email using this regex but I'm getting perl syntax error can anyone help me what to use here ^(?:(\d)(?!\1{2}))\d{4,15}$|([A-Za-z0-9]+@[A-za-z]+\.[A-Za-z]{2,3}) I'm validating international numbers between 4-15 and also validating continuously repeated numbers like 1111111111111, 99999999999, 77777777777 we can't use more than 3 repeated numbers also I'm validating email everything is fine but for the repeated number I've to use Perl syntax ?! that's why I'm getting error please help me to solve this You're not using Perl; you're using something similar to Perl that's not quite compatible. That's what the message is saying. I've replaced the Perl tag with the correct one. https://github.com/google/re2/wiki/Syntax @ikegami where you replaced can you show me ? You're asking where the tags are located? right below the body of the question You're not using Perl; you're using RE2. While similar to Perl, it's not quite compatible. Specifically, it can't handle the pattern you provided. That's what the message is saying. You'll need to provide something RE2 can handle. The following is the relevant part: ^(?:(\d)(?!\1{2}))\d{4,15}$ In Perl, that checks for a string of 5-16 digits that's optionally followed by line feed, with the caveat that the first three digits can't be the same. This is equivalent[1] and will work in RE2: ^ (?: 0 (?: 0 [1-9] | [1-9] [0-9] ) | 1 (?: 1 [02-9] | [02-9] [0-9] ) | 2 (?: 2 [0-13-9] | [0-13-9] [0-9] ) | 3 (?: 3 [0-24-9] | [0-24-9] [0-9] ) | 4 (?: 4 [0-35-9] | [0-35-9] [0-9] ) | 5 (?: 5 [0-46-9] | [0-46-9] [0-9] ) | 6 (?: 6 [0-57-9] | [0-57-9] [0-9] ) | 7 (?: 7 [0-68-9] | [0-68-9] [0-9] ) | 8 (?: 8 [0-79] | [0-79] [0-9] ) | 9 (?: 9 [0-8] | [0-8] [0-9] ) ) [0-9]{2,13} \n? \z I don't know RE2, so there might a better solution. Assuming \d was meant to match [0-9]. It actually matches a whole lot more. it is not working as well can you validate here https://regex101.com/r/gF6tT0/2 huh? That's neither the pattern you asked about, nor the one I provided. Also, regex101 doesn't support RE2. In no way does that show that what I posted doesn't work. bro checkout this https://regex101.com/r/gF6tT0/2 Why do you think it's relevant? I think regex101 might work if you select golang. At least it doesn't allow negative lookaheads but does allow non-capturing groups. @Blaisem fyi, golang wasn't supported by regex101 when the question was asked.
32,551
https://nl.wikipedia.org/wiki/Fiorano%20al%20Serio
Wikipedia
Open Web
CC-By-SA
2,023
Fiorano al Serio
https://nl.wikipedia.org/w/index.php?title=Fiorano al Serio&action=history
Dutch
Spoken
93
205
Fiorano al Serio is een gemeente in de Italiaanse provincie Bergamo (regio Lombardije) en telt 3035 inwoners (31-12-2004). De oppervlakte bedraagt 1,1 km², de bevolkingsdichtheid is 2902 inwoners per km². De volgende frazioni maken deel uit van de gemeente: San Fermo. Demografie Fiorano al Serio telt ongeveer 1249 huishoudens. Het aantal inwoners steeg in de periode 1991-2001 met 16,0% volgens cijfers uit de tienjaarlijkse volkstellingen van ISTAT. Geografie De gemeente ligt op ongeveer 396 m boven zeeniveau. Fiorano al Serio grenst aan de volgende gemeenten: Casnigo, Cene, Gazzaniga en Vertova. Gemeente in Bergamo
19,768
https://pt.wikipedia.org/wiki/Jang%20Hye-ock
Wikipedia
Open Web
CC-By-SA
2,023
Jang Hye-ock
https://pt.wikipedia.org/w/index.php?title=Jang Hye-ock&action=history
Portuguese
Spoken
74
167
Jang Hye-ock (9 de fevereiro de 1977) é uma ex-jogadora de badminton coreana. campeã olímpica, especialista em duplas. Carreira Jang Hye-ock representou seu país nos Jogos Olímpicos de Verão de 1996, conquistando a medalha de prata, nas duplas femininas, com Gil Young-ah. Jogadores de badmínton olímpicos da Coreia do Sul Jogadores de badminton nos Jogos Olímpicos de Verão de 1996 Medalhistas nos Jogos Olímpicos de Verão de 1996 Medalhistas olímpicos da Coreia do Sul
21,390
https://ar.wikipedia.org/wiki/%D9%82%D8%B1%D8%A7%D8%B1%20%D9%85%D8%AC%D9%84%D8%B3%20%D8%A7%D9%84%D8%A3%D9%85%D9%86%20%D8%A7%D9%84%D8%AA%D8%A7%D8%A8%D8%B9%20%D9%84%D9%84%D8%A3%D9%85%D9%85%20%D8%A7%D9%84%D9%85%D8%AA%D8%AD%D8%AF%D8%A9%20%D8%B1%D9%82%D9%85%20128
Wikipedia
Open Web
CC-By-SA
2,023
قرار مجلس الأمن التابع للأمم المتحدة رقم 128
https://ar.wikipedia.org/w/index.php?title=قرار مجلس الأمن التابع للأمم المتحدة رقم 128&action=history
Arabic
Spoken
144
405
قرار مجلس الأمن التابع للأمم المتحدة رقم 128 اعتمد في 11 يونيو 1958. بعد الاستماع إلى اتهامات من الممثل الدائم للبنان فيما يتعلق بالتدخل من جانب الجمهورية العربية المتحدة في الشؤون الداخلية للبنان، قرر المجلس إرسال فريق مراقبة إلى لبنان لضمان عدم حصول أي تسلل غير قانوني للأفراد، توريد الأسلحة أو الأعتدة الأخرى عبر الحدود اللبنانية. أذن المجلس للأمين العام اتخاذ الخطوات اللازمة لتحقيق تلك الغاية وطلب من مجموعة المراقبة إبقائهم على علم من خلال الأمين العام. واعتمد القرار 128 بعشرة أصوات مقابل لا شيء، مع امتناع الاتحاد السوفيتي عن التصويت. مراجع نص القرار على UN.org (PDF) سوريا في 1958 لبنان في 1958 مصر في 1958 أحداث يونيو 1958 الجمهورية العربية المتحدة قرارات مجلس الأمن التابع للأمم المتحدة بشأن سوريا قرارات مجلس الأمن التابع للأمم المتحدة بشأن لبنان قرارات مجلس الأمن التابع للأمم المتحدة بشأن مصر قرارات مجلس الأمن التابع للأمم المتحدة عام 1958
9,918
https://zh.wikipedia.org/wiki/%E6%9C%B1%E7%AD%91%E6%96%87
Wikipedia
Open Web
CC-By-SA
2,023
朱筑文
https://zh.wikipedia.org/w/index.php?title=朱筑文&action=history
Chinese
Spoken
20
183
朱筑文(),出生及成長於美國聖路易斯,分别在麻省理工学院(1973年)和哈佛医学院(1980年)获得过物理学和医学博士学位,后成为斯坦福医学院生物化学教授。 参考文献 外部链接 Gil Chu lab webpage page at Stanford Medical School Burroughs-Wellcome Fund 美國生物化學家 华裔美国人 哈佛医学院校友 普林斯顿大学校友 史丹佛大學醫學院教師 麻省理工学院理学院校友
31,171
https://stackoverflow.com/questions/69096750
StackExchange
Open Web
CC-By-SA
2,021
Stack Exchange
Danish
Spoken
156
447
Username Recovery throwing Callback URL validation failed Wso2 identity server version : 5.11.0 After changing the admin password , I am getting below error during username recovery. Error! Callback URL validation failed. org.wso2.carbon.identity.mgt.endpoint.util.client.IdentityRecoveryException: Error while instantiating IdentityProviderMgtServiceStub Error logged in Wso2 identity server wso2carbon.log: [2021-09-06 03:29:02,012] [efd866e3-0236-46d7-bcc1-be378dfbcac8] WARN {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} - Login failed. Unauthorized login attempt 'admin[-1234]' at [2021-09-06 03:29:02,012+0000] [2021-09-06 03:29:02,012] [efd866e3-0236-46d7-bcc1-be378dfbcac8] WARN {org.wso2.carbon.server.admin.module.handler.AuthenticationHandler} - Illegal access attempt at [2021-09-06 03:29:02,0012] from IP address 127.0.0.1 while trying to authenticate access to service IdentityProviderMgtService Can someone please advise. I changed admin password from WSO2 console, and login is working fine with updated password. However during username recovery, it throws illegal access attempt in logs. What am I missing here? I already updated the new password in cipher-text.properties and user-mgt.xml file too. You can do config overriding in the RecoveryEndpointConfig.properties file which located in <IS_HOME>/repository/deployment/server/webapps/accountrecoveryendpoint/WEB-INF/classes Change the identity.server.service.access.password=admin to the one that you updated in the admin console.
45,041
https://nl.wikipedia.org/wiki/Kristof%20Allegaert
Wikipedia
Open Web
CC-By-SA
2,023
Kristof Allegaert
https://nl.wikipedia.org/w/index.php?title=Kristof Allegaert&action=history
Dutch
Spoken
124
244
Kristof Allegaert (1976) is een Belgische ultrawielrenner. Hij raakte vooral bekend toen hij de eerste editie van de Trans-Siberian Extreme won in 2015. Biografie Kristof Allegaert is een leerkracht mechanica aan het Provinciaal Technisch Instituut in Kortrijk. Ultrawielrennen In 2011 verbrak Allegaert het bestaande tijdsrecord op de Tour de France Randonneur. In 2013, 2014 en 2016 won hij de Transcontinental Race, een langeafstandswedstrijd in Europa. In 2015 won hij de Trans-Siberian Extreme. Hierdoor verwierf hij internationale bekendheid. In 2017 stond hij aan de leiding in de Indian Pacific Wheel Race. Deze werd op een boogscheut van het einde afgelast vanwege een dodelijk ongeluk. Allegaert reed de wedstrijd uit en stopte in het zicht van de finish als eerbetoon. Externe link Officiële website Belgisch wielrenner
5,800
https://de.wikipedia.org/wiki/TOPO%20centras
Wikipedia
Open Web
CC-By-SA
2,023
TOPO centras
https://de.wikipedia.org/w/index.php?title=TOPO centras&action=history
German
Spoken
200
540
TOPO centras ist die größte Haushaltstechnik- und Elektronik-Handelskette in Litauen, verwaltet von der litauischen Unternehmensgruppe UAB („Topo grupė“). Es gibt 27 „TOPO centras“-Geschäfte in 25 Städten und E-Shop "Imk.lt". 2013 erzielte man einen Umsatz von 262,4 mln. Litas (75,88 Mio. Euro). Geschichte 1995 wurde das Geschäft „Skalbimo mašinos“ (dt. 'Waschmaschinen') in Kaunas errichtet. 1996 wurde es zu „TOPO centras“. 1997 eröffnete man Geschäfte in Vilnius und Klaipėda, 1998 in Šiauliai, 2001 ein weiteres in Kaunas, 2002 in Riga (Lettland) und ein zweites in Vilnius, 2003 in Panevėžys, Klaipėda, Biržai, Druskininkai, Kėdainiai, Mažeikiai, Plungė, Radviliškis, Rokiškis, Šilutė, Tauragė, Telšiai, Ukmergė, Utena und Riga. 2004 eröffnete man Geschäfte in Varėna, Prienai, Vilnius, Alytus, Jonava, 2005 in Kaunas, Klaipėda, Panevėžys, Raseiniai, Liepāja, Daugavpils, Talsi, Jēkabpils, Ventspils, Tukums, 2006 in Kaunas, Šiauliai, Telšiai, Vilnius, 2007 in Panevėžys, 2008 in Druskininkai, 2009 in Šiauliai, 2010 in Marijampolė, 2013 in Šilutė. Seit 2001 handelt „TOPO centras“ mit Audio- und Video-Technik, seit 2002 auch mit Computertechnik und Mobiltelefonen. 2011 erzielte „Topo grupė“ einen Umsatz von 192,822 Millionen Litas. 2012 erreichten die Einnahmen der Unternehmensgruppe 243,186 Mio. Lt (Gewinn von 8,389 Mio. Lt). Einzelnachweise Weblinks E-Shop „TOPO centras“ Unternehmensseite (EN, RU, LT) Gegründet 1995 Handelsunternehmen (Kaunas) Einzelhandelsunternehmen (Litauen)
21,901
https://sv.wikipedia.org/wiki/Argyreia%20burneyi
Wikipedia
Open Web
CC-By-SA
2,023
Argyreia burneyi
https://sv.wikipedia.org/w/index.php?title=Argyreia burneyi&action=history
Swedish
Spoken
31
68
Argyreia burneyi är en vindeväxtart som beskrevs av Andrew Thomas Gage. Argyreia burneyi ingår i släktet Argyreia och familjen vindeväxter. Inga underarter finns listade i Catalogue of Life. Källor Vindeväxter burneyi
23,163
https://et.wikipedia.org/wiki/Puuvilja%20t%C3%A4nav
Wikipedia
Open Web
CC-By-SA
2,023
Puuvilja tänav
https://et.wikipedia.org/w/index.php?title=Puuvilja tänav&action=history
Estonian
Spoken
38
110
Puuvilja tänav on tänav Paides. Puuvilja tänav on umbes 330 meetrit pikk. Tänav algab Pärnu tänavalt, kulgeb põhja ja ristub Laia tänavaga, kus ta ka lõppeb. Puuvilja tänav ristub Kitsa tänavaga. Vaata ka Paide tänavate loend Paide tänavad
6,451
https://en.wikipedia.org/wiki/Jewface
Wikipedia
Open Web
CC-By-SA
2,023
Jewface
https://en.wikipedia.org/w/index.php?title=Jewface&action=history
English
Spoken
1,283
1,852
Jewface is a term that negatively characterizes stereotypical or inauthentic portrayals of Jewish people. The term has existed since the late 1800s, and most generally refers to performative Jewishness, regardless of the performer's identity. Typical elements of performative "Jewface" include affecting a Yiddish accent and wearing facial prosthetics to imitate stereotypically Jewish features, hence the term is derived from the analogous term "blackface". More recently, the term has also been used to describe inequality in casting of Jewish performers as Jewish characters. Whether "Jewface" is appropriate to refer to inauthentic casting, when Judaism is a mix of cultural, religious, and ethnic identities, has been debated, as has the focal point of these criticisms. Vaudeville In the 19th century, "Jewface" was a vaudeville act that became popular among Eastern European Jews who immigrated to the United States in the 1880s. The name plays off the term "blackface," and the act featured performers enacting Jewish stereotypes, wearing large putty noses, long beards, and tattered clothing, and speaking with thick Yiddish accent. Early portrayals were done by non-Jews, but Jews soon began to produce their own "Jewface" acts. By the early 20th century, almost all the "Jewface" actors, managers, agents, and audience members were Jewish. "Jewface" featured Jewish dialect music, written by Tin Pan Alley songwriters. These vaudeville acts were controversial at the time. In 1909 a prominent Reform rabbi said that comedy like this was "the cause of greater prejudice against the Jews as a class than all other causes combined," and that same year the Central Conference of American Rabbis denounced this type of comedy. The exhibit Jewface: "Yiddish" Dialect Songs of Tin Pan Alley at the YIVO Institute for Jewish Research (November 2015 to June 2016, curated by Eddy Portnoy) was focused on the sheet music of this type of comedy and used Jody Rosen's sheet music collection. Casting Culture and religion Jewish American comedienne and actress Sarah Silverman has vocally criticized "Jewface", focusing on what she described as a pattern of gentiles playing Jewish characters whose Jewishness "is their whole being". Silverman described the pattern, using the example of Kathryn Hahn being cast to play Joan Rivers, as "Jewface", and defined this as "when a non-Jew portrays a Jew with the Jewishness front and centre", which can include changing features and using a New York or Yiddish accent. Jewish culture magazine Forward wrote that Jewish character casting is "a perennial debate in the world of casting", but, while agreeing with Silverman, admonished her for using the word "Jewface", saying that the practice should not be compared to "blackface", as "white Jews have benefited" from racism. Jewish creatives and entertainers from Israel, the United States, and the United Kingdom, have voiced differing opinions on whether intrinsically Jewish characters should be played by Jewish actors. Time magazine and Welsh film professor Nathan Abrams have suggested that it would be difficult to address or quantify casting disparity as the definition of "Jewish" is not always simple; Abrams said that "one of the issues in "authentically" casting Jews is that Jewishness comes via a number of routes: religion, culture and ethnicity." Screenwriter and journalist Malina Saval wrote in 2021 that Jewish culture on-screen is watered-down, saying that where Jewish characters exist, they are often entirely assimilated into a prevailing culture or self-hating, and that "being Jewish is not about a wig or an accent or talking really loud. It's not about bagels. Being Jewish is about a shared history, a soul, a spirit — in Hebrew we call it a neshama." Ethnicity Jews as a race or ethnoreligious group In 2009, the majority of Jewish Americans "found it extremely difficult to position themselves on the racial binary […] in which White is located on one side and "persons of color" on the other", but by 2020, the majority identified "as racially white". In both studies, the majority also identified as Ashkenazi. Still, in 2020, Daniel Ian Rubin proposed adding a "HebCrit" field of study, focusing on Jews as an ethnoreligious group, to critical race theory. Time noted that the white privilege experienced by white Jews in the United States means it is more difficult to label inauthentic Jewish casting as "racism or cultural appropriation", going on to quote Jewish film scholar Helen Meyers in saying "Jewish literacy rather than Jewish identity is what matters". British actress Maureen Lipman has opined that "ethnicity should be a priority" when casting roles that focus on this aspect of the character, while British presenter Esther Rantzen instead felt that focusing on an actor's ethnicity could lead to performances being little more than "racial caricatures", and that people of ethnoreligious identities different to their characters can still achieve an authentic portrayal of the person, giving, among others, several of Lipman's roles as examples. Saval noted that with a rise in antisemitic hate crimes in the United States, the media perception of Jews as an ethnic group needed to be given better treatment. Jewishness as physical appearance Abrams has said that casting gentile actors to portray Jewish characters whose Jewishness is incidental to the character can challenge stereotypes by not showing any outward signs of Jewishness. Variety, referencing author David Baddiel and American producer Jonathan Levi, noted that Jewish actors, particularly women, frequently are not cast in gentile roles for looking "too exotic", nor in main Jewish roles when filmmakers want the lead role to appear non-descript. It noted that this, and filmmakers wanting actors who are already famous to promote films and television, is a catch-22 scenario. In contrast, Jewish physiognomist Sharonna Pearl argued that "Jewishness is not immediately identifiable by looking at someone. This means that an actor's religious identity and ethnicity need and ought not be brought to bear on the roles they can play." She used a comparative example of two Glee actresses, with Jewish actress Dianna Agron playing the "shiksa" character on the show who is said to have gentile features desired by a Jewish character. Discrepancy in responses Several Jewish creatives have framed the debate on authentic casting as not being about who can play Jewish, but about the lack of attention inauthentic castings receive; Silverman questioned why, "[i]n a time when the importance of representation is seen as so essential and so front and centre, [Jewishness] constantly [gets] breached even today in the thick of it?" British actress Tracy-Ann Oberman said that, while actors should be able to play anyone, she had noticed in the 21st century an increase in concern regarding cultural appropriation for many religious and cultural identities, but not Judaism, and felt it deserved the same respect. In his 2021 book Jews Don't Count, Baddiel reaffirmed Oberman's explanation, saying that "the discrepancy is the point". Abrams acknowledged the lack of Jewish actors as main characters of any background on British screens, and suggested an unconscious bias in casting may be the cause. Examples Examples of Jewface include Hahn, Rachel Brosnahan in The Marvelous Mrs. Maisel; Will Ferrell in The Shrink Next Door; Tamsin Greig in Friday Night Dinner; Tom Hardy in Peaky Blinders; Oscar Isaac in Scenes from a Marriage, Operation Finale, and Moon Knight; Felicity Jones in On the Basis of Sex; Kelly Macdonald in Giri/Haji; Rachel McAdams in Disobedience; Helen Mirren in Golda; James Norton in McMafia; Gary Oldman in Mank; Rachel Sennott in Shiva Baby; and Bradley Cooper in Maestro. Time wrote that non-Jewish actresses, in particular, may be accepted in playing Jewish characters if their performance is deemed more authentic by Jewish audiences, saying that the prominent examples fall on a scale between Jones' outcry-drawing performance as Ruth Bader Ginsburg and Sennott's welcomed performance. References Jewish portrayals in media Stereotypes of Jewish people Vaudeville tropes Jewish cultural appropriation
22,130
https://ja.wikipedia.org/wiki/%E8%A3%81%E3%81%8F%E3%81%AE%E3%81%AF%E4%BF%BA%E3%81%A0%20%28%E5%A4%A7%E8%97%AA%E6%98%A5%E5%BD%A6%29
Wikipedia
Open Web
CC-By-SA
2,023
裁くのは俺だ (大藪春彦)
https://ja.wikipedia.org/w/index.php?title=裁くのは俺だ (大藪春彦)&action=history
Japanese
Spoken
19
225
『裁くのは俺だ』(さばくのはおれだ)は、大藪春彦のハードボイルド小説。1968年から翌年にかけて「宝石」に連載された。 あらすじ 怪文書屋の毒島は、拷問にかけられる。そして雇い主の川崎は毒によって死んだ。黒幕は? 復讐を誓う毒島。 刊行リスト 1969年 光文社 1979年 角川書店 1982年 光文社(カッパ・ノベルス) 1999年 光文社(光文社文庫) 2006年 徳間書店(徳間文庫) 大藪春彦の小説 1969年の小説 宝石 (雑誌)
24,919
https://id.wikipedia.org/wiki/Philippe%20Noiret
Wikipedia
Open Web
CC-By-SA
2,023
Philippe Noiret
https://id.wikipedia.org/w/index.php?title=Philippe Noiret&action=history
Indonesian
Spoken
45
109
Philippe Noiret (1 Oktober 1930-23 November 2006) merupakan seorang aktor berkebangsaan Prancis. Dia dilahirkan di Lille. Dia berkarier di dunia film sejak tahun 1949 hingga 2006. Dia meninggal dunia pada usia 76 tahun karena kanker. Filmografi Pranala luar Guardian obituary Times obituary Noiret Pemakaman Montparnasse
46,252
https://fa.wikipedia.org/wiki/%D8%AA%D8%A7%D8%B1%D8%A7%D8%B4%20%28%D8%B5%D8%B1%D8%A8%D8%B3%D8%AA%D8%A7%D9%86%29
Wikipedia
Open Web
CC-By-SA
2,023
تاراش (صربستان)
https://fa.wikipedia.org/w/index.php?title=تاراش (صربستان)&action=history
Persian
Spoken
41
134
تاراش یک منطقهٔ مسکونی در صربستان است که در Zrenjanin City واقع شده‌است. تاراش ۱٬۱۴۰ نفر جمعیت دارد و ۷۲ متر بالاتر از سطح دریا واقع شده‌است. جستارهای وابسته تقسیمات کشوری صربستان منابع پیوند به بیرون زرنجانین مناطق مسکونی بانات صربستان
39,491
https://tr.wikipedia.org/wiki/Norton%20Internet%20Security
Wikipedia
Open Web
CC-By-SA
2,023
Norton Internet Security
https://tr.wikipedia.org/w/index.php?title=Norton Internet Security&action=history
Turkish
Spoken
53
191
Norton Internet Security, genel olarak Symantec tarafından geliştirilen bir antivirüs yazılımıdır. Windows ve Mac OS X işletim sistemlerinde çalıştırılmak üzere tasarlanmaktadır. Özellikler Antivirüs Antispyware Gelişmiş Koruma Koruma Güncelleştirmeleri Akıllı Güvenlik Duvarı Davetsiz Girişleri Engelleme Eposta / İleti Tarama Güvenilir Kimlik Antiphishing Dış bağlantılar Norton Internet Security Norton Mağazası Yazılım Antivirüs yazılımları İnternet yazılımları
8,006
https://ta.wikipedia.org/wiki/%E0%AE%9C%E0%AF%8A%E0%AE%A9%E0%AF%8D%E0%AE%A9%E0%AF%80%20%E0%AE%9F%E0%AF%86%E0%AE%B2%E0%AF%8D%E0%AE%9F%E0%AF%86%E0%AE%B8%E0%AF%8D%E0%AE%B2%E0%AF%87
Wikipedia
Open Web
CC-By-SA
2,023
ஜொன்னீ டெல்டெஸ்லே
https://ta.wikipedia.org/w/index.php?title=ஜொன்னீ டெல்டெஸ்லே&action=history
Tamil
Spoken
53
423
ஜொன்னீ டெல்டெஸ்லே (Johnny Tyldesley, பிறப்பு: நவம்பர் 22 1873, இறப்பு: நவம்பர் 27 1930), இங்கிலாந்து அணியின் துடுப்பாட்டக்காரர். இவர் 31 தேர்வுத் துடுப்பாட்டப் போட்டிகளிலும் , 608 முதல்தர துடுப்பாட்டப் போட்டிகளிலும் கலந்து கொண்டுள்ளார். இவர் 1899 - 1909 ல் , இங்கிலாந்து தேசிய அணி உறுப்பினராக தேர்வுத் துடுப்பாட்டப் போட்டிகளில் பங்குகொண்டார். இங்கிலாந்துத் துடுப்பாட்டக்காரர்கள் 1873 பிறப்புகள் 1930 இறப்புகள் லன்காசையர் துடுப்பாட்டக்காரர்கள் விசுடென் துடுப்பாட்டக்காரர்கள் பிளேயர்ஸ் துடுப்பாட்டக்காரர்கள்
38,125
https://nl.wikipedia.org/wiki/Crassanapis%20contulmo
Wikipedia
Open Web
CC-By-SA
2,023
Crassanapis contulmo
https://nl.wikipedia.org/w/index.php?title=Crassanapis contulmo&action=history
Dutch
Spoken
43
86
Crassanapis contulmo is een spinnensoort in de taxonomische indeling van de Dwergkogelspinnen (Anapidae). Het dier behoort tot het geslacht Crassanapis. De wetenschappelijke naam van de soort werd voor het eerst geldig gepubliceerd in 1989 door Norman I. Platnick & Raymond Robert Forster. Dwergkogelspinnen
13,320
https://ce.wikipedia.org/wiki/%D0%9A%D0%BE%D0%BC%D0%B0%D1%80%D0%BE%D0%B2%D0%BA%D0%B0%20%28%D0%A5%D0%B8%D1%81%D0%BB%D0%B0%D0%B2%D0%B8%D1%87%D0%B8%D0%BD%20%D0%BA%D3%80%D0%BE%D1%88%D1%82%29
Wikipedia
Open Web
CC-By-SA
2,023
Комаровка (Хиславичин кӀошт)
https://ce.wikipedia.org/w/index.php?title=Комаровка (Хиславичин кӀошт)&action=history
Chechen
Spoken
108
390
Комаровка () — Российн Федерацин Смоленскан областан Хиславичин кӀоштара эвла. Бахархойн дукхалла Климат Климат барамера континенталан йу, амалехь барамера йовха аьхке а, барамера шийла Ӏа а ду. Ӏаьн хьалхара дакъа довха ду шолгӀачул. ХӀаваан йовхачу температуран (де-буьйсан йукъара барам) мур лаьтта 213-224 дийнахь. ГӀоролаш йоцучу муьран йукъара барам 125-148 де. Цхьацца шерашкахь хаало дикка дӀатовжар йийцинчу климатан амалех. Йочанийн шеран барам бу 645-691 мм. Кхааннах ши дакъа догӀан кепара догӀу, цхьа дакъа ло кепара хуьлу. Цхьаьна эшшара лон чкъор лаьтта декабрь болалуш, деша апрелан хьалхарчу декадехь. Сахьтан аса Кхузахь сахьт Москохца нийса лелаш ду. Сахьтан аса йу UTC+3. Билгалдахарш Хьажоргаш Хиславичин кӀоштан индексаш Хиславичин кӀоштан нах беха меттигаш
15,877
https://min.wikipedia.org/wiki/Antocha%20%28Orimargula%29%20longicornis
Wikipedia
Open Web
CC-By-SA
2,023
Antocha (Orimargula) longicornis
https://min.wikipedia.org/w/index.php?title=Antocha (Orimargula) longicornis&action=history
Minangkabau
Spoken
42
114
Antocha (Orimargula) longicornis adolah langau dari famili Limoniidae. Langau ko juo marupokan bagian dari ordo Diptera, kelas Insecta, filum Arthropoda, dan kingdom Animalia. Langau iko biasonyo tingga di tampek lambok. Larvanyo biasonyo dapek ditamukan habitatnyo di paraiaran ataupun semi parairan. Rujuakan Limoniidae
44,629
https://zh.wikipedia.org/wiki/%E6%B9%AF%E5%A7%86%E9%81%9C%E6%B2%B3%E5%A4%A7%E5%AD%B8
Wikipedia
Open Web
CC-By-SA
2,023
湯姆遜河大學
https://zh.wikipedia.org/w/index.php?title=湯姆遜河大學&action=history
Chinese
Spoken
144
6,115
湯姆遜河大學( 缩写为TRU)又譯湯普森河大學,是一所公立教學和研究型大學,提供本科和研究生學位以及職業教育。 它的主校區位於加拿大不列顛哥倫比亞省的坎盧普斯,它的名字來自兩條匯集在坎盧普斯,和。 該大學在不列顛哥倫比亞省威廉姆斯湖有一個衛星校區,還有一個名為TRU-Open Learning的遠程教育部門。 它還通過其TRU世界部門建立了多個國際合作夥伴關係。 湯姆遜河大學通過開放式學習部門提供140個校內課程和約60個在線或遠程課程,包括交易學徒,職業證書和文憑,學士和碩士學位和法律。 历史 坎盧普斯是現在被稱為Thompson-Okanagan和Cariboo-Chilcotin的地區最大的人口中心,被BC省政府選為多個新的兩年地區學院之一,提供城市以外的學術和職業課程 該中心由三所大學提供服務。該省於1970年創立了卡里布學院,並於1970年9月開始為367名全日制和200名兼職學生開設課程,最初是在的設施之外。 Cariboo提供為期兩年的學術課程,使學生能夠轉學到UBC和新成立的西門菲莎大學(SFU)和維多利亞大學(UVic)。該學院還開展了職業培訓計劃,以滿足該地區林業,採礦和其他行業的需求。 Cariboo的職業部門,現在被稱為工商學院,是在1971年9月學院搬到麥吉爾路正在建設的新校區之後建立的。1972年5月,BC Premier W.A.C. 貝內特正式開啟職業聯盟。 根據省級授權,Cariboo於1974年與坎盧普斯職業學校合併,為坎盧普斯及該地區的職業需求提供培訓。 1978年,Cariboo被正式指定為具有不列顛哥倫比亞省大學和省立學院法案的公司地位的學院,獲得了自己的董事會,獨立於以前管理它的學校董事會。 該法還設立了開放式學習研究所(OLI),後來成為TRU-開放式學習,在全省範圍內為因地理隔離或其他原因無法接受高等教育的人提供學術課程和職業培訓的缘故。第二年,“大學法”賦予OLI以自己的名義授予藝術或科學學士學位的權力。 在20年的時間裡,學院的人口從第一年為367名全職和200名兼職學生服務的30名教職員工增加到259名全職和124名兼職員工,服務3,047名全職和2,205名 - 隨著入學人數的增加,Cariboo建立了十幾個新設施和一個校內學生宿舍,還翻新和擴建舊建築。 1971年,Cariboo在坎盧普斯以北285公里處的卑詩省威廉姆斯湖開設了一個衛星校園,為周邊社區提供項目,包括偏遠的原住民。 1985年,威廉姆斯湖校區遷至55,000平方英尺的霍奇森路設施,該設施隨後因地震不穩定而關閉。 1989年,Cariboo是省選擇成為新實體,即“大學學院”的三所學院之一,以提供區域中心的學位。 Cariboo的五個學士學位,即:文學學士、理學學士、教育學士學位、工商管理學士學位和護理學學士學位,是最初是在該省三所著名大學UBC,SFU和UVic的監督下開發和授予的。 當第一批畢業生於1991年6月獲得學位時,Cariboo更名為Cariboo大學學院(UCC)。 在1995年1月的學院和研究所法修正案給UCC獨立授予學位的權力。 這十年推出了幾個新項目,其中包括五個學士學位和探險指導文憑。 20世紀90年代的建設包括UCC與學生會之間基於成本回收的聯合提案,以完成53,000平方英尺,以學生為中心的校園活動中心,1990年省級立法改變後允許學院私下借錢用於發展。CC於2002年開始與UBC和SFU合作開設碩士學位課程,並獲得在2003年自主授予應用碩士學位的權力。 次年,卑詩省政府宣布將UCC成為全省最新的大學。 2005年3月,湯姆遜河大學(TRU)根据湯姆遜河大學法案成立。 該法案與BC開放大學和開放學習機構的其他方面合併了Cariboo大學學院,將UCC的大學理事會轉變為參議院,並創建了一個開放式學習計劃委員會。 UCC主席羅傑巴恩斯利博士繼續擔任新機構的掌舵人。 該省指定TRU為特殊目的大學,將繼續提供本科和碩士學位,職業培訓和成人基礎教育,開展研究和學術活動,並通過增加開放式學習課程和課程,將為學生提供開放式學習教育信貸銀行。 湯姆遜河大學(TRU)的首屆畢業典禮隆重舉行2005年3月31日,與安裝了第一校長,南希格林雷恩的一起。 第二天,總理保羅·馬丁成為TRU的第一位正式訪客。 工商管理碩士,TRU的第一個自主碩士學位課程,從9月份開始。 這座11層高的TRU住宅和會議中心大樓是一間擁有580間客房的公寓式學生宿舍,於2006年開業。2007年,現在的威廉姆斯湖校區在西大街開業,所有開放式學習業務(TRU-OL)都從伯納比搬遷 到坎盧普斯校區新建的BC開放學習中心。 Kathleen Scherf博士於2008年被任命為TRU的第二任總裁,但在2009年被TRU的理事會解僱.Roger Barnsley在尋找Scherf的替補期間再次擔任總裁兩年。 Alan Shaver博士於2011年被任命為TRU的第三任總裁,而Wally Oppal先生則被安排為財政大臣。該大學於2011年獲得了卑詩省研究大學理事會(RUCBC)的會員資格。 布朗家庭學習中心是TRU第一座獲得LEED金級認證的建築,於2011年開業,是TRU法學院的首選之地,這是30多年來在加拿大開設的第一所新法學院。 TRU Law於2013年12月搬入新裝修的舊主樓的44,000平方英尺的空間.Law的第一個畢業班於2014年6月召開。 在2014-15學年,TRU的總人數為25,748名學生,其中11,957名在校。 國際學生佔TRU校內學生人數的15%(總體上佔10%),其中中國,印度和沙特阿拉伯在70多個國家中名列前茅。 土著學生佔學生總數的10.5%。 國內和國際的開放學習學生共有11,903名學生。 (*由於一些學生雙重參加校內和開放式學習課程,總人數為整個院校提供了獨特的總數,而不是校園和開放學習的學生總數。) 校區 TRU位於坎盧普斯(Kamloops)的佔地250英畝的主校區位於該市西南部撒哈里(Sahali)地區的麥吉爾路(McGill Road),俯瞰著大學取名的南北湯普森河(River Thompson)的交匯處。 校園擁有40英畝的花園和BC省內部最大的植物園。 住宅為880名學生提供校內住宿。 坎盧普斯是一個擁有85,000人口的小城市,位於不列顛哥倫比亞省西南部內陸的Thompson-Nicola地區的半乾旱草原上,位於Secwepemc(Shuswap)人民的傳統土地上。 TRU在卑詩省Cariboo-Chilcotin地區的威廉姆斯湖有一個衛星校園,在100 Mile House,Clearwater,Barriere,Ashcroft和Lillooet設有區域中心。 開放式學習部門覆蓋全球學生。 校園發展 在學區的各種設施運營一年後,如坎盧普斯印第安住宿學校大樓,Cariboo學院於1971年9月遷至麥吉爾路的現有校園,與坎盧普斯職業學校共用新建的主樓。大部分校園都是加拿大海軍彈藥基地的一部分,在此期間建造的幾個軍官宿舍都被投入使用,並作為當今校園的遺產建築。 Cariboo校園的建設是不變的,以滿足快速擴大的學生群體的需求。圖書館和體育館綜合體都於1976年秋季開放。科學大樓於1980年完工,視覺藝術大樓於次年開放,取代使用坎盧普斯印第安人住宿學校設施。 1988年,學生宿舍開始施工,山坡體育場開放。 1989年,鐘樓大樓和校友劇院落成,並在主樓的B座上增設了第二層,用於教室和書店空間。 作為Cariboo在1989年成為大學學院的申請的一部分,制定了第一個校園計劃,要求每棟建築都有正式名稱。沒有一個教師或職能來識別它,十八年前的主要或主要建築物,作為校園裡最古老,最中央的建築物,當Cariboo學院成為Cariboo大學學院時正式成為Old Main。 隨著本科學生人數的增加,20世紀90年代的建設仍在繼續。 UCC將圖書館和科學大樓的面積擴大了一倍,並於1991年在維多利亞街開設了計算機訪問中心,並於1991年至1993年分兩期完成了藝術與教育(A&E)大樓。緊鄰A&E,53,000平方英尺校園活動中心,包括校園書店,自助餐廳,酒吧,零售空間,會議室,學生會辦公室和咖啡廳,於1993年開業,這要歸功於UCC與學生會之間基於成本回收的聯合提案。 1990年立法的變化使得學院私下借錢用於發展。 同樣在1993年,UCC開設了一個新的校園日托設施,Hillside Stadium軌道房屋,Williams Lake校園擴建部分,Ashcroft的區域中心以及Wells Grey教育和研究中心。 UCC的設施位於城市新加拿大游泳池的隔壁,是坎盧普斯舉辦1993年加拿大夏季運動會不可或缺的一部分。 1994年在梅里特和利盧埃特開設了更多的區域中心,1997年完成了貿易和技術中心。國際大樓於2002年開放,以容納不斷增長的國際教育部門(現為TRU世界分部)。 新的布朗家庭學習大樓於2011年開放,包括TRU的第二個圖書館和學習公共區。這是第一座獲得能源與環境設計領導力(LEED)可持續建築金獎的TRU大樓。它毗鄰的劇院,Irving K. Barber BC中心,有一個由甲蟲殺死的松樹和綠色屋頂組成的天花板,以一個以內部Salish坑屋為模型的設計。 最近對坎盧普斯校區建造的第一座建築Old Main進行了翻新和擴建,於2013年完工.TRU法學院於12月遷入44,000平方英尺的新建築,並正式啟動該空間以配合其2014年6月,第一次畢業班。該裝修獲得了多個獎項,包括2014年學院和大學規劃學會以及美國建築師協會頒發的榮譽獎。 TRU在2013年完成了更新的校園總體規劃,該規劃以“大學村”模式展示了坎盧普斯校區的未來發展。除了提高密度和改善校園生活,大學村的發展也將為獎學金,助學金和研究籌集資金。 TRU社區信託(TRUCT)成立於2011年的公司受託人,是一種促進發展的方式,但與大學保持一定距離,根據目前的省級高等教育風險管理政策,該大學不能直接控制項目。預計2016年將重新分區。 可持續發展 提高可持續性是TRU在2014 - 2019年的五大戰略重點之一。戰略可持續性計劃也是2014年至2019年,是根據高等教育可持續發展促進協會(AASHE)的可持續發展跟踪,評估和評級系統(STARS)制定的。 TRU於2015年被AASHE評為STARS金牌機構,是加拿大兩所大學之一,有資格成為可持續捐贈基金會推出的十億美元綠色挑戰創始人圈的成員,這是一項節能融資計劃。 校園環境可持續發展計劃主要由環境與可持續發展辦公室協調,該辦公室於2009年由首席主任湯姆歐文博士成立。坎盧普斯校區於2010年接受了能源審計,隨後進行了能源改造,佔校園建築面積的78%。 TRU與省級公用事業BC Hydro的持續優化計劃合作,為校園建築提供各種能效計劃。太陽能熱水供暖系統服務於Old Main,校園活動中心和烹飪藝術培訓中心,並且正在探索其他替代能源選擇。環境與可持續發展辦公室的其他舉措包括校園內堆肥,零廢物站,水瓶補充站,拼車服務以及支持學生和社區教育的年度活動。該辦公室還支持可持續性研究。 TRU可持續發展基金會撥款用於改善TRU的運營環境績效,促進可持續性識字和校園社區參與,推進應用研究,並展示可持續發展技術的可行性,並接受TRU學生,教職員工和教師的建議。 治理和學術 TRU是一所公立高等教育機構,由不列顛哥倫比亞省通過高等教育部(AVED)資助。 根據該省在湯普森河大學法案中的立法,該大學的目的是提供學士學位和碩士學位課程,提供中學後和成人基礎教育和培訓,承擔和維護研究和學術活動,並提供 為學生提供開放式學習教育信貸銀行。 大學必須促進卓越教學和開放式學習方法的使用。 在實現其目的時,大學必須滿足副總督會同行政局規定的地區的教育和培訓需求,以及不列顛哥倫比亞省的開放學習需求。 根據大學法案的規定,TRU的治理分為三個負責公司和學術決策的機構 和湯普森河大學法案。 理事會負責預算,業務和行政事務。 參議院就課程,證書,錄取和教育政策等學術問題做出決定。 開放學習規劃委員會同樣負責與公開學習科有關的學術事宜。 省立法規定了每個理事機構的組成,權力和職責以及大學的學位授予權。 (加拿大沒有聯邦教育部或高等教育機構的國家認證體系。高等教育屬於省級而非國家級。)個人學位課程由高等教育部批准。 大學法案還規定了大學的領導權,包括總統的權力,職責和職責。總統擔任副校長辦公室,理事會成員和參議院主席。總裁兼副校長是首席執行官,負責董事會和參議院監督TRU的行政和學術工作。向總統提供諮詢和報告的有教務長和副校長學術,副校長行政和財務,副校長晉升,副校長營銷和傳播,以及執行董事土著教育。 TRU通過其開放式學習部門在以下院系和學校提供140個校內課程和約60個遠程或在線課程: 冒險、烹飪藝術和旅遊學院 藝術學院 商業和經濟學院 教育和社會工作學院 法律系 護理學院 理學院 學生髮展學院 工商學院 TRU還有兩個部門:開放式學習,為所有院系和學校的學生提供遠程,在線和混合學習選擇;和TRU World,為國際和留學生提供服務。 TRU的學術願景以學術計劃:卓越獲取(2011)為指導。 開放式學習 根據湯普森河大學法案的省級立法,TRU開放式學習通過提供開放,可訪問和靈活的學習,以及通過“開放式學習教育信貸銀行”對學習的認可,“滿足不列顛哥倫比亞省的開放學習需求”。 學生們。 開放式學習課程和課程通過在線或遠程學習,連續入學時間表和開放式入學政策,確保所有類型的學習者都有機會完成學業並進一步發展自己的職業。 所有人都有資格獲得開放式學習的一般入學資格,並可申請課程註冊以及入讀證書課程。 申請人不需要特定的平均成績(GPA),也不需要提交中學的成績單進入TRU-OL並在課程中註冊。 友好院校 :广东文理职业学院 其他 加拿大大學列表 参考 外部链接 湯姆遜河大學官方网站 湯姆遜河大學開放式學習 TRU世界 湯姆遜河大學學生會 TRU田徑運動 2005年建立的教育機構 T
45,133
https://en.wikipedia.org/wiki/The%2019th%20Wife
Wikipedia
Open Web
CC-By-SA
2,023
The 19th Wife
https://en.wikipedia.org/w/index.php?title=The 19th Wife&action=history
English
Spoken
333
514
The 19th Wife is a 2008 novel by David Ebershoff. Inspired by the life of Ann Eliza Young, the novel intertwines a historical narrative with a modern-day murder mystery. Plot summary Jordan Scott has been expelled from his fundamentalist sect in modern-day southern Utah, but returns to determine whether his mother killed his father. His mother is the 19th wife of his father. Interspersed with this murder mystery is a late 1800s historical narrative about Ann Eliza Young, who called herself the 19th wife of Latter-day Saint church president Brigham Young. Character list Jordan Scott is the son of BeckyLyn Scott who is accused of killing Jordan's father. Jordan has been excommunicated from his religious sect. He is a young homosexual man who works in the Los Angeles area in construction. BeckyLyn Scott is accused of killing her husband. She is his 19th wife. Queenie is Jordan Scott's half-sister. He is excommunicated when he is caught holding hands with her. She remains in the community and helps Jordan investigate their father's murder. Reception The 19th Wife was #12 on the New York Times Bestseller List the week of August 31, 2008. In a review of the book for The New York Times, Louisa Thomas wrote, "the multiplicity of perspectives serves to broaden Ebershoff’s depiction not only of polygamy, but also of the people whose lives it informs," giving the novel "a rare sense of moral urgency." John O'Connell for The Guardian wrote, "[F]or the most part this is intelligent, compelling stuff with several decent twists." The novel was nominated for the Ferro-Grumley Award. Adaptations A television movie adaptation aired on Lifetime on September 13, 2010, starring Matt Czuchry, Patricia Wettig, and Chyler Leigh. See also References 2009 American novels American detective novels American historical novels American novels adapted into films Cultural depictions of Brigham Young Novels set in Utah Mormonism in fiction Random House books Polygamy in fiction Works about polygamy in Mormonism External links David Ebershoff: The 19th Wife - Home Page
19,299
https://vec.wikipedia.org/wiki/La%20Gomera
Wikipedia
Open Web
CC-By-SA
2,023
La Gomera
https://vec.wikipedia.org/w/index.php?title=La Gomera&action=history
Venetian
Spoken
119
215
La Gomera la xe na ìzoła del archipelago spagnol de le Isole Canarie. La xe la sesta ìzoła pi granda del archipelago e la misura 352 km². La ga na popołasion de 25.000 aneme e la cavedal la xe San Sebastian de la Gomera. Pur sendo de orizine vulcanega, no la ga vulcani ativi e la ultima eruzion la xe sta do milioni e passa ani fa. Cultura Carateristego de l'ìzoła el xe el silbo gomero, na particolar lengua fata solo de fischi, doparada fin da co che La Gomera la gera popolada dal antigo popolo dei guanchi. Unquò la xe tutelada dal UNESCO come patrimonio oral e imaterial de l'umanedà. Ìxołe Canarie Pàjine co erori inte łe mape
27,692
https://ms.wikipedia.org/wiki/Winh%C3%B6ring
Wikipedia
Open Web
CC-By-SA
2,023
Winhöring
https://ms.wikipedia.org/w/index.php?title=Winhöring&action=history
Malay
Spoken
13
36
Winhöring merupakan sebuah kota terletak di munisipaliti Altötting, Bavaria, Jerman. Bandar di Jerman
23,026
https://he.wikipedia.org/wiki/%D7%A4%D7%A8%D7%95%D7%A1%D7%A4%D7%A8%20%D7%90%D7%96%D7%A8%D7%9F
Wikipedia
Open Web
CC-By-SA
2,023
פרוספר אזרן
https://he.wikipedia.org/w/index.php?title=פרוספר אזרן&action=history
Hebrew
Spoken
625
2,084
פרוספר אזרן (נולד ב-10 במאי 1949) הוא איש ציבור ישראלי, אשר כיהן כראש עיריית קריית שמונה מ-1983 עד 1997. קורות חיים פרוספר אזרן, בן למשפחה עשירה, נולד בעיר אספי, שבמרוקו, לפיבי ודוד. ב-1952 עלתה משפחת אזרן לישראל על גבי האונייה "נגבה". עם הגיעם לישראל, שוכנו בפחון, במעברת קריית שמונה וחיו בעוני. ב-1967 התגייס אזרן למשמר הגבול, במסגרתו שירת תשע שנים ועבר קורס קצינים. במהלך השירות הצבאי הכיר את אשתו. לאחר סיום שירותו הצבאי, מונה אזרן למפקד חבל העיר קריית שמונה בחירום בהג"א ומפקד המשמר האזרחי בעיר. בהמשך כיהן כרכז אכלוס עולים חדשים בעיר וקליטתם. הוא יישב אותם באלפי הדירות הריקות שהיו אז בעיר. בתחילת 1981 פורסם שהורה להפסיק את מאמצי הקליטה בעיר, בגלל האבטלה ביישוב. במקביל, כיהן כראש ועד העובדים של העירייה. ב-1981, מינה שר הפנים ועדה קרואה לניהול קריית שמונה. שנה מאוחר יותר, החל מבצע שלום הגליל וצה"ל שיכן בעיר חיילים רבים. בשל כך, נטל לעצמו הרמטכ"ל סמכויות ניהוליות בעיר. ב-1983, פוזרה הוועדה הקרואה ואזרן נבחר בראש רשימת הליכוד לראשות העיר. רשימת הליכוד זכתה בשלושה מתוך 11 מושבים במועצה ואזרן קיבל 33% מהקולות בסיבוב הראשון, לעומת 26% שקיבל ראש העיר הקודם, אברהם אלוני. בסיבוב השני שהתקיים בנובמבר 1983 גבר אזרן על אלוני ומונה לראש העיר. למרות מעמדו בתנועת הליכוד בעיר לא הצליח אזרן להשיג מקום ריאלי ברשימת הליכוד לכנסת, מקום אותו ניסה להשיג פעמיים. ב-1992 נבחר למקום ה-38 בפריימריז, אך הליכוד קיבל רק 32 מנדטים בבחירות הכלליות (לכנסת ה-13). לאחר שתי קדנציות כראש עיר מטעם הליכוד לא עלה בידיו להיבחר גם ליו"ר סניף הליכוד בבחירות המקומיות. זה היה בתקופה בה מחנה דוד לוי, שאזרן זוהה איתו, נחלש. בשל כך, פרש אזרן מתנועת הליכוד ובבחירות לרשויות המקומיות שהתקיימו ב-1993 התחרה בראש רשימה עצמאית, וזכה בקדנציה שלישית בראשות העיר. ראש הממשלה דאז, יצחק רבין, הביע תמיכה ברשימתו זו. בנובמבר 1997 התפטר אזרן מכול תפקידיו הציבוריים. בראיונות עיתונאיים שערך הודיע אזרן שהתאכזב מהבטחות הממסד הפוליטי. לאחר פרישת משה פייגלין מהליכוד התפקד אזרן למפלגת זהות. פעילותו כראש עיר, פעל אזרן במוסדות השלטון למען הטבות מס לעיר וסבסוד מעונות ילדים בה. הוא היה ידוע במסעות שתדלנות רבים במסדרונות הכנסת והממשלה. בין השאר, ערך "שביתת יחיד" מול משרד ראש הממשלה - הגיע כל יום וישב בשער משרד ראש הממשלה עד לאישור דרישותיו. הוא השיג לתושבי העיר 50% הנחה בארנונה והנחה במס ההכנסה. אזרן החזיר לקריית שמונה את השאלת ספרי הלימוד ופעל למען הארכת זכויות הדיור המוגן בעמידר עבור זקנים ומשפחות מרובות ילדים. אזרן גם הביא את מע"צ לרשום בשלטים לכיוון אצבע הגליל את "קריית שמונה" ולא "מטולה" כפי שנהגו לעשות קודם לכן. במהלך כהונתו, חלה עלייה באבטלה של תושבי העיר בשל בעיות כלכליות שהתגלעו בקיבוצי הסביבה, והשינויים בענף התעשייה בישראל. בין 1968 ל-2006, סבלו תושבי העיר סבלו מירי קטיושות ומחדירות של חוליות מחבלים. מלחמת לבנון הראשונה לא פתרה את הבעיה. בעקבות מלחמת המפרץ הראשונה אשר במהלכה עזבו חלק מתושבי תל אביב את העיר, עודד אזרן את תושבי קריית שמונה להתארח במרכז הארץ בתקופות טיווח קשות. למעשה, כבר כשאזרן היה ראש ועד עובדים הוא התמודד, כמנהיג, עם המצב הביטחוני - הוא נלחם על אי השעייתם של עובדים שעזבו את עבודתם במהלך מתקפות טילים. לבד מהיותו ראש עיר, אזרן החזיק בתפקידים נוספים. הוא היה יושב ראש פורום ערי הפיתוח, חבר הנהלה עולמית של ארגון יהודי צפון אפריקה, יושב ראש איגוד הכבאים של גליל העליון וסגן יושב מרכז השלטון המקומי. במהלך כהונתו, אזרן זכה לתוארי אזרח כבוד מהערים ניו אורלינס, מיאמי ביץ' וסן חוזה שבארצות הברית. כמו כן, זכה לתעודת מניית כבוד מחברת רסקו ולתואר כבוד של התנועה "חוקה לישראל". אזרן כתב את האוטוביוגרפיה "ראש עיר תחת אש". תערוכת הצילומים מהספר הוצגה במוזיאון הפתוח תפן, בשנת 2016. היא נפתחה בהרצאה שלו, לרגל שבוע הספר העברי. הספר יצא ב"הוצאה גלילית". אזרן נשוי ואב לשלושה. קישורים חיצוניים פרוספר אזרן באתר "ישראל נגלת" הערות שוליים ראשי עיריית קריית שמונה ראשי רשויות מקומיות מטעם הליכוד פעילי מפלגת זהות כותבי אוטוביוגרפיה ישראלים ישראלים ילידי מרוקו ישראלים שנולדו ב-1947
13,748
https://math.stackexchange.com/questions/2170444
StackExchange
Open Web
CC-By-SA
2,017
Stack Exchange
Simply Beautiful Art, https://math.stackexchange.com/users/272831
English
Spoken
170
428
$\sum_{n=3}^\infty \frac{1}{n(\ln n)^4}$ what upper bound does it yield for the error S-S30 The integral test enables us to bound the error approximation of the series $$S=\sum_{n=3}^\infty \frac{1}{n(\ln n)^4}$$ by the partial sum $$S30=\sum_{n=3}^{30} \frac{1}{n(\ln n)^4}$$ What upper bound does it yield for the error S−S30 ? Give your answer accurate to 3 significant digits. SO I calculate $$\int_{30}^ \infty \frac{dn}{n(\ln n)^4}$$ but the answer is wrong why appreciate any help What did you get as your answer? You've included the $n=30$ term in your partial sum, so you don't want to count it again in your error term. In more detail, to start the standard form of the integral test takes the form $$ \int_N^\infty f(x)\, dx \leq \sum_{n=N}^\infty f(n)\leq f(N)+\int_N^\infty f(x)\,dx $$ Letting $f(n)=\frac{1}{n(\ln n)^4}$, the error between the partial sum $S_{30}=\sum_{n=3}^{30}f(n)$ and the exact value infinite sum $S=\sum_{n=3}^\infty f(n)$ is the tail of the series $S=\sum_{n=31}^\infty f(n).$ So this is the sum we want an upper bound for, which the integral test tells us is $f(31)+\int_{31}^\infty f(x)\,dx$.
45,008
https://ja.wikipedia.org/wiki/%E8%A1%A3%E7%AC%A0%E5%B9%B8%E9%9B%84
Wikipedia
Open Web
CC-By-SA
2,023
衣笠幸雄
https://ja.wikipedia.org/w/index.php?title=衣笠幸雄&action=history
Japanese
Spoken
31
992
衣笠 幸雄(きぬがさ ゆきお、1949年=昭和24年9月22日 - )は、日本のテレビカメラマン、放送記者、実業家。東京放送ホールディングス(TBSHD)常務取締役、TBSテレビ常務取締役、TBSサービス代表取締役社長のほか、鳥取県美術館整備基本構想検討委員会委員を歴任。鳥取県倉吉市出身。 来歴・人物 1973年(昭和48年)3月に慶應義塾大学経済学部を卒業し、4月に東京放送(TBS。のちのTBSHD)へ入社。ニュースカメラマンを経て、報道記者として活動。イランで起きたアメリカ大使館占拠事件の現地取材や、首相だった中曽根康弘の番記者を担当した。 1991年(平成3年)編成部副部長へ就任。以後、報道センター副部長、人事部副部長、編成部専任部長、営業推進部長、スポーツ局業務部長(次長)を歴任。その後、TBSスポーツへの出向を経て、TBS本社復帰後は編成局担当局次長、総務部長などを歴任。 2004年(平成16年)10月人事労政局長(2005年=平成17年6月より執行役員、2006年=平成18年6月より取締役をそれぞれ兼任)。2008年(平成20年)5月より取締役専任となり、6月より常務取締役へ就任。 東京放送の持株会社化に伴い東京放送ホールディングスとなった2009年(平成21年)4月からは、引き続き同社常務取締役を務める一方、子会社のTBSテレビにて取締役、11月からは常務取締役兼編成局長、2010年(平成22年)5月からは常務取締役兼編成制作局長、11月からは常務取締役をそれぞれ兼任。 2012年(平成24年)3月末でTBSテレビの役員から退き、4月1日付でTBSHD常務取締役から取締役となった、6月28日に行われた第85期定時株主総会をもって任期満了により取締役を退任。また、同年には、子会社であるTBSサービスの代表取締役社長へ就任。2017年(平成29年)6月21日付で藤田徹也に後を譲り、退任した。 TBSサービス社長退任後は、TBSテレビ社長室顧問を務める。 映画 「また、必ず会おう」と誰もが言った。(2013年9月28日公開。製作:「またかな」製作委員会=TBSサービス・BS-TBS・TCエンタテインメント、配給:BS-TBS) - 製作 脚注 注釈 出典 関連項目 鳥取県出身の人物一覧 慶應義塾大学の人物一覧 日本の放送関係者 撮影技師 日本のジャーナリスト 日本の実業家 TBSの人物 鳥取県出身の人物 慶應義塾大学出身の人物 1949年生 存命人物
18,081
https://es.wikipedia.org/wiki/Chapter%20Four%3A%20The%20Last%20Picture%20Show
Wikipedia
Open Web
CC-By-SA
2,023
Chapter Four: The Last Picture Show
https://es.wikipedia.org/w/index.php?title=Chapter Four: The Last Picture Show&action=history
Spanish
Spoken
437
835
Chapter Four: The Last Picture Show es el cuarto episodio de la primera temporada de la serie de The CW, Riverdale. Fue escrito por Michael Grassi y dirigido por Mark Piznarski, fue estrenado el 16 de febrero de 2017. Sinopsis Para el episodio, The CW lanzó una sinopsis oficial que dice: SOSTENIENDO - Cuando Jughead (Cole Sprouse) descubre que un comprador anónimo tiene planes de demoler el autocine local, lucha desesperadamente para mantenerlo abierto. Betty (Lili Reinhart) encuentra su amistad con Archie en la línea después de tropezar con información sorprendente que ha descubierto acerca de la señorita Grundy (estrella invitada Sarah Habel). Por otra parte, Veronica (Camila Mendes) confronta a su madre Hermione (Marisol Nichols) sobre una reunión sospechosa que presenció entre su madre y una sombría Serpiente del sur. Finalmente, después de descubrir el diario de Betty, Alice (Madchen Amick) encuentra la oportunidad perfecta para destruir la imagen de chico dorado de Archie. Madelaine Petsch y Luke Perry también protagonizan. Elenco Principal KJ Apa como Archibald "Archie" Andrews. Lili Reinhart como Elizabeth "Betty" Cooper. Camila Mendes como Veronica Cecilia Lodge. Cole Sprouse como Forsythe Pendleton "Jughead" Jones III. Marisol Nichols como Hermione Apollonia Lodge. Madelaine Petsch como Cheryl Marjorie Blossom. Mädchen Amick como Alice Cooper. Luke Perry como Frederick "Fred" Andrews. Invitado Tom McBeath como Smithers. Caitlin Mitchell-Markovitch como Ginger Lopez. Olivia Ryan Stern como Tina Patel. Moses Thiessen como Ben. Recurrente Casey Cott como Kevin Keller. Martin Cummins como Sheriff Tom Keller. Robin Givens como Sierra McCoy. Sarah Habel como Geraldine Grundy. Skeet Ulrich como Forsythe Pendleton "FP" Jones II. Nathalie Boltt como Penelope Blossom. Barclay Hope como Cliff Blossom. Lochlyn Munro como Hal Cooper. Rob Raco como Joaquin DeSantos. No acreditado Jack Moore como Forsythe Pendleton "Jughead" Jones III. Audiencia El episodio fue visto por 1.14 millones de espectadores, recibiendo 0.4 millones entre los espectadores entre 18-49 años. Continuidad El título del episodio proviene de la película dramática estadounidense de 1971 del mismo nombre. En este episodio se revela que Jughead no tiene hogar y residía en el Twilight Drive-In hasta su cierre. Este episodio marca la primera aparición de Joaquin, un miembro de las serpientes sureñas. Este episodio marca la primera aparición de FP Jones, líder de las serpientes sureñas y padre de Jughead. En este episodio se revela que Geraldine Grundy es una anciana que murió hace 7 años. Jennifer Gibson asumió su identidad cuando se mudó a Riverdale. Este episodio marca el primer episodio donde Jason Blossom y Josie McCoy no aparecen. Referencias Enlaces externos Chapter Four: The Last Picture Show en TV.com Episodios de la primera temporada de Riverdale
47,676
https://sv.wikipedia.org/wiki/Anders%20Falk%20%28kyrkom%C3%A5lare%29
Wikipedia
Open Web
CC-By-SA
2,023
Anders Falk (kyrkomålare)
https://sv.wikipedia.org/w/index.php?title=Anders Falk (kyrkomålare)&action=history
Swedish
Spoken
210
601
Anders Falk, även Falck, född i Falkenberg, var en svensk kyrkomålare verksam i slutet av 1600-talet och början av 1700-talet. Biografi Falk var enligt uppgifter bosatt i Bogesund, Jönköping och Göteborg. Han var en av bygdemålarna som öppnade dörren för det dekorativa och figurala kyrkomåleriet som florerade i slutet av 1600-talet och början av 1700-talet. Verk 1688 Ulricehamns kyrka. Takmålning. Bevarad. 1693 Burseryds kyrka. Takmålning. Bevarad. 1694–1695 Bottnaryds kyrka. Tak- och väggmålningar signerade A Falck fecit. Bevarat. 1696–1698 Hyssna gamla kyrka. Bemålning av tak, väggar, altare, stolar med mera. Endast delar av läktarbröstning bevarat. Somligt är övermålat. 1697 och 1707 Sandviks kyrka. Invändig målning och målning av predikstol och stolar. Försvunnet efter brand. 1699 Långaryds kyrka. Försvunnet. 1701 Rångedala kyrka. Takmålning. Försvunnen 1701–1702 Murums kyrka. Stoffering. 1702 Sätila kyrka. Takmålning, vitmening av vapenhus och målning av stolar. Försvunnet. 1702 Seglora kyrka. Arbete med predikstol. 1703 Skillingmarks kyrka. Altartavla och målning av predikstol. Bevarat. Kan vara utfört av Nils Falk. 1704–1706 Bjurbäcks kyrka. Målning. Försvunnet. 1708 Angerdshestra kyrka. Takmålning. Försvunnet. 1709–1710 Bondstorps kyrka. Takmålning. Övermålad och delvis framtaget. Referenser Svenskt konstnärslexikon del II sid 182–183, Allhems Förlag, Malmö. Svenska kyrkomålare Svenska målare under 1600-talet Svenska målare under 1700-talet Personer från Falkenberg Personer under stormaktstiden Födda okänt år Avlidna okänt år Män
40,085
https://stackoverflow.com/questions/44910390
StackExchange
Open Web
CC-By-SA
2,017
Stack Exchange
Adam LeBlanc, Guoliangcai, https://stackoverflow.com/users/2066990, https://stackoverflow.com/users/7603027
English
Spoken
251
561
Warning shows when using SQLAlchemy with MySQL I'm using flask and SQLAlchemy to build my app, but I got some problem can't be fixed. I setup my database in config.py SQLALCHEMY_DATABASE_URI = 'mysql://root:root@localhost:3306/blog?charset=utf8mb4' SQLALCHEMY_COMMIT_ON_TEARDOWN = True I have a db 'blog' in MySQL with utf8mb4 charset(at first it was utf8 ,also in config.py, others told me use utf8mb4 to solve it but didn't work). Here is my models in models.py from . import db class Role(db.Model): role = db.Column(db.SmallInteger, primary_key = True, autoincrement = False) remark = db.Column(db.String(200)) def __init__(self, role, remark): self.role, self.remark = role, remark class User(db.Model): id = db.Column(db.Integer, primary_key = True) role = db.Column(db.SmallInteger, db.ForeignKey('role.role'), nullable = False) name = db.Column(db.String(50), unique = True, nullable = False) pwd = db.Column(db.String(80), nullable = False) def __init__(self, name, pwd, role): self.name, self.pwd, self.role = name, pwd, role When I run 'db.create_all()', I got a warning that shows all the time, even the two tables was created, it popup when I add rows to table.Here is the warning Warning: (1366, "Incorrect string value: '\\xD6\\xD0\\xB9\\xFA\\xB1\\xEA...' for column 'VARIABLE_VALUE' at row 480") Please help, I'm using MySQL57 and python35, windows. I believe this is because whatever encoding that string is in, is not supported by MySQL. Don't really know much more about it than that without getting a bit more detail, but it appears to be an encoding issue. But the warning also shows when I create the table now I change MySQL to 55 edition,the warning is gone.I don't know why.
39,305
https://stackoverflow.com/questions/44943594
StackExchange
Open Web
CC-By-SA
2,017
Stack Exchange
English
Spoken
81
118
Upload dSYM to crashlytics from window I develop app by Xamarin.IOS and want to use crashlytics. I use CI by Jenkins based on Windows. How can I automatically upload dSYM files to crashlytics from windows machine? I try find any public API for that, but found nothing. I have workaround: Upload dsym to mac and use fastlane Is it only one way for this? Mike from Fabric here and you're correct that using Fastlane as a workaround is the best solution.
36,161
https://ta.wikipedia.org/wiki/%E0%AE%AA%E0%AE%BF%E0%AE%AF%E0%AE%B0%E0%AF%8D%20%E0%AE%9C%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%9C%E0%AE%BF%E0%AE%AF%E0%AF%8B%20%E0%AE%83%E0%AE%AA%E0%AE%BF%E0%AE%B0%E0%AE%BE%E0%AE%9A%E0%AE%BE%E0%AE%A4%E0%AE%BF
Wikipedia
Open Web
CC-By-SA
2,023
பியர் ஜார்ஜியோ ஃபிராசாதி
https://ta.wikipedia.org/w/index.php?title=பியர் ஜார்ஜியோ ஃபிராசாதி&action=history
Tamil
Spoken
318
2,231
பியர் ஜார்ஜியோ ஃபிராசாதி (6 ஏப்ரல் 1901 - 4 ஜூலை 1925) இத்தாலிய கத்தோலிக்கரும், உரோமன் கத்தோலிக்க திருச்சபையின் அருளாளரும் ஆவார். வாழ்க்கைக் குறிப்பு இவர் துரின் நகரில், ஒரு செல்வந்த குடும்பத்தில் பிறந்தார். இவரின் தந்தை லா ஸ்டம்பா (:en:La Stampa) என்னும் செய்தித்தாளினைத் துவங்கி நடத்திவந்தார். கல்வியில் சுமாராயிருப்பினும், தன் நண்பர்கள் மத்தியில் பக்திக்கும் விசுவாசத்திற்கும் பேர்போனவர் இவர். இவர் ஈகை, செபம் மற்றும் சமூகப் பணிக்கு தன் வாழ்வை அர்ப்பணித்தார். இவர் கத்தோலிக்க இளையோர் மற்றும் மாணாக்கர் சங்க உறுப்பினர். மேலும் தோமினிக்கின் மூன்றாம் சபையில் சேர்ந்திருந்தார். இவர் அடிக்கடி "ஈகை மட்டும் போதாது, சமூகப் மறுமலர்ச்சியும் தேவை" என்பார். திருத்தந்தை பதினொன்றாம் லியோவின் சுற்றுமடலான :en:Rerum Novarum இன் படி ஒரு செய்தித்தாளை துவங்க உதவினார். 1918-இல் புனித வின்சண்ட் தே பவுல் சபையில் சேர்ந்து தன் நேரத்தை ஏழைகளுக்கு உதவுவதில் செலவிட்டார். தன் பெற்றோரிடமிருந்து பெறும் பயணச்செலவை குறைக்க மூன்றாம் தர தொடர்வண்டியில் பயணம் செய்தார். இதனால் சேமித்த தொகையை ஏழைகளுக்கு கொடுத்தார். இவர் பங்கு பெற்ற பக்த சபைகளில் வெளிப்போக்காக இல்லாமல், முழுமையாக ஈடுபட்டார். பாசிச கொள்கைகளுக் எதிராக வெளிப்படையாகவே செயல்பட்டார். ஒரு முறை உரோம் நகரில், கத்தோலிக்க திருச்சபையினால் ஆதரிக்கப்பட்ட ஆர்ப்பாட்டத்தில் கலந்து கொண்டு வேறோருவர் கையிலிருந்து காவலர்கள் தட்டிவிட்ட விளம்பர பதாகையை இவர் இன்னும் உயத்திப்பிடித்தபடி சென்றார். இதனால் இவர் சிறை செல்ல நேர்ந்தது. அங்கே தன் தந்தையின் செல்வாக்கை பயன்படுத்தவில்லை. ஒருமுறை இவர் வீட்டினுள் பாசிசர்கள் புகுந்து இவரையும் இவரின் தந்தையையும் தாக்கினர், இவர் தனியொரு ஆளாய் அவர்களைத் தாக்கி தெருவில் ஓட ஓட விரட்டினார். 1925-இல் தனது 24-ஆம் அகவையில் இளம்பிள்ளை வாதத்தால் இவர் மரித்தார். இவரின் குடும்பத்தினர் வியப்புக்குள்ளாகும் வகையில் இவரது இறுதி ஊர்வளத்தில் பெரும் திரளான ஏழை மக்கள் கலந்துக்கொண்டனர். இம்மக்களின் வேண்டுதலுக்கு இணங்கி தூரின் நகர பேராயர் புனிதர் பட்டத்திற்கான முயற்சிகளை 1932-இல் துவங்கினார். 20 மே 1990 அன்று முக்திபேறு பட்டம் அளிக்கையில், திருத்தந்தை இரண்டாம் அருள் சின்னப்பர் இவரை மலைப்போழிவின் மனிதர் எனப் புகழ்ந்தார். இவரின் விழா நாள் 4 ஜூலை ஆகும். ஓக்லகோமாவில் உள்ள, இவரின் குடும்பத்தினரால் இவர் நினைவாக பராமரிக்கப்படும் Bishop McGuinness High School என்னும் பள்ளியின் பாதுகாவலராய் இவர் கருதப்படுகின்றார். குறிப்புகள் இவற்றையும் பார்க்க :en:Bartolome Blanco Marquez :en:Alberto Marvelli :en:Ivan Merz :en:Chiara Badano :en:Luciana Frassati Gawronska, பியர் ஜார்ஜியோவின் சகோதரி வெளி இணைப்புகள் bettnet.com/frassati savior.org/saints/frassati.htm catholic-forum.com/saints/saintp3x.htm Pope John Paul II - Homily From the Beatification Mass of Blessed Pier Giorgio Frassati - 20 மே 1990 Frassati Canada Blessedpier.org piergiorgiofrassati.org Pier Giorgio Frassati's official website Associazione Pier Giorgio Frassati, Rome famvin.org/wiki/Pier_Giorgio_Frassati 1901 பிறப்புகள் 1925 இறப்புகள் இத்தாலியர் அருளாளர் பட்டம் பெற்றவர்கள் இளம்பிள்ளை வாதத்தால் இறந்தோர் உரோமன் கத்தோலிக்க சமூகப்பணியாளர்கள் தொமினிக்கன் சபையினர்
21,094
https://de.wikipedia.org/wiki/Abraham%20Schlomer
Wikipedia
Open Web
CC-By-SA
2,023
Abraham Schlomer
https://de.wikipedia.org/w/index.php?title=Abraham Schlomer&action=history
German
Spoken
393
819
Abraham Schlomer (geboren 1810 in Lübeck-Moisling; gestorben 13. Oktober 1883 in Hamburg) war ein deutscher Kaufmann und Abgeordneter. Leben Abraham Schlomer stammte aus einer orthodoxen jüdischen Familie, die im 18. Jahrhundert aus Böhmen nach Moisling gekommen war. Schlomer wurde ein erfolgreicher Pferde- und Viehhändler. So verkaufte er allein beim Hamburger Pferdemarkt 1865 70 Pferde. Zugleich war er Ältester der Jüdischen Gemeinde in Moisling. Seit 1835 war er verheiratet mit Reichel, geb. Prenzlau (gestorben 24. April 1894). Das Paar hatte elf Kinder, sieben Söhne und vier Töchter. Das Haus der Familie, im Zentrum Moislings gelegen, war der Mittelpunkt des Gemeindelebens. 1848 nahm er Schlomer als dauerhaften Familiennamen an. Im April 1848 wurde er zu einem der vier Moislinger Wahlmänner zur Wahl des Lübecker Abgeordneten zur Frankfurter Nationalversammlung gewählt. Damit nahm erstmals ein Mitglied der jüdischen Gemeinde gleichberechtigt an der politischen Meinungsfindung im Stadtstaat Lübeck teil. Ab 1863 gehörte Schlomer der Lübecker Bürgerschaft an. Die Familie Schlomer gehörte zu den wenigen bessergestellten jüdischen Familien, die nach der Gewährung der Freizügigkeit nicht in die Stadt gezogen waren, sondern in Moisling blieben. Anfang 1871 zog er jedoch mit seiner Familie nach Hamburg in die Eimsbütteler Straße. Mit seinem Wegzug endete das jüdische öffentliche religiöse Leben in Moisling. Der Rabbiner Salomon Carlebach berichtet darüber: Die Moislinger Synagoge wurde noch 1871 abgebrochen. Schlomer blieb sein Leben lang Mitglied der Lübecker Gemeinde. Sein Wunsch, auf dem Jüdischen Friedhof in Moisling beerdigt zu werden, konnte durch den Umstand, dass er kurz vor der Festzeit verstorben war, nicht erfüllt werden. Seine Hinterbliebenen erwarben eine Familiengrabstätte auf dem Grindelfriedhof, wo 1894 auch seine Frau begraben wurde. Bei der Auflösung des Grindelfriedhofs wurden beide 1937 auf den Jüdischen Friedhof Ohlsdorf umgebettet. Für seinen im Konzentrationslager Theresienstadt umgekommenen Sohn Salomon Siegmund Schlomer (1853–1942) gibt es in Hamburg zwei Stolpersteine an der Trostbrücke und am Neuen Pferdemarkt. Ignaz Schlomer war sein Großneffe. Literatur Salomon Carlebach: Geschichte der Juden in Lübeck und Moisling, dargestellt in 9 in dem Jünglings-Verein (Chevras Haschkomoh) zu Lübeck gehaltenen Vorträgen. Lübeck 1898 Albrecht Schreiber: Wegweiser durch die Geschichte der Juden in Moisling und Lübeck. Lübeck 1984 Peter Guttkuhn: Die Geschichte der Juden in Moisling und Lübeck. Archiv der Hansestadt Lübeck, 2. Auflage 2007. ISBN 978-3-7950-0468-2 Weblinks Informationen zur Familie in der Datenbank www.stolpersteine-hamburg.de Einzelnachweise Mitglied der Bürgerschaft (Lübeck) Kaufmann Pferdehändler Person (Hamburg) Person des Judentums (Lübeck) Deutscher Geboren 1810 Gestorben 1883 Mann
28,612
https://ru.stackoverflow.com/questions/750798
StackExchange
Open Web
CC-By-SA
2,017
Stack Exchange
TheMY3, https://ru.stackoverflow.com/users/179931, https://ru.stackoverflow.com/users/184811, https://ru.stackoverflow.com/users/223826, https://ru.stackoverflow.com/users/262308, lena, teran, Дмитрий Матвиенко
Russian
Spoken
179
404
Как в PhpStorm открыть 2 ветки одного и того же проекта в 2х окнах? Нужно открыть один и тот же проект в 2х окнах, что бы в одном окне работать с одной веткой Git, а в другом окне в другой ветке. Если я пробую открыть уже открытый проект, то ничего не происходит. Подскажите возможно ли это сделать и как? А как вы собрались открывать 2 ветки? При переключении на другую ветку файлы же могут быть другими, и те файлы что открыты были в 1 окне могут не существовать в другой ветке. в отдельное директорию нельзя что ли ветку вторую выгрзузить? Да, я уже как раз сделал отдельную директорию. Правда, тупит шторм почему-то, когда оба проекта открыты. странно - почему бы ему тупить при удвоении размера проекта? :) Я бы рекомендовал использовать git-worktree. Одной командой можно вынести вету в отдельную директорию: git worktree add <path> [<branch>]. Однако стоит иметь в виду, что два открытых проекта требуют примерно в два раза больше ресурсов. Поэтому для ускорения работы IDE лучше увеличить количество доступной ей памяти (Help | Diganostics | Change memory settings).
14,446
https://hy.wikipedia.org/wiki/%D5%94%D5%A1%D5%B5%D5%AC%D5%A5%D6%80%20%28%D6%86%D5%AB%D5%AC%D5%B4%29
Wikipedia
Open Web
CC-By-SA
2,023
Քայլեր (ֆիլմ)
https://hy.wikipedia.org/w/index.php?title=Քայլեր (ֆիլմ)&action=history
Armenian
Spoken
63
373
Քայլեր, 1962 թվականին Երևանի հեռուստատեսության կինոխմբագրության նկարահանած ֆիլմ։ Սյուժե Ֆիլմի գլխավոր հերոսներն են լրագրողը և բժշկուհին։ Նրանց հանդիպումն առիթ է դառնում վերհիշելու պատերազմի դժվար օրերը։ Դերերում Արմեն Ջիգարխանյան Վարդուհի Վարդերեսյան Հ. Հովհաննիսյան Գեղամ Հարությունյան Նկարահանող խումբ Սցենարի հեղինակ/բեմադրող ռեժիսոր- Ժիրայր Ավետիսյան Բեմադրող օպերատոր - Է. Հակոբյան Բեմադրող նկարիչ - Շ. Հակոբյան Կոմպոզիտոր - Էդուարդ Բաղդասարյան Ծանոթագրություններ Ժիրայր Ավետիսյանի ֆիլմեր 1962 ֆիլմեր Հայկական ֆիլմեր
3,794
https://fi.wikipedia.org/wiki/Jorma%20Reini
Wikipedia
Open Web
CC-By-SA
2,023
Jorma Reini
https://fi.wikipedia.org/w/index.php?title=Jorma Reini&action=history
Finnish
Spoken
292
929
Jorma Ilmari Reini (5. kesäkuuta 1942 Tampere – 14. toukokuuta 1998 Helsinki) oli merkittävä suomalainen työmarkkinavaikuttaja. Koulutukseltaan hän oli oikeustieteen kandidaatti. Reini toimi STTK:n puheenjohtajana vuosina 1975–1990. Julkisuuteen Reini nousi vuoden 1977 keväällä johtaessaan voimalalakkoa. Valtakunnansovittelijan tehtävää Reini hoiti vuodesta 1990 tammikuuhun 1997, jolloin hänet erotettiin hänen 16. tammikuuta 1997 Helsingin käräjäoikeudessa saamansa neljän kuukauden ehdollisen vankeusrangaistuksen vuoksi. Hänet oli tuomittu ehdolliseen vankeuteen, koska joulukuun 1996 alussa hän oli vastustanut väkivaltaisesti poliiseja, jotka olivat tulleet selvittämään perheriitaa. Erottamispäätöksen tehnyt silloinen työministeri Liisa Jaakonsaari katsoi Reinin menettäneen sen luottamuksen, jota valtakunnansovittelijan viran haltijalta edellytetään. Reini sai julkisuutta myös muiden mukana allekirjoittamallaan seksikortilla, niin kutsutulla ”kikkelikortilla”, joka lähetettiin tasa-arvoasiain neuvottelukunnan työntekijälle Marianne Laxénille. Kortin lähettäjät käyttivät nimimerkkiä Tupolevin veljekset mutta kirjoittivat myös omat nimensä. Reini pahoitteli myöhemmin omaa osuuttaan. Reini oli tutkittavana Rapap Oy:n talousepäselvyyksien takia vuonna 1994. Tuolloin häntä ei kuitenkaan pidätetty virasta. Reini oli painostanut SKOPia pelastamaan ay-johtajia sijoitustappioilta. Jutusta ei lopulta syytetty ketään. Aamulla 14. toukokuuta 1998 noin klo 7.30 Reini sai sydänkohtauksen kotonaan Helsingin Vuosaaressa mutta onnistui itse hälyttämään ambulanssin. Ambulanssin tullessa paikalle hän oli vielä tajuissaan, kunnes sai uuden infarktin. Elvytysyrityksistä huolimatta hän kuoli ambulanssissa matkalla Malmin sairaalaan. Hän oli kuollessaan 55-vuotias. Jorma Reinin muistelmat ilmestyivät vuonna 1996 Jukka-Pekka Pietiäisen toimittamina nimellä Pispalasta Bulevardille. Reini populaarikulttuurissa Viihdetaiteilija Jope Ruonansuu teki Jorma Reinistä kappaleen "Kaikki menee kun sovittelee", josta julkaistiin CD-single ja joka vedettiin myös pois myynnistä ennen virallista myyntipäivää. Kappaleen oli alun perin pitänyt tulla tulevalle Vara Mara -albumille, mutta Reinin pyynnöstä se poistettiin. Ruonansuu on tehnyt myös sketsejä sarjaan Ruonansuu & Petelius Co., joissa hän imitoi Jorma Reiniä. Lähteet Kirjallisuutta Aiheesta muualla Jorma Reinin muistokirjoitus Helsingin Sanomissa. Kikkelikortti kirvoitti keskustelua tasa-arvon tilasta. Ylen Elävä arkisto. Suomalaiset ammattiyhdistysjohtajat Suomen valtakunnansovittelijat Suomalaiset juristit Vuonna 1942 syntyneet Vuonna 1998 kuolleet STTK
48,532
https://stackoverflow.com/questions/69968189
StackExchange
Open Web
CC-By-SA
2,021
Stack Exchange
Bergi, GPB, Parking Master, https://stackoverflow.com/users/1048572, https://stackoverflow.com/users/17202960, https://stackoverflow.com/users/17412990
Norwegian Nynorsk
Spoken
318
532
Store style.color inside variable javascript I am trying to store style.color of input element inside javascript variable but it always shows me empty string. var textColor = document.getElementsByTagName("input")[0]; document.getElementsByTagName("input")[0].style.color = textColor; console.log(textColor); You're storing the entire input element in the textColor variable?! But I can't do it like that var textColor = document.getElementsByTagName("input")[0].style.color Why not? Also, can you show us the HTML of your page? What value do you expect to get? ...I think you mean var textColor = document.getElementsByTagName("input")[0]; textColor.style.color = textColor.value; console.log(textColor.value); This will console.log the value of input and I need to have access to style.color like "blue" etc... Then change textColor.value to textColor.style.color I already tried it and it shows [object HTMLInputElement] The reason it says that, is because you're logging the entire object of the element. You can get the color with style.color; Yes, so I do it like that textColor = textColor.style.color; and it shows an empty log The element must have an empty color then. No it has black color @GPB But not in a style="color: black" attribute for sure? If you want to get styles applied by style sheets, you need to use getComputedStyle. No I was not right, because I am fetching the data from input element of google site and it has no color value in it Is it possible to store the data about text color from google.com? Yes, but it's quite impossible and useless without a server. You can scrape the source code from google.com (http request), get the html code, and read the code and use getComputedStyle to get the color. You should just look at google company colors. I am asking because my app is not only fetching the data from google input but also from website with dark background and now it sounds like really tough problem to store original text color. You need to access the input's .value property, a hex color.
16,685
https://it.wikipedia.org/wiki/Rester%20la%20m%C3%AAme
Wikipedia
Open Web
CC-By-SA
2,023
Rester la même
https://it.wikipedia.org/w/index.php?title=Rester la même&action=history
Italian
Spoken
26
46
Rester la même è il quarto album in studio della cantante francese Lorie, pubblicato nel 2005. Tracce Collegamenti esterni Album certificati disco di platino in Francia
13,784
https://ceb.wikipedia.org/wiki/Okot%20Otong
Wikipedia
Open Web
CC-By-SA
2,023
Okot Otong
https://ceb.wikipedia.org/w/index.php?title=Okot Otong&action=history
Cebuano
Spoken
49
74
Suba ang Okot Otong sa Kamerun. Nahimutang ni sa rehiyon sa South Region, sa habagatang bahin sa nasod, km sa habagatan sa Yaoundé ang ulohan sa nasod. Ang Okot Otong mao ang bahin sa tubig-saluran sa Ntem. Ang mga gi basihan niini Ntem tubig-saluran Mga suba sa South Region
33,583
https://pl.wikipedia.org/wiki/Alen%C3%A7on
Wikipedia
Open Web
CC-By-SA
2,023
Alençon
https://pl.wikipedia.org/w/index.php?title=Alençon&action=history
Polish
Spoken
185
429
Alençon () – miejscowość i gmina we Francji, w regionie Normandia, w departamencie Orne. Według danych na rok 2018 gminę zamieszkiwało 26 523 osób, a gęstość zaludnienia wynosiła 2483 osób/km² (wśród 1815 gmin Dolnej Normandii Alençon plasuje się na 2. miejscu pod względem liczby ludności, natomiast pod względem powierzchni na miejscu 463.). W mieście rozwinął się przemysł włókienniczy, metalowy, elektrotechniczny, ceramiczny oraz papierniczy. Miasto słynie z koronki z Alençon (fr. la dentelle d'Alençon), która została wpisana na listę światowego niematerialnego dziedzictwa kulturowego UNESCO w dniu 16 listopada 2010. Postacie związane z Alençon Jacques-René Hébert – ur. 15 listopada 1757 w Alençon, zm. 24 marca 1794 w Paryżu) – francuski dziennikarz i działacz polityczny Teresa z Lisieux – ur. 2 stycznia 1873 w Alençon, zm. 30 września 1897 w Lisieux – karmelitanka francuska, święta katolicka, patronka misji, Doktor Kościoła Benoît Tréluyer – ur. 7 grudnia 1976 w Alençon – francuski kierowca wyścigowy Daniel Balavoine - ur. 5 lutego 1956 w Alençon, zm. 14 stycznia 1986 - francuski piosenkarz, kompozytor i autor tekstów Zobacz też Władcy Alençon Przypisy Bibliografia Miejscowości w departamencie Orne Miasta w regionie Normandia
34,959
https://sv.wikipedia.org/wiki/Desa%20Pepe
Wikipedia
Open Web
CC-By-SA
2,023
Desa Pepe
https://sv.wikipedia.org/w/index.php?title=Desa Pepe&action=history
Swedish
Spoken
54
139
Desa Pepe kan syfta på följande platser: Indonesien Desa Pepe (administrativ by i Indonesien, Jawa Tengah, lat -7,67, long 110,61), Desa Pepe (administrativ by i Indonesien, Jawa Tengah, lat -7,71, long 109,84), Desa Pepe (administrativ by i Indonesien, Jawa Tengah, lat -7,02, long 110,65), Desa Pepe (administrativ by i Indonesien, Jawa Timur), Robotskapade Indonesienförgreningar
3,699
https://war.wikipedia.org/wiki/Pisachoides%20primitiva
Wikipedia
Open Web
CC-By-SA
2,023
Pisachoides primitiva
https://war.wikipedia.org/w/index.php?title=Pisachoides primitiva&action=history
Waray
Spoken
38
67
An Pisachoides primitiva in uska species han Insecta nga syahan ginhulagway ni William Lucas Distant hadton 1908. An Pisachoides primitiva in nahilalakip ha genus nga Pisachoides, ngan familia nga Cicadellidae. Waray hini subspecies nga nakalista. Mga kasarigan Pisachoides
11,287
https://stackoverflow.com/questions/49872893
StackExchange
Open Web
CC-By-SA
2,018
Stack Exchange
Thom A, Vojtěch Dohnal, ajudi, alejandrob, https://stackoverflow.com/users/2029983, https://stackoverflow.com/users/2224701, https://stackoverflow.com/users/3285866, https://stackoverflow.com/users/7463335
English
Spoken
647
994
Multiple statements with one cte? What is the correct syntax for the following? (I need these in one query) --- 1. task update A set .... where .... insert into A (...) values (...); --- 2 .task With cte as (select A.column...) update A set ... if condition1(includes cte table) update A set ... if condition2(includes cte table) update A set ... if condition3(includes cte table) In words: I update table A or insert into it After that I refer to this updated TableA in a cte table, which contains a ROW_NUMBER function, And then I want to update TableA again depended on that rownumber from CTE in a specific row, for example: if rownumber value in the CTE is 1, do this, if it is max(rownumber) for that specific row then do that.... I read that cte-s only persist for a single statement. I tried to copy the cte for every update statement, separated with semicolons, but that didn't work. I read about MERGE but I'm not sure if this is the right way for that. Is it the OUTPUT clause, if yes, how to use it? Or something else? Can you help me please? update A set ... if - perhaps you meant update A set ... where ? You don't need multiple update statement. You can do with one. ; WITH CTE as ( select . . . ) UPDATE A SET col1 = case when .... then new_1 else col1 end, col2 = case when .... then new_2 else col2 end FROM CTE as A Where do I have to put the deifinition of the CTE? If I put it before the Update Statement, it gives an error at the second "SET" line, that the multipart-identifier cte.blabla could not be bound... For anyone who tries to avoid copy-paste and wants to reuse some complex query from CTE to perform multiple statements, probably temporary table would work for you: select A.column as AnyColumn, ... into #NameYouWant from A, ... update A set column1 = (select AnyColumn from #NameYouWant where ...) update B set column2 = (select AnyColumn from #NameYouWant where ...) update C set column3 = (select AnyColumn from #NameYouWant where ...) Please note that number sign (#) in table name is important, it will indicate that table is temporary, so it would persist only within your current session. Correct, a CTE only persists in the statement it exists in. Therefore a statement like the following will fail: WITH CTE AS( SELECT *,ROW_NUMBER() OVER (PARTITION BY Date ORDER BY ID) AS RN FROM YourTable) SELECT * FROM CTE WHERE RN = 1; SELECT * FROM CTE WHERE RN = 2; That's because the CTE no longer exists during the second statement. For an UPDATE (or any statement ) you'll therefore need to redeclare your CTE each time. Thus, using the example above, you would have to do: WITH CTE AS( SELECT *,ROW_NUMBER() OVER (PARTITION BY Date ORDER BY ID) AS RN FROM YourTable) SELECT * FROM CTE WHERE RN = 1; WITH CTE AS( SELECT *,ROW_NUMBER() OVER (PARTITION BY Date ORDER BY ID) AS RN FROM YourTable) SELECT * FROM CTE WHERE RN = 2; If the expressions within the CTE are quite complex, and you use them often, you might instead consider using a VIEW. Have you considered joining those two select statements with one UNION ALL with no semicolons in between? You're already mashing up two non-writing statements, then why not join them closer still and just declare the CTE once? "Complex is better than Complicated" That's not answer the question the OP is asking though, @alejandrob . Yes, you can UNION (ALL) the statement, without needing to redeclare the CTE, but that isn't the point of the answer. For the above, I would suggest against a UNION, when you could just use a IN; there no need to scan YourTable twice.
33,993
https://ceb.wikipedia.org/wiki/%C4%8Cappes%C4%8D%C3%A5kka%20%28bungtod%20sa%20Noruwega%2C%20Finnmark%20Fylke%2C%20Alta%29
Wikipedia
Open Web
CC-By-SA
2,023
Čappesčåkka (bungtod sa Noruwega, Finnmark Fylke, Alta)
https://ceb.wikipedia.org/w/index.php?title=Čappesčåkka (bungtod sa Noruwega, Finnmark Fylke, Alta)&action=history
Cebuano
Spoken
200
401
Alang sa ubang mga dapit sa mao gihapon nga ngalan, tan-awa ang Čappesčåkka. Bungtod ang Čappesčåkka (Northern Sami: Čáhppesčohkka, Norwegian: Svartenasen) sa Noruwega. Nahimutang ni sa munisipyo sa Alta ug lalawigan sa Finnmark Fylke, sa amihanan-sidlakang bahin sa nasod, km sa amihanan-sidlakan sa Oslo ang ulohan sa nasod. metros ibabaw sa dagat kahaboga ang nahimutangan sa Čappesčåkka. Ang yuta palibot sa Čappesčåkka kasagaran kabungtoran, apan sa diha-diha nga ang mga palibot nga kini mao ang patag. Sa habagatang-kasadpan, dagat ang pinakaduol sa Čappesčåkka. Ang kinahabogang dapit sa palibot dunay gihabogon nga ka metro ug km sa amihanan-kasadpan sa Čappesčåkka. Dunay mga ka tawo kada kilometro kwadrado sa palibot sa Čappesčåkka may kaayo gamay nga populasyon. Ang kinadul-ang mas dakong lungsod mao ang Alta, km sa habagatan sa Čappesčåkka. Hapit nalukop sa kasagbotan ang palibot sa Čappesčåkka. Sa rehiyon palibot sa Čappesčåkka, mga lawis talagsaon komon. Ang klima klima sa kontinente. Ang kasarangang giiniton °C. Ang kinainitan nga bulan Hulyo, sa  °C, ug ang kinabugnawan Disyembre, sa  °C. Saysay Ang mga gi basihan niini Mga bungtod sa Finnmark Fylke Kabukiran sa Noruwega nga mas taas kay sa 200 metros ibabaw sa dagat nga lebel sv:Čappesčåkka (kulle i Norge, Finnmark fylke, Alta)
23,554
https://stackoverflow.com/questions/9354009
StackExchange
Open Web
CC-By-SA
2,012
Stack Exchange
Dave Newton, HAri, Manar Shahin, Naor, Pramod Bhandari, https://stackoverflow.com/users/21248550, https://stackoverflow.com/users/21248551, https://stackoverflow.com/users/21248552, https://stackoverflow.com/users/21257453, https://stackoverflow.com/users/289246, https://stackoverflow.com/users/438992, hxj1062
English
Spoken
254
372
I have spring mvc and tiles. Now I need user control I am not really femiliar with java web tchnologies. I am using spring mvc with apache tiles. Now I desire to create a user control (user control like in asp.net). For example, I am going to use many times in specific html pattern (like address chooser that uses cascading drop downs and ajax calls). What is the best thecnology/framework that will allow me create user controls and will work good with spring mvc and tiles? Spring MVC is really action-based, although you can create arbitrary JavaScript components with no problem. If you want a component-oriented environment you might be happier with JSF. @Dave Newton: Isn't there any way to combine spring mvc with "user controls"? Can't I create "user control" and put in inside jsp that is one of my views? I can create JavaScript component but I must conect it to actual elements and server side operations. Can JSF work together with spring mvc? You can have something that helps you to reuse some code, but in the end it is nothing more like a (more or less intelligent) snippets. (Dave Newton already explaind in his comment, that jsp are action based and not component oriented) It is called custom tags: tag or tagx. And good example how to use tagx files and jspx files (the x is important) works together can be found in a spring roo project. @See http://docs.oracle.com/javaee/5/tutorial/doc/bnalk.html -- may not so good example but it should be complete
16,782
https://sv.wikipedia.org/wiki/Nephrotoma%20pamirensis
Wikipedia
Open Web
CC-By-SA
2,023
Nephrotoma pamirensis
https://sv.wikipedia.org/w/index.php?title=Nephrotoma pamirensis&action=history
Swedish
Spoken
32
74
Nephrotoma pamirensis är en tvåvingeart som först beskrevs av Günther Enderlein 1933. Nephrotoma pamirensis ingår i släktet Nephrotoma och familjen storharkrankar. Inga underarter finns listade i Catalogue of Life. Källor Storharkrankar pamirensis
31,063
https://ru.wikipedia.org/wiki/%D0%A1%D0%B5%D0%BC%D0%B8%D1%82%D0%B5%D0%BA%D0%BE%D0%BB%D0%BE%2C%20%D0%9D%D0%B8%D0%BA%D0%BA%D0%BE%D0%BB%D0%BE
Wikipedia
Open Web
CC-By-SA
2,023
Семитеколо, Никколо
https://ru.wikipedia.org/w/index.php?title=Семитеколо, Никколо&action=history
Russian
Spoken
1,201
3,681
Никколо Семитеколо () (также Николетто Семитеколо (); работал во второй пол. XIV века) — итальянский художник. Письменные свидетельства позволяют проследить творчество художника с 1353 по 1370 год. Судя по фамилии, Никколо по происхождению был греком. Его единственная подпись на картине — «NICHOLETO SEMITECHOLO DA VENEXIA» (Николетто Семитеколо венецианец) в свою очередь свидетельствует, что он был гражданином Венецианской республики. Архивный документ от 7 марта 1353 года именует Семитеколо художником, и сообщает, что он как житель приписан к приходу церкви Св. Луки. Сохранившиеся произведения художника немногочисленны. Годы ученичества и ранний период Семитеколо не имеют документального освещения. Исследователи полагают, что обучение и раннее творчество Никколо связаны с мастерской Паоло Венециано и кругом художников, работавших там. После смерти этого выдающегося венецианского живописца творческие наработки мастерской Паоло были продолжены его учениками, такими как Лоренцо Венециано, Катарино, Донато и Стефано ди Сант Аньезе. В их произведениях ощущается сильное византийское влияние, скорректированное готическими импульсами, время от времени проникавшими в Венецию с севера. Иконография и живописные приёмы, применявшиеся учениками Паоло Венециано, были достаточно однообразными для того, чтобы вызвать у позднейших исследователей многочисленные дискуссии относительно авторства тех или иных произведений. К таким работам относится «Мадонна с младенцем» (Мадонна Смирение) из ГМИИ им. Пушкина (Москва), которая ныне вновь приписывается Никколо Семитеколо. Эту икону считают ранним произведением художника, поскольку она, с одной стороны, близка к кругу подобных икон созданных наследниками Паоло Венециано, с другой, заметно отличается от более позднего цикла о св. Себастьяне, который Никколо создал под влиянием падуанского мастера Гварьенто ди Арпо. Другую раннюю работу, «Коронование Марии» из собрания Тиссена-Борнемисы, (на ней стоит дата «1355» год, но нет подписи автора) американский исследователь Уильям Суида приписал кисти Никколо по формальным признакам, однако дальнейшие исследователи (Дзери, Босковиц) оспорили эту атрибуцию, и ныне икона числится за анонимным «Мастером 1355 года». Подобные разночтения характерны и для иных неподписанных произведений Никколо Семитеколо. В 1367 году художник обнаруживает себя в Падуе, где он создал цикл картин с эпизодами из жития св. Себастьяна для сакристии местного собора. По всей вероятности Никколо приехал в Падую для работы помощником Гварьенто ди Арпо в период росписи церкви Дельи Эремитани (церковь Отшельников). Предполагают, что Никколо познакомился с Гварьенто в 1361 году, когда тот прибыл в Венецию для того, чтобы расписать фресками люнет гробницы дожа Дольфино. Гварьенто был придворным художником правителей Падуи — семейства Каррара, его творчество сильно продвинулось в сторону усвоения и синтеза готических приёмов. Он оказал большое влияние на искусство Никколо (некоторые считают Никколо просто учеником падуанского мастера). По мнению экспертов падуанский период в творчестве Никколо Семитеколо представляет собой сложную смесь элементов придворного искусства Падуи и Тревизо, влияния Гварьенто и Томмазо да Модена. Об этом свидетельствуют картины реликвария, большинство из которых сегодня хранится в городском музее Падуи. Они представляют собой восемь деревянных панелей; четыре посвящены житию св. Себастьяна — «Св. Себастьян ободряет в суде Марка и Марцеллина», «Мученичество св. Себастьяна», «Избиение св. Себастьяна» и «Положение св. Себастьяна во гроб»; другие работы в этой серии — «Мадонна с младенцем», «Св. Троица», «Св. Даниил» и «Св. Себастьян». Себастьян был раннехристианским святым, служившим императорским телохранителем, но поддерживавшим христиан, которые в то время считались опасной сектой. На первой картине цикла можно видеть, как Себастьян обряженный в роскошный далматик в присутствии императоров Максимиана и Диоклетиана ободряет двух осуждаемых христиан, которые уже готовы были отречься от своей веры. Изображения людей готически плоски, однако архитектурные кулисы придают картине пространственную глубину. В нижней части стоит подпись художника. Себастьян был приговорён к смертной казни, и в следующей картине цикла изображён расстрел св. Себастьяна лучниками; императоры наблюдают за происходящим с балкона. Согласно житию, св. Себастьян после этого не умер, так как стрелы не повредили ни одного важного органа. Его нашла и выходила женщина по имени Ирина. Тем не менее, в дальнейшем Себастьян, упорствовавший в своей вере, был вновь приговорён к смерти — его забили до смерти по одной версии камнями, по другой дубинами. Это событие отображено в третьей картине цикла: за сценой избиения вновь наблюдают императоры; в правой части картины художник изобразил палачей, сбрасывающих безжизненное тело святого в клоаку. Согласно житию, Себастьян явился во сне некой христианке по имени Лукина и завещал похоронить его в римских катакомбах. Лукина отыскала его тело и выполнила завет. Художник, однако, перенёс сцену погребения из катакомб в храмовое пространство, а катакомбную нишу, в которых хоронили ранних христиан, превратил в роскошный мраморный саркофаг. В сцене участвуют многочисленные священники и монахи; св. Лукина (с нимбом) печально склонилась над телом Себастьяна. В нижней части картины стоит дата — 1367 год. Всем картинам цикла о Св. Себастьяне присуща готическая изысканность, нарядная палитра, аристократическое изящество фигур и реализм, отчётливо заявленный в сцене избиения Себастьяна. Две другие картины реликвария отображают христианские символы — «Троицу», на которой изображены Бог-отец, сын, и святой дух в виде голубя, и «Мадонну смирение», иконография которой представляет собой вариант «Богоматери-млекопитательницы», Мария на ней кормит грудью младенца-Христа. Остальные картины реликвария — «Св. Себастьян» (со стрелой и ветвью в руках) и «Св. Даниил» (картина сильно повреждена). Падуанскому реликварию могла принадлежать ещё одна картина, приписываемая Никколо Семитеколо — «Пьета» (оплакивание Христа Марией и Иоанном). Работа ранее находилась в падуанском соборе, но в 1937 году была украдена, и лишь в 1979 году обнаружена в швейцарском музее в Базеле. Ныне хранится в Карцзаго (Брешия) в Фонде Лучано и Аньезе Сорлини. От периода пребывания Никколо в Падуе сохранился также большой расписной крест, созданный им для той же церкви Дельи Эремитани. Несмотря на то, что Никколо был венецианским художником, и большую часть жизни, вероятно, прожил на родине, в Венеции почти не осталось следов его творчества. Единственным доказательством его пребывания в городе являются остатки росписей капеллы Спаса Нерукотворного в церкви Санта Мария деи Серви (церкви сервитов), засвидетельствованные Якопо Сансовино. От более сложной композиции фресок, выполненных в 1370 году, остались лишь символы четырёх евангелистов и портреты отцов церкви, вписанные в тондо. Однако и они сильно испорчены грубой позднейшей реставрацией. Один из крупнейших исследователей и знатоков венецианской живописи Родольфо Паллуккини приписал Никколо авторство мозаики «Страшный суд», украшающей фасад собора св. Вита в Праге. Он считал, что Никколо является автором эскизов мозаики, выполненной итальянскими мастерами по заказу Карла IV в 1371 году . Интересно, что чешская легенда связывает с этими мозаиками происхождение знаменитого богемского стекла; согласно легенде, богемское стекло появилось как продолжение развития технологии производства мозаичной смальты, завезённой в эти края итальянскими мастерами, поскольку химические ингредиенты для изготовления стекла совпадают с теми, которые использовали венецианские мозаичисты. Кроме перечисленного Никколо Семитеколо приписывают: «Надругательство над Христом» (собрание О’Коннор, Вашингтон), «Ангел коронует святых Цецилию и Валериана» (Музей искусства, Филадельфия), «Благовестующий ангел» (Городской музей Древнего искусства, Турин), «Поклонение волхвов» (Амстердам, частное собрание), «Пятидесятница» (Страсбург, Музей изящных искусств), «Троица», (Палермо, Палаццо деи Норманни). Никаких документов, касающихся даты рождения и кончины художника, до сих пор не обнаружено. Библиография. Лазарев В.Н. Маэстро Паоло и современная ему венецианская живопись. «Ежегодник Института истории искусств Академии наук СССР, 1954». М. 1954 стр. 298-314 М. Прокопп. Итальянская живопись XIV века. Будапешт 1988 стр. 48, илл.45 Pallucchini Rodolfo, La Pittura veneziana del Trecento. Venezia, 1964, pp 194–5 Venice Art and Architecture, Konneman 1997, pp 190–92 S. Skerl del Conte, Proposte per Nicoletto Semitecolo plebano di sant’’Agnese, in “Arte Veneta”, 43, 1989-1990 (1991) D. Banzato, F. Flores d'Arcais, Anna Maria Spiazzi. Guariento e la Padova carrarese. Exh. cat. Marsilio Editori, Venezia, 2011, pp. 198–205. Ссылки Описание с сайта ГМИИ им. Пушкина http://www.italian-art.ru/canvas/8-14_century/s/semitecolo_nicoletto/madonna_and_child_madonna_dell_umilta/index.php Виртуальный визит в зал Никколо Семитеколо в Окружном музее Падуи http://www.museodiocesanopadova.it/web/visita/finestravr.php?vr=sala3_50.ivp Персоналии по алфавиту Художники Италии Художники Венеции Художники готики
11,633
https://english.stackexchange.com/questions/247125
StackExchange
Open Web
CC-By-SA
2,015
Stack Exchange
Araucaria - Him, Barmar, Catija, Dan Bron, John Lawler, https://english.stackexchange.com/users/121385, https://english.stackexchange.com/users/15299, https://english.stackexchange.com/users/55623, https://english.stackexchange.com/users/66603, https://english.stackexchange.com/users/76472
English
Spoken
283
400
"unwilling" vs. "refuse" Suppose Sam is a kind of person who always follows his own will when it comes to taking actions. In this case, are the two sentences below identical in meaning? Sam is refusing to make it happen. Sam is unwilling to make it happen. I can be unwilling to jump off a bridge, but you can't say I refuse to jump off a bridge unless someone has asked or commanded me to. (Un)willing is a state of mind; refusing is a performative speech act. Big difference. @JohnLawler One can refuse without speaking. I know I have. It's still performative; pragmatics includes non-speech events. @JohnLawler But does a performative involve actions that don't include speaking? I thought performatives were actions where the speaking was a de facto doing of the speech act described by the verb you're using as you actually say hat veb. As in I declare you man and wife kind of thing ... That's one kind; but if you shake your head when they tell you what to do, instead of doing it, then you've performed the communicative act of refusing. @Araucaria If someone tells you to come to them, and you turn and walk in the other direction, you're clearly refusing to do what they asked. I could say "I refuse to read romance novels"... but that doesn't require that someone's told me I must. Unwilling doesn't necessarily mean that you didn't do something, but refusal suggests so. An example Google gives as part of its definition is "unwilling conscripts". Being unwilling to serve in the army could mean you grumble while you're there, whereas refusing to serve in the army implies you'll be thrown in prison.
34,631
https://ceb.wikipedia.org/wiki/Bestemorh%C3%B8gda
Wikipedia
Open Web
CC-By-SA
2,023
Bestemorhøgda
https://ceb.wikipedia.org/w/index.php?title=Bestemorhøgda&action=history
Cebuano
Spoken
165
291
Bungtod ang Bestemorhøgda sa Noruwega. Nahimutang ni sa munisipyo sa Eidskog ug lalawigan sa Hedmark fylke, sa habagatang bahin sa nasod, km sa sidlakan sa Oslo ang ulohan sa nasod. metros ibabaw sa dagat kahaboga ang nahimutangan sa Bestemorhøgda. Ang yuta palibot sa Bestemorhøgda patag sa habagatan, apan sa amihanan nga kini mao ang kabungtoran. Ang kinahabogang dapit sa palibot dunay gihabogon nga ka metro ug km sa sidlakan sa Bestemorhøgda. Dunay mga ka tawo kada kilometro kwadrado sa palibot sa Bestemorhøgda may gamay nga populasyon. Ang kinadul-ang mas dakong lungsod mao ang Bjørkelangen, km sa habagatan-kasadpan sa Bestemorhøgda. Hapit nalukop sa lasang nga dagomkahoy ang palibot sa Bestemorhøgda. Sa rehiyon palibot sa Bestemorhøgda, mga kalapukan talagsaon komon. Ang klima hemiboreal. Ang kasarangang giiniton °C. Ang kinainitan nga bulan Hulyo, sa  °C, ug ang kinabugnawan Enero, sa  °C. Saysay Ang mga gi basihan niini Mga bungtod sa Hedmark fylke Kabukiran sa Noruwega nga mas taas kay sa 200 metros ibabaw sa dagat nga lebel sv:Bestemorhøgda
19,925
https://stackoverflow.com/questions/39218779
StackExchange
Open Web
CC-By-SA
2,016
Stack Exchange
English
Spoken
122
267
What artifacts to ignore from version control in a .net core application I am trying to learn to build a web application using .net core, mvc x and csharp. I am using visual studio code in OS X. Here are the files and folders inside the freshly generated project directory: Controllers Dockerfile Program.cs Properties README.md Startup.cs Views appsettings.json bower.json bundleconfig.json project.json web.config wwwroot I think the following should be excluded and what else? bin/ obj/ .vscode wwwroot I don't particularly exclude .vscode. It's convenient to share your tasks and debug profiles with others. This is my .gitignore node_modules/ **/bin/ **/obj/ **/*.VC.db* #vscode local database files .vs/ #your friends who use visual studio project.lock.json TestResults/ .idea.* #ever heard of Jetbrains Rider? **/appsettings.production.json npm-debug.*
4,912