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://zh.wikipedia.org/wiki/%E5%88%A9%E8%90%A8%E5%85%8B%20%28%E4%B8%8A%E5%8D%A2%E7%93%A6%E5%B0%94%E7%9C%81%29 | Wikipedia | Open Web | CC-By-SA | 2,023 | 利萨克 (上卢瓦尔省) | https://zh.wikipedia.org/w/index.php?title=利萨克 (上卢瓦尔省)&action=history | Chinese | Spoken | 15 | 277 | 利萨克(,)是法国上卢瓦尔省的一个市镇,位于该省中部,属于勒皮区。
地理
()面积,位于法国奥弗涅-罗讷-阿尔卑斯大区上盧瓦爾省,该省份为法国中南部省份,北起多姆山省和卢瓦尔省,西接康塔爾省,南至洛泽尔省,东临阿尔代什省。
与接壤的市镇(或旧市镇、城区)包括:。
的时区为UTC+01:00、UTC+02:00(夏令时)。
行政
的邮政编码为,INSEE市镇编码为。
政治
所属的省级选区为。
人口
于时的人口数量为人。
参见
上卢瓦尔省市镇列表
参考文献
L | 37,597 |
https://en.wikipedia.org/wiki/List%20of%20indoor%20arenas%20in%20Algeria | Wikipedia | Open Web | CC-By-SA | 2,023 | List of indoor arenas in Algeria | https://en.wikipedia.org/w/index.php?title=List of indoor arenas in Algeria&action=history | English | Spoken | 92 | 154 | The following is a list of indoor arenas in Algeria, with a capacity of at least 1,500 Spectators. Most of the arenas in this list have organized multiple International and Continental individual sports, team sports Events like African Games, Mediterranean Games, Arab Games.
The Arenas also serves as a cultural events and political events hub.
Currently in use
Under construction
Future Arenas
See also
List of indoor arenas in Africa
List of football stadiums in Algeria
Notes
References
External links
Algeria at WorldStadiums.com
Indoor arenas in Algeria
Indoor arenas
Algeria
Indoor arenas | 17,863 |
https://azb.wikipedia.org/wiki/%D9%BE%D9%88%D9%86%D8%B2%D8%A7%20%D8%AF%D9%86%DB%8C%D8%B2%20%D8%B3%D8%A7%D9%88%D8%A7%D8%B4%DB%8C%20%28%DB%B1%DB%B5%DB%B5%DB%B2%29 | Wikipedia | Open Web | CC-By-SA | 2,023 | پونزا دنیز ساواشی (۱۵۵۲) | https://azb.wikipedia.org/w/index.php?title=پونزا دنیز ساواشی (۱۵۵۲)&action=history | South Azerbaijani | Spoken | 6 | 40 | ''
گؤرونتولر
۱۵۵۲-جی ایلده عثمانلی ایمپیراتورلوغو | 31,822 |
https://stackoverflow.com/questions/33552172 | StackExchange | Open Web | CC-By-SA | 2,015 | Stack Exchange | English | Spoken | 174 | 287 | Is Pipeline in gremlin run faster and can save from out of memory errors?
Here is the code snippet without pipeline,
map = [:]
edges = g.V('type', 'update').inE('createupdate')
for(edge in edges)
{
date_long = edge.since.toLong()
incrValInMap(map,date_long) // this function add\increment value in map
}
And Here is one with pipleline doing same thing
map = [:]
g.V('type', 'update').inE('createupdate').since.groupCount(map)
I have couple of questions
Is pipleline a lazy evaluation? mean it does not need all vertex gathered before it moves to next pipe?
Is second code snippet will run faster than first one?
Is second code snippet will result in less memory consumption
I don't see any real difference between your two snippets of code. Both use a Pipeline...the only difference is the way you are building your group count and how you iterate it. To me, the second code snippet is better as it is easier to read and requires less code. The groupCount step from your second code snippet is doing basically the same thing that your doing manually in your first snippet.
| 18,758 | |
https://stackoverflow.com/questions/40074573 | StackExchange | Open Web | CC-By-SA | 2,016 | Stack Exchange | Faris, Johannes, Parth Chokshi, Quentin, https://stackoverflow.com/users/19068, https://stackoverflow.com/users/2979218, https://stackoverflow.com/users/5098636, https://stackoverflow.com/users/5641669 | Papiamento | Spoken | 584 | 1,248 | css media query responsive
When I resize my browser I get the sidebar under the content and that looks fine but the text in p tags doesen't resize properly. Should I somehow target the p elements also? Here's the code:
HTML
<div id="wrapper">
<div id="header">
<h1>Header</h1>
</div>
<div id="menu">
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</div>
<div id="content">
<p>"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?"</p>
</div>
<div id="sidebar">
<p>"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?"</p>
</div>
<div id="footer">
Copyright © 2016
</div>
CSS
@media screen and (max-width: 480px) {
#menu {
display: none;
}
#sidebar {
width: 100%;
}
#content {
width:100%;
}
}
Main CSS
body {
background-color: grey;
}
#wrapper {
width: 960px;
height: 0 auto;
margin: 0 auto;
background-color: #27ae60;
}
#header h1 {
background-color: #c0392b;
text-align: center;
color: #fff;
}
#content {
width: 600px;
height: 500px;
background-color: #e67e22;
float: left;
}
#sidebar {
width: 360px;
height: 500px;
background-color: #34495e;
float: right;
}
#footer {
clear: both;
height: 30px;
background-color: #e74c3c;
padding-left: 50px;
padding-top: 20px;
}
p {
color: #fff;
text-align: left;
padding: 20px;
}
What do you exactly mean? What is your expected behaviour? Please write lil more.
Why do you expect the font size of the paragraphs to change?
the sidebar and content fit in 480 px screen but the text inside them dont fit
you need to post your complete CSS code, not just the media queries
Look at this rule in your main CSS:
#wrapper {
width: 960px;
[...]
}
The wrapper is 960 px wide. There is no rule for #wrapper in the media queries, so it will remain 960px wide on small screens. #content is 100% wide on small screens, so that's also 960px (since #content is inside #wrapper), And the same for the <p> tags inside #content: They will always be 100% = 960px wide.
The solution: Insert a rule for #wrapper for small screens(i.e. in your media queries), giving it also width: 100%;
Add this to your CSS:
p {
text-align: justify;
}
| 42,152 |
https://stackoverflow.com/questions/48266050 | StackExchange | Open Web | CC-By-SA | 2,018 | Stack Exchange | Dmitry , Kirill Vashilo, abielita, https://stackoverflow.com/users/2133585, https://stackoverflow.com/users/5832311, https://stackoverflow.com/users/8551836 | English | Spoken | 135 | 214 | How to make a phone call using intent in Android wear?
Code like
Intent intent = new Intent(Intent.ACTION_DIAL);
intent.setData(Uri.parse("tel:0987654321"))
startActivity(intent);
works perfectly well on smartphone (the phone call occurs immediately), but not on smartwatch - there we can see a menu
that waits for user's manual selection. Is it possible to perform this selection from the application or somehow close this window?
Based from this forum, you cannot do network connects right from the watch, you need to do the call through your phone. Check this blog for more information.
Why not? Smartwatch have sim-card and connected to network, I can do the call manually.
Probably, I should perform selection "Call from watch" from my application (emulate touch screen or something like that). But it can be rather difficult...
Have you tried ACTION_CALL for this?
| 8,000 |
https://en.wikipedia.org/wiki/Jewish-Canadian%20authors | Wikipedia | Open Web | CC-By-SA | 2,023 | Jewish-Canadian authors | https://en.wikipedia.org/w/index.php?title=Jewish-Canadian authors&action=history | English | Spoken | 551 | 1,478 | This is a list of key Jewish-Canadian authors, with an article and critical history to follow.
A
Irving Abella (historian)
Mona Elaine Adilman (poet)
Ted Allan (novelist, poet, screenwriter, playwright)
Barbara Amiel (journalist)
Lisa Appignanesi (journalist and novelist)
B
Ben Barry (entrepreneur and author)
Gary Barwin (novelist, poet)
Saul Bellow (Canadian-born American novelist)
David Bezmozgis (novelist and short story writer)
Monique Bosco (novelist, poet, journalist)
Ami Sands Brodoff (novelist, short story writer)
C
Leonard Cohen (poet, novelist, songwriter)
Matt Cohen (novelist)
Tish Cohen (novelist)
D
Cory Doctorow (science fiction writer)
Sharon Drache (novelist)
E
Rebecca Eckler (journalist)
Howard Engel (mystery novelist, memoirist)
Mirl Erdburg-Shatan (poet, memoirist)
F
Ken Finkleman (screenwriter)
Diane Flacks (playwright)
Sheindl Franzus-Garfinkle (novelist)
Ariela Freedman (novelist)
Golda Fried (novelist, poet)
Martin Friedland (law writer)
Kathy Friedman (short story writer)
David Frum (journalist)
Linda Frum (journalist)
G
Gabriella Goliger (novelist)
Noam Gonick (screenwriter)
Nora Gold (author, activist)
Phyllis Gottlieb (novelist, poet)
H
Charles Yale Harrison (novelist, biographer)
Elisa Hategan (memoirist)
Anna Heilman (memoirist)
Simma Holt (journalist and politician)
David Homel (novelist, translator)
Mel Hurtig (journalist and publisher)
Zach Hyman (children's author)
I
Charles E Israel (novelist, scenarist)
J
Jane Jacobs (philosopher, political theorist)
George Jonas (journalist, poet and playwright)
K
Emmanuel Kattan (novelist)
Naïm Kattan (novelist and essayist)
Joseph Kertes (novelist)
A.M. Klein (poet, novelist, essayist)
Naomi Klein (journalist)
Rachel Korn (poet)
Henry Kreisel (novelist)
Aaron Kreuter (poet)
L
Steven Laffoley (novelist and creative nonfiction author)
Michele Landsberg (journalist)
Aviva Layton (novelist, children's book writer)
Irving Layton (poet)
Marsha Lederman (memoirist, journalist)
Allan Levine (novelist)
Norman Levine (short story writer)
Jerry Levy (short story writer)
Miriam Libicki (comic book writer and artist)
Dahlia Lithwick (journalist and editor)
Sidura Ludwig (short story writer)
M
Eli Mandel (poet)
Stephen Marche (novelist)
Malka Marom (novelist, documentarian)
Michael Marrus (historian)
Seymour Mayne (poet)
Ida Maze (poet)
Judith Merril (novelist, editor)
Anne Michaels (poet, novelist)
Sarah Mintz (short fiction)
Hannah Moscovitch (playwright)
N
Shimon Nepom (poet, memoirist, streetcar driver)
Jay Newman (philosopher and academic)
M. J. Nurenberger (journalist)
P
Gunther Plaut (theologian, novelist, historian, journalist)
R
David Rakoff (humorist)
Nessa Rapaport (novelist)
Edeet Ravel (novelist)
Melech Ravitch (poet, essayist)
Norman Ravvin (novelist, essayist)
Judy Rebick (journalist)
Abraham Rhinewine (journalist)
Suzanne Rosenberg (memoirist)
Daniel Richler (novelist)
Emma Richler (novelist)
Lily Rosenberg Richler (memoirist, short story writer)
Mordecai Richler (novelist, essayist, film and television scenarist)
Nancy Richler (novelist)
Régine Robin (novelist, short story writer)
Ellen Roseman (journalist, essayist, author)
Claire Rothman (novelist, short story writer, translator)
Chava Rosenfarb (novelist, poet, playwright)
Stuart Ross (poet, short story writer, essayist)
Robert Rotenberg (novelist)
S
Sigal Samuel (novelist)
Esther Segal (poet)
J. I. Segal (poet, editor)
Emma Seligman (screenwriter)
M. M. Shaffir (poet)
Mark Shainblum (short story writer, comic book scriptwriter)
Lionel Shapiro (novelist, journalist)
Jason Sherman (playwright)
Joseph Sherman (poet)
Kenneth Sherman (poet)
Sholem Shtern (poet, novelist)
Adam Sol (poet)
Donna Steinberg (novelist)
Abram Stilman (novelist)
T
Ellie Tesher (journalist)
Morley Torgov (novelist)
Rhea Tregebov (novelist, poet)
Ayelet Tsabari (short story writer, memoirist)
Aren X. Tulchinsky (novelist)
W
Miriam Waddington (poet)
Michael Wex (novelist and playwright)
Adele Wiseman (novelist)
Hirsch Wolofsky (memoirist and journalist)
Y
Avrom Yanofsky (comic book writer and artist, journalist)
Joel Yanofsky (novelist, memoirist, journalist)
Yudika (poet)
Z
Jacob Zipper (short story writer, diarist)
Larry Zolf (journalist)
Syd Zolf (poet)
References
Lists of Canadian writers | 12,589 |
https://ce.wikipedia.org/wiki/%D0%9E%D1%80%D1%82%D0%B0%D0%B1%D0%B0%D1%82%D1%83%D0%BC%D0%B8 | Wikipedia | Open Web | CC-By-SA | 2,023 | Ортабатуми | https://ce.wikipedia.org/w/index.php?title=Ортабатуми&action=history | Chechen | Spoken | 20 | 82 | Ортабатуми () — Гуьржийчоьнан Аджарин Хелвачаурин муниципалитетан эвла. Бахархойн дукхалла 805 стаг (2014 шо).
Билгалдахарш
Хелвачаурин муниципалитетан нах беха меттигаш | 46,187 |
https://arduino.stackexchange.com/questions/40038 | StackExchange | Open Web | CC-By-SA | 2,017 | Stack Exchange | 001, Benjini, Code Gorilla, Greenonline, gre_gor, https://arduino.stackexchange.com/users/10394, https://arduino.stackexchange.com/users/13425, https://arduino.stackexchange.com/users/35031, https://arduino.stackexchange.com/users/6936, https://arduino.stackexchange.com/users/972 | English | Spoken | 456 | 758 | Fading red to white to blue continuous loop on ws2812 LED strip
I'm a big noob when it comes to writing a sketch and have set myself a task for an upcoming 4th July project, which has come to a halt.
I'm trying to set a strip of 30 LEDs to fade from red to white to blue through FastLED on a Wemos D1 mini. I also wanted it to flash each colour after the 3 colours have faded and continuously loop these.
I have searched many different forums and managed to get the fade to go from red to blue, but can't for love nor money add the white in-between.
Can someone point me in the right direction?
#include "FastLED.h"
#define NUM_LEDS 30
#define DATA_PIN D4
#define COLOUR_ORDER GRB
CRGB leds[NUM_LEDS];
void setup() {
FastLED.addLeds<WS2811, DATA_PIN, GRB>(leds, NUM_LEDS);
}
void loop(){
//start from red
for( int colorStep=0; colorStep <= 255; colorStep++ ) {
int r = 255;
int g = 0;
int b = colorStep;
// Now loop though each of the LEDs and set each one to the current color
for(int x = 0; x < LED_COUNT; x++){
leds[x] = CRGB(r,g,b);
}
// Display the colors we just set on the actual LEDs
delay(10);
FastLED.show();
}
//into blue
for( int colorStep=255; colorStep >= 0; colorStep-- ) {
int r = colorStep;
int g = 0;
int b = 255;
// Now loop though each of the LEDs and set each one to the current color
for(int x = 0; x < LED_COUNT; x++){
leds[x] = CRGB(r,g,b);
}
// Display the colors we just set on the actual LEDs
delay(10);
FastLED.show();
}
}
If you correct your spelling and add some punctuation, to make it easier to read, you may get an answer.
Also, post what code you have.
Have you managed to make it turn white on its own, no fading.
Here is a sketch i got and im unsure how to add the white although i can get it to white on its own using a sketch i found using rgb code.
not sure how to import sketch to this as im new but i edited my question sorry abut the font change
https://arduino.stackexchange.com/editing-help
Also check a FastLED example.
Thank you for your help i should be able to sort it now gre_gor much apreciated
Think of a color as a point in 3d as defined by its r g b attributes
Think of two points here, one is your starting color in that 3d space, and another your ending color.
Figure out the path you want to take from the starting color to the ending cokor.
Chop it up in a few steps and use your code to walk the path.
Done
| 6,450 |
https://stackoverflow.com/questions/505291 | StackExchange | Open Web | CC-By-SA | 2,009 | Stack Exchange | Gaurav, Ignacio Belhot Colistro, Sevros, https://stackoverflow.com/users/838223, https://stackoverflow.com/users/838224, https://stackoverflow.com/users/838298 | English | Spoken | 276 | 336 | How do I fill a region to its bounds with a color on a graphics object?
I'm playing around and try to make a Coloring book for my children and I have a lots of black and white line drawings that I use as backgrounds so they they can paint on them.
Now, I want to add a FILL-function so they can point and click somewhere where its white in the drawing and then let the function fill the whole region within its bounds with a color.
It would be nice to have a function that by sending in X, Y and a color defined for the boundary and get a region out of it. Then its just about to do e.Graphics.FillRegion (brush,region) to fill it with the color.
But I can't find any function that allowes me doing that, and I think its too much job to trace the boundarys myself.
Have I missed some function in the system.drawing class that does this or do you have any other ideas?
Any other ideas for the coloring book-program are also interesting. (Im making the program safe so you can leave the kid in front of the computer without being afraid of the kid accessing any other things on the computer and have different funny sounds when selecting colors and so on)
If the "boundary" is defined by differently-colored pixels and not a mathematical formula or a Path data structure, you will have to test and fill individual pixels. There is an article on how to flood fill in .Net at Code Project.
Look into flood fill methods. Wikipedia has plenty of information on the subject here.
| 41,582 |
https://stackoverflow.com/questions/27782111 | StackExchange | Open Web | CC-By-SA | 2,015 | Stack Exchange | MrFlick, akrun, https://stackoverflow.com/users/2372064, https://stackoverflow.com/users/3732271, https://stackoverflow.com/users/4420033, veyesor | English | Spoken | 916 | 1,586 | R: Recoding several characters into one new factor
I am new to R, and could not find specific help for my question on this site.
I have (among others) ten character variables in my dataframe $grant_database, country_1 through country_10. Each contains either a country code, for example E20, F27 or G10, or an NA. Each case is a grant to a project. The ten country variables specify which country/countries a grant is benefitting. In my dataframe, most, but not all cases will have at least one country code, first marked in country_1, many will have one for country_2 as well, and some even for country_3 to _10. All empty fields are marked with an NA.
id country_1 country_2 country_3 country_4 country_5 country_6 ...new_binaryvar
1 F20 NA NA NA NA NA 0
2 E12 E17 E52 NA NA NA 0
3 O62 O33 NA NA NA NA 0
4 E21 E20 NA NA NA NA 1
5 NA NA NA NA NA NA 0
...
I wish to create a new factor flagging grants which benefit a defined subset of countries. This binary "dummy" variable should give the value "1" to each case that in at least one of the ten country variables corresponds with a list of country codes. It should give "0" to each case/grant that does not have a corresponding country code in any of its ten country variables. Let this subset of country codes to be flagged be: E20, F27 and G10 (in reality, there are about 40 to be flagged, from 150+).
Would you help me out by suggesting a way to program this? Thank you very much for your help!
Please provide some example data
See how to create a reproducible example for suggestions on improving your question.
@veyesor In the example showed you have E12, F20, O62 etc, which I guess should not be counted??
@akrun Exactly. Only E20, F27 and G10 should be "counted", i.e. lead towards a "1" on the factor new_binaryvar. Everything else, including E12, F20, O62, NA, etc., should lead towards a "0" on new_binaryvar.
Assuming that you wanted to check whether a subset of "countrycodes" are there in each of the "country" variables with the condition that if atleast one of the "countrycode" is present in a particular row, that row will get "1", or else "0". The idea is to create a vector (v1) of "countrycodes" that needs to be checked. Convert the dataset (df) to matrix after removing the "id" column (as.matrix(df[,-1])) and then create a logical vector by comparing with "v1" (%in%). The vector can be changed back to "matrix" by assigning the dimensions (dim<-) to dimension of df[,-1] ie (c(5,7)). Do the rowSums, double negate (!!), finally add 0 to get the binary dummy variable.
v1 <- c('E20', 'F27', 'G10')
(!!rowSums(`dim<-`(as.matrix(df[,-1]) %in% v1, c(5,7))))+0
#[1] 0 0 0 1 0
newdata
df <- structure(list(id = 1:5, country_1 = c("F20", "E12", "O62", "E21",
NA), country_2 = c(NA, "E17", "O33", "E20", NA), country_3 = c(NA,
"E52", NA, NA, NA), country_4 = c(NA, NA, NA, NA, NA), country_5 = c(NA,
NA, NA, NA, NA), country_6 = c(NA, NA, NA, NA, NA), country_7 = c(NA,
NA, NA, NA, NA)), .Names = c("id", "country_1", "country_2",
"country_3", "country_4", "country_5", "country_6", "country_7"
), class = "data.frame", row.names = c(NA, -5L))
Thanks @akrun for your response, but it seems I was not specific enough in my description. What I want to do is create a binary variable based on whether each row has the values 'E20', 'F27' or 'G10'in one of the variables country_1, country_2, ..., country_9 or country_10. Thanks!
@veyesor It would be better if you update the post with the expected result also for the five rows.
The example data was not my entire dataset which has many other variables, but only an excerpt. Can I apply your suggestion by altering c(5,7) to c(861,79)? Also, will converting my dataset (df) to matrix keep my other data, character and double variables, and variable names intact?
@veyesor Here, when we compare against the countrycodes, the resulting vector is a logical one, which is then converted to matrix. I am not sure how this will affect your dataset. Could you be more specific? If you want to apply this to specific columns, subset the dataset and do it. Here, also I subset the df by removing the first column. You can also do something similar.
Thank you so much, @akrun. I tried your proposal after subsetting the dataset. This was the code I used: v1 <- c('S31', 'F41', 'F70') (!!rowSums(dim<-(as.matrix(subset_ccnr) %in% v1, c(10,861))))+0. This was the output I got: '[1] 1 1 1 1 1 1 1 1 1 1''. Do you have an idea what went wrong?
@veyesor If you look at your own comment, can you see anything wrong?
Sorry, @akrun, I was having trouble with the comment function. Now I've edited the code to what I used. I had deleted the [,-1] because I had already deleted the id variable, altered the list of "countrycodes" to what I needed, altered the c(5,7) to the actual size of the matrix and deleted the dashes around dim<-because it gave me the following error function otherwise: Error: unexpected ',' in "(!!rowSums(dim<-(as.matrix(subset_ccnr) %in% v1,". Apart from this, I cannot see anything wrong.
@veyesor Could you update it in your post rather than in comments. It is messy here. It seems to me that you got an output of all 1s. A small reproducible example that shows the problem would be helpful
| 15,221 |
https://sq.wikipedia.org/wiki/Estetika%20e%20folklorit | Wikipedia | Open Web | CC-By-SA | 2,023 | Estetika e folklorit | https://sq.wikipedia.org/w/index.php?title=Estetika e folklorit&action=history | Albanian | Spoken | 21 | 51 | Estetika e folklorit me Autor: Alfred Uçi. Botuar nga Akademia e Shkencave e Shqipërisë. Tiranë, 2007. Faqet e librit 418.
Libra | 29,407 |
https://stackoverflow.com/questions/74373562 | StackExchange | Open Web | CC-By-SA | 2,022 | Stack Exchange | Eniso, fdomn-m, https://stackoverflow.com/users/19934714, https://stackoverflow.com/users/2181514 | English | Spoken | 198 | 393 | How to take position mouse up after mouse down and compare them? With addEventListener JS
I have array of slides
sliderItem.forEach((slide, index) => {
slide.addEventListener('mousedown', (e) =>{
touchStart(e)
})
slide.addEventListener('mousemove', (e) =>{
touchEND(e)
})
})
and i have function for take position clientX
function getPositionX(e){
return e.type.includes('mouse') ? e.pageX : e.touches[0].clientX
}
and 2 functions for take positions
function touchStart(e) {
const startPos = getPositionX(e)
}
function touchEnd(e) {
const endPos = getPositionX(e)
}
It take the same positions for start and for end, i need to take at first position start, after take position of end and then compare them to understand for which way to turn the slides
const startPos = you need to move this to the outer scope of touchStart, eg var startPos; function touchStart(e) { startPos = getPositionX then in endPos, you can reference startPos
@freedomn-m, sorry, may be i don't understand you, but in touchEnd i can't work with startPos, because i can see it only in function touchStart
Hence the "move startPos to the outer scope" and an example of how to do this.
Something like: https://jsfiddle.net/c9yv4q03/
@freedomn-m, thank u so much fo example on fiddle, it's worked for me, brilliant
| 18,086 |
https://stackoverflow.com/questions/51559300 | StackExchange | Open Web | CC-By-SA | 2,018 | Stack Exchange | Andrea, L_J, VoidWalker, bassfader, https://stackoverflow.com/users/1198067, https://stackoverflow.com/users/5968255, https://stackoverflow.com/users/6122062, https://stackoverflow.com/users/9115652 | English | Spoken | 797 | 1,445 | How to get position of a button in an array on mouse clicked
I have the code that creates a grid of buttons from an array. I need to get their possitions in array on mouse clicked event. Any ideas or links to some other post/articles would be very helpful.
The code for creating the grid:
// Creating buttons array for 5x5 grid
Button[] tiles25 = new Button[25];
// Generating 5x5 button grid
void Spawn5x5Grid()
{
// position of the firts tile
int x = 35, y = 55;
// current tile index
int count = 0;
for (int i = 1; i < 6; i++)
{
for (int j = 1; j < 6; j++)
{
// Adding button to the array
tiles25[count] = new Button()
{
Size = new Size(24, 24),
Location = new Point(x, y)
};
// Adding buttons from array to the form
Controls.Add(tiles25[count]);
count++;
x = x + 24;
}
x = 35;
y = y + 24;
}
lblSize.Text = "5 x 5";
currentGrid = Grids.grid5x5;
}
So, the first button is placed at x = 35, each one has width = 24, and all of them are attached with no blank spaces. Am I right?
Well, you'd need to add an event handler for the Click event of the button, which will get the clicked button passed to it as sender parameter. What have you tried so far, and where exactly are you stuck? (I do not see any Click event handler in your code yet)...
Do your buttons move somehow afterward?
@Andrea ジーティーオー Yup
@bassfader So far I'm just looking for solutions. I haven't tried anything specific yet.
@L_J No, the position of the buttons is not changeing.
I suggest scanning tiles25 array in the Click event handler
...
Controls.Add(tiles25[count]);
tiles25[count].Click += (o, ee) => {
Button button = o as Button;
int index = Array.IndexOf(tiles25, button);
//TODO: Put relevant code here: "button" clicked which is at "index" position
};
count++;
x = x + 24;
...
Thank You! This is exactly what I needed.
You need to set up an event handler for when the button is clicked. Right now, all you're doing is creating the buttons and adding them to the list of controls at a given position. Now, all you have to add is the event handler for the click event!
//...
// Adding button to the array
tiles25[count] = new Button()
{
Size = new Size(24, 24),
Location = new Point(x, y),
};
tiles25[count] += new EventHandler(this.Tile_Click);
//...
void Tile_Click(Object sender, EventArgs e)
{
Button clickedButton = (Button)sender;
//...
}
Then inside of the Tile_Click() event handler, you can use whatever code necessary to get the position with the clickedButton object.
Register an event handler for each of your button click events and then extract the Location property from the sender object:
// Generating 5x5 button grid
void Spawn5x5Grid()
{
// position of the firts tile
int x = 35, y = 55;
// current tile index
int count = 0;
for (int i = 1; i < 6; i++)
{
for (int j = 1; j < 6; j++)
{
// Adding button to the array
tiles25[count] = new Button()
{
Size = new Size(24, 24),
Location = new Point(x, y)
};
// Adding buttons from array to the form
Controls.Add(tiles25[count]);
tiles25[count].Click += Tiles25_Click;
count++;
x = x + 24;
}
x = 35;
y = y + 24;
}
lblSize.Text = "5 x 5";
currentGrid = Grids.grid5x5;
}
private void Tiles25_Click(object sender, EventArgs e)
{
var bt = sender as Button;
MessageBox.Show("X = " + bt.Location.X + "; Y = " + bt.Location.Y);
}
If I'm not wrong VoidWalker, you are trying to get the position(index) of the item in the source array and not the actual position of the button on screen. If the former case is true read on, for the latter we have some good answers above.
What you need to do is to mark each button with an identifier that would be used to infer the position. A simple yet damn efficient approach.
At the time of creating the button:
// Adding button to the array
tiles25[count] = new Button()
{
Size = new Size(24, 24),
Location = new Point(x, y)
};
// Add the current index to the name field of the Button
tiles25[count].Name = "Grid5-Btn" + count.ToString();
// Adding buttons from array to the form
Controls.Add(tiles25[count]);
Then on button click you can simply do
void Tile_Click(Object sender, EventArgs e)
{
Button clickedButton = (Button)sender;
var index = int(clickedButton.Name.Split("Grid5-Btn")[0]);
//...
}
This way you can add multiple pieces of informatio such as the hierarchy of grids on the page. You can exactly pinpoint which element to access without running any loops, which would be the case with Array.IndexOf
| 8,420 |
https://stackoverflow.com/questions/59765719 | StackExchange | Open Web | CC-By-SA | 2,020 | Stack Exchange | Vitthal Kamkar, gearcoded, https://stackoverflow.com/users/2787058, https://stackoverflow.com/users/9316564 | English | Spoken | 160 | 279 | How to Filter multiple departments in DHTMLX Gantt Chart
I am using the following gantt chart version
dhtmlxGantt v.4.1.19, licensed version.
Question: Need to filter multiple departments from gantt chart and table.
Currently, I am able to filter only one department at a time but I need to filter multiple departments with checkboxes in dropdown.
Department filter should as shown below
The task is displayed or hidden depending on the value you return in the onBeforeTaskDisplay event handler(true to show, false to hide):
https://docs.dhtmlx.com/gantt/api__gantt_onbeforetaskdisplay_event.html
So, you need to add custom logic that will determine if the task should be displayed.
Here is an example of how it might be implemented:
https://snippet.dhtmlx.com/e79b73263
Above example is not working and I need to filter the departments as shown below as in the dropdown
Sorry, I forgot to add the information, that you need to add the year range first, then you can use the multiselect element, and both filters will be applied:
https://prnt.sc/qrn5az
| 14,979 |
https://stackoverflow.com/questions/43319565 | StackExchange | Open Web | CC-By-SA | 2,017 | Stack Exchange | Gabriel S., Jbjstam, https://stackoverflow.com/users/475673, https://stackoverflow.com/users/5143876 | English | Spoken | 395 | 804 | Select into view a slide master page with PowerPoint Interop
Is it possible in PowerPoint Interop used from C# to programatically select a slide master page into view, just like you would select a regular slide? Either by giving the ID of that master page or from the slide that has it as template.
I managed to switch the view to the slide master:
_pptApplication.ActiveWindow.ViewType = PpViewType.ppViewMasterThumbnails;
I tried selecting a slide first and then switching to the master view, but this instruction always places into view the first slide master page, not the one associated to the selected slide.
Likewise, I'd like to know if this is possible for notes, handouts and their masters.
You need to use the method .Select() on a CustomLayout object in addition to setting .ViewType as you had already figured out.
Here are two examples:
using NetOffice.OfficeApi.Enums;
using NetOffice.PowerPointApi.Enums;
using System;
using PowerPoint = NetOffice.PowerPointApi;
namespace ExportSlides
{
class Program
{
static void Main(string[] args)
{
using (var app = PowerPoint.Application.GetActiveInstance())
{
SelectSlideMasterLayoutOfActiveSlide(app);
ActiveSlideMasterLayoutByIndex(app.ActivePresentation, 4);
}
}
private static void ActiveSlideMasterLayoutByIndex(PowerPoint.Presentation activePresentation, int customLayoutIndex)
{
activePresentation.Windows[1].ViewType = PpViewType.ppViewSlideMaster; //PpViewType.ppViewMasterThumbnails doesn't work for me for some reason
activePresentation.SlideMaster.CustomLayouts[customLayoutIndex].Select();
}
private static void SelectSlideMasterLayoutOfActiveSlide(PowerPoint.Application app)
{
var activeWindow = app.ActiveWindow;
var slideObj = activeWindow.View.Slide;
if (slideObj.GetType() == typeof(PowerPoint.Slide))
{
var slide = (PowerPoint.Slide)slideObj;
activeWindow.ViewType = PpViewType.ppViewSlideMaster; //PpViewType.ppViewMasterThumbnails doesn't work for me for some reason
slide.CustomLayout.Select();
}
}
}
}
Thanks, I had no idea CustomLayout was the key to this. One remark, though: when I tried this it didn't work when comparing slideObj.GetType() == typeof(PowerPoint.Slide), instead I had to cast activeWindow.View.Slide to Slide and then it worked.
One more question: I noticed that, when selecting by index, you can't select the very first slide master page. Is there a similar way to achieve this?
I think you get there automatically if you select ViewType, if I recall correctly, so try just setting the value to something else and back... does that work?
Yes, it works this way. I was trying to avoid messing with the ViewType, because it has an undesired side effect: it steals the focus from whatever window you have active and sets it to the PowerPoint application.
I can't seem to find another way. Perhaps you can make the current active window always on top, then set ViewType, then make it no longer be always on top again?
| 39,138 |
https://ca.wikipedia.org/wiki/Pere%20Duran%20i%20Farell | Wikipedia | Open Web | CC-By-SA | 2,023 | Pere Duran i Farell | https://ca.wikipedia.org/w/index.php?title=Pere Duran i Farell&action=history | Catalan | Spoken | 899 | 1,674 | Pere Duran i Farell (Caldes de Montbui, 27 de febrer de 1921 - Barcelona, 11 de juliol de 1999) fou un enginyer i empresari català, modernitzador de la indústria catalana a través de la introducció a Catalunya i a l'estat Espanyol del gas natural, també fou impulsor i desenvolupador del Gasoducte Pere Duran Farell que uneix els jaciments de gas natural de Hassi R'Mel (Algèria) a Còrdova a través del Marroc i l'estret de Gibraltar, que es gestava ja el 1960 i que es va començar a fer realitat el 1962.
Biografia
Fill de Josep Maria Duran i Girbau de Can Duran (Palau-solità) i de Dolors Farell i Mas. Al començar la guerra civil espanyola la seva família es va traslladar de Caldes de Montbui a Barcelona. El 1940 va aprovar el batxillerat i marxà a Madrid a estudiar enginyeria de camins. Per pagar-se els estudis va fer d'aprenent de torner i va fer classes. Es va llicenciar el 1947, data en què va començar a treballar al grup Banco Urquijo, esdevenint el primer enginyer de camins que no treballava per l'administració pública. Va esdevenir un home de confiança del grup del Banco Urquijo a Catalunya, raó per la qual ocupà càrrecs executius o representatius en empreses com Hidroelèctrica de Catalunya, La Maquinista Terrestre i Marítima i Catalana de Gas i Electricitat, on hi desenvolupà una important tasca de modernització.
El 1948 es va casar amb Montserrat Vall-llosera i Vilaplana, amb qui tindria sis fills. El 1960 va viatjar per primer cop a Algèria, que en aquell moment estava en guerra, i es plantejà la possibilitat de portar gas natural a Catalunya des de l'Àfrica. El 5 d'octubre de 1962 Algèria va aconseguir la independència de França i Duran i Farrell va entrar a formar part del nou govern del país. En els anys següents continuaria a cavall entre Algèria i Catalunya, on va promoure una xarxa de gasificació.
El 1963 va viatjar per primer cop al Japó, país que li va fascinar i on va adquirir la seva passió pels bonsais. Fou el promotor de Gas Natural S.A i Hifrensa (central nuclear de Vandellòs), dues realitzacions noves en el camp energètic català.
Intentà la creació d'un hòlding industrial a través de la Corporació Industrial Catalana, però el 1973 Enagas va expropiar-li una part de la xarxa de distribució de Catalana de Gas, ja que el govern franquista volia evitar que el gas natural entrés a Espanya des de terres catalanes per una empresa privada. Durant el període de transició espanyola, li foren oferts diferents càrrecs polítics, que sempre rebutjà.
El 1982 va rebre la Creu de Sant Jordi, poc després va fundar l'Associació Catalana d'Amics del Bonsai i fou president de la junta general d'accionistes de Catalana de Gas i Electricitat des del 1984. Un any després, el 1985, va crear la Fundació Catalana de Gas.
El 1987 va encarregar a Maria José Conde la tasca de catalogar la seva col·lecció privada d'arqueologia. El mateix any va rebre l'encàrrec de Pasqual Maragall de comissariar la reforma del MNAC, fent d'enllaç entre les diferents administracions. Fou un dels impulsors del museu tal com se'l coneix actualment.
Entre 1992 i 1997 presidí l'hòlding Gas Natural SDG. Entre 1991 i 1993 fou president del Patronat del Museu Nacional d'Art de Catalunya i també fou membre del Club de Roma. El 1993 deixà molts dels seus càrrecs culturals per concentrar els seus esfoços en l'expansió de Gas Natural.
Premis i condecoracions
1982- Creu de Sant Jordi
1998- Creu de l'Orde d'Isabel la Catòlica
Llegat
L'any 2000, la Universitat Politècnica de Catalunya va establir el Premi Duran Farell d'Investigació Tecnològica, que "té com a finalitat incentivar l'excel·lència investigadora, mitjançant el reconeixement de la qualitat d'un treball de recerca dut a terme en el camp de la tecnologia"
El 2012, es va dedicar un carrer de Barcelona a Pere Duran i Farell.
Bibliografia
Pensamiento, reflexiones y escritos de Pere Durán Farell, Gas Natural SDG, S.A. 2001, Edita: Laia Libros, Impressió: Vicking. Dipòsit Legal: B-2.080-2001
Referències
Enllaços externs
"El gas de Pere Duran Farell", Francesc Roca, secció L'Econòmic, El Punt Avui, 3 de juliol del 2010. Consultat el 26 de març del 2014.
Entrevista amb Josep Maria Espinàs al programa "Identitats" de TV3, 27 de març de 1985.
"Fallece Pere Duran Farell, uno de los empresarios más influyentes de la Cataluña contemporánea", Xavier Horcajo, El País, 12 de juliol del 1999, . Consultat el 26 de març del 2014.
"Pere Duran Farell, in memóriam. El ingeniero fue una figura determinante en la política industrial catalana del siglo XX", El Periódico, 11 de juliol del 2009, . Consultat el 26 de març del 2014.
"La Universidad Politécnica rinde hoy homenaje al empresario Pere Duran Farell", El País, 13 de gener del 2000, . Consultat el 26 de març del 2014.
"Duran Farell", article personal de Miquel Alberola, El País, 17 de juliol del 1999, . Consultat el 26 de març del 2014.
"Barcelona dedica un carrer a Pere Duran i Farell", vídeo a la plana de l'Ajuntament de Barcelona. Consultat el 26 de març del 2014.
( Obituari de Pere Duran i Farell a El Mundo - no funciona l'enllaç a 2014...)
Empresaris catalans del sud contemporanis
Persones de Caldes de Montbui
Creus de Sant Jordi 1982
Enginyers de camins, canals i ports catalans
Receptors de l'orde d'Isabel la Catòlica
Premis Juan Lladó
Morts a Barcelona | 31,136 |
https://sr.wikipedia.org/wiki/%D0%A0%D0%B0%D1%84%D0%B0%D0%B5%D0%BB%20%D0%90%D1%80%D0%BE%D1%88 | Wikipedia | Open Web | CC-By-SA | 2,023 | Рафаел Арош | https://sr.wikipedia.org/w/index.php?title=Рафаел Арош&action=history | Serbian | Spoken | 412 | 1,197 | Рафаел Арош (), је француски кантаутор, продуцент и глумац познат под псеудонимом Рафаел.
Биографија
Рођен је 7. новембра 1975. у Паризу. Мајка му је Аргентинка, а отац руског поријекла.
Већ од пете године почиње да свира клавир, одмах затим саксофон и гитару. Под утицајима руске и аргентинске музике, али и Боба Дилана, Игија Попа и Дејвида Боуија, почиње да пише своје прве пјесме.
Са 24 године први први пут се представио публици албумом „-{Hôtel de l'univers}-“, који одмах бива запажен. Убрзо слиједе и јавни наступи, међу којима је и концерт с француском пјевачицом Ванесом Паради.
Први сингл са тог албума јесте пјесма „-{Cela nous aurait suffi}-“ за коју је снимљен и видео-спот.
Сљедећи успјешан корак у Рафаеловој каријери била је пјесма „-{Sur la route}-“ са наредног албума у изведби с чувеним француским пјевачем и композитором Жан-Лујем Обером.
„-{La Réalité}-“ излази 22. априла 2003. године.
Ипак, највећу славу је достигао трећим албумом „-{Caravane}-“, продатим у више од милион примјерака, који му је такође донио три велике музичке награде: награду за најбољег мушког пјевача, најбољи албум и најбољи наслов за пјесму -{Caravane}-. Убрзо затим излази и његов први ДВД под називом „-{Raphael live}-“ са снимком концерта у Олимпији.
Септембра 2006. издаје дупли ЦД под називом „-{Résistance à la nuit}-“ који садржи најљепше пјесма с претходног албума -{Caravane}-, неке најуспјешније синглове као и пјесму -{Ceci n'est pas un adieu}- у част Ингрид Бетанкур.
Почетком 2007. креће на туреју заједно са још неколико француских музичара, међу којима су Жан-Луј Обер, Кали, Алан Бушунг, Данијел Дарк и Ричард Колинка. У оквиру туренеје одржавају пет концерата: један у Лосени, два у Бриселу и два у Паризу, на којима их је пратио и Мајк Гарсон, бивши пијаниста Дејвида Боуија.
17. марта 2008. издаје четврти албум, „-{Je sais que la Terre est plate}-“, чији је први сингл била пјесма -{Le vent de l'hiver}-.
Од 2002. ожењен је француском глумицом Мелани Тијери с којом има сина Романа, рођеног 24. маја 2008.
Филм
Рафаел се до сада појављивао у филму, и то у три наврата. Једном у филму Седрика Клапиша, -{Peut-être}-, и друго кратко појављиваље у филму -{The Dancer}- Лика Бесона.
2010. године имао је улогу у филму -{Ces amours-là}-, који је режирао Клод Лелуш.
Дискографија
2000: -{Hôtel de l'univers}-
2003: -{La réalité}-
2005: -{Caravane}-
2006: -{Résistance à la nuit}-
2007: -{Une nuit au Châtelet}-
2008: -{Je sais que la Terre est plate}-
2010: -{Pacific 231}-
Спољашње везе
Званична интернет презентација
Another Website
Уживо наступи
Сајт обожавалаца
Рођени 1975.
Француски музичари
Парижани | 45,291 |
https://id.wikipedia.org/wiki/Al-Bassa | Wikipedia | Open Web | CC-By-SA | 2,023 | Al-Bassa | https://id.wikipedia.org/w/index.php?title=Al-Bassa&action=history | Indonesian | Spoken | 144 | 318 | Al-Bassa' , (), juga dikenal sebagai Betzet (), dan LeBassah (Tentara Perang Salib), adalah bekas desa orang Palestina yang terletak dekat perbatasan Lebanon, dalam British Mandate of Palestine Distrik Acre. Desa ini terletak 19 km utara ibu kota distrik, Akko (Acre). Desa ini berada 65 m di atas permukaan laut.
Orang Kana'an menyebut al-Bassa dengan Bissah (yang berarti "rawa"), orang Romawi menyebutnya Bezeth, dan setelah perang salib meletus pada abad ke-13, desa ini dikenal sebagai 'Ayn al-Bassa.
Dua masjid dan dua gereja, adalah sebagian yang masih tersisa. Al-Bassa memiliki beberapa tempat suci, sebagian merupakan tempat suci bagi umat Muslim (satu tempat suci yang masih tersisa), sebagian bagi umat Kristen, dan dua lainnya digunakan sebagai tempat suci kedua umat tersebut.
Pranala luar
History of Shlomi
Al-Bassa International Association - an "international forum" for former residents of al-Bassa.
Permukiman Arab yang dikosongkan pada eksodus Palestina 1948 | 20,419 |
https://en.wikipedia.org/wiki/Dullewala | Wikipedia | Open Web | CC-By-SA | 2,023 | Dullewala | https://en.wikipedia.org/w/index.php?title=Dullewala&action=history | English | Spoken | 207 | 439 | Dullewala () is a city in the Bhakkar District in Punjab, Pakistan.
Dullewala in Punjab with its 54277 inhabitants is located in Pakistan – roughly 155 mi (or 249 km) South-West of Islamabad, the seat of the Pakistani government. Dullewala is famous by the name of Ameer Abdullah Khan Baloch who was the Son in Law of Great Meer Chakar_e_ Azam Rind میر چاکرِ اعظم رند. His daughter Mulaim Bibi was wife of Ameer Abdullah Khan Baloch. Ameer Abdullah Khan Baloch also established a fort in the city.
Schools that are familiar for its quality education as
Pakistan Public School and College Dullewala
Allied School
Ghazi Education System
Al-Qalam Public School and College
Al Syed Model Public School Dullewala
Dullewala is known to be the peaceful city because of its growing literacy rate, hospitality, purity and optimism. Casts with which the city is populated are Jhammat, Rawn, Teli Malik, Miana, Gazar, Mughal, Baloch, Malik, Haindan, Maachhi, Bhatti, Qazi, Arayin, Chheena, Awan, Saandi, Bihari, Ghoka, Chohan, Khan, Niazi, Bheen, Shahi, Ghallu, Darkhan, Lohar, Alzai, Khokhar, Jutt, Joiya, Naai, Mochi, Dharhal, Janjar, Khodi, Chundi, Shah Syed, Wains, Gudara, Kumhar, Kallu, Kalyar, Tarair, Dogar, Gari, Pathan, Langah, Sailu, Choudhary, Jaura.
Editor
Waqas Gull
.
References
Populated places in Bhakkar District | 40,250 |
https://stackoverflow.com/questions/32758982 | StackExchange | Open Web | CC-By-SA | 2,015 | Stack Exchange | Dave, Klaus, Thomas Dickey, https://stackoverflow.com/users/3021368, https://stackoverflow.com/users/4518274, https://stackoverflow.com/users/878532 | English | Spoken | 1,023 | 1,456 | Linux terminal: Recursive search for string only in files w given file extension; display file name and absolute path
I'm new to Linux terminal; using Ubuntu Peppermint 5.
I want to recursively search all directories for a given text string (eg 'mystring'), in all files which have a given file extension (eg. '*.doc') in the file name; and then display a list of the file names and absolute file paths of all matches. I don't need to see any lines of content.
This must be a common problem. I'm hoping to find a solution which does the search quickly and efficiently, and is also simple to remember and type into the terminal.
I've tried using 'cat', 'grep', 'find', and 'locate' with various options, and piped together in different combinations, but I haven't found a way to do the above.
Something similar was discussed on:
How to show grep result with complete path or file name
and:
Recursively search for files of a given name, and find instances of a particular phrase AND display the path to that file
but I can't figure a way to adapt these to do the above, and would be grateful for any suggestions.
According to the grep manual, you can do this using the --include option (combined with the -l option if you want only the name — I usually use -n to show line numbers):
--include=glob
Search only files whose name matches glob, using wildcard matching as described under --exclude.
-l
--files-with-matches
Suppress normal output; instead print the name of each input file from which output would normally have been printed. The scanning of each file stops on the first match. (-l is specified by POSIX.)
A suitable glob would be "*.doc" (ensure that it is quoted, to allow the shell to pass it to grep).
GNU grep also has a recursive option -r (not in POSIX grep). Together with the globbing, you can search a directory-tree of ".doc" files like this:
grep -r -l --include="*.doc" "mystring" .
If you wanted to make this portable, then find is the place to start. But using grep's extension makes searches much faster, and is available on any Linux platform.
Thanks for your reply and link to the grep manual. I'm afraid I still don't understand how to construct a working script from your response. Please could you give an example based on my original question. Many thanks.
(and @Klaus): Thanks both for your help and for recent edits & examples. I understand grep a little better from the manual now and see how both your methods are meant to work; but neither of them seems to work on my system (Samsung N140 Netbook running LXTerminal / Ubuntu Peppermint 5 ) I just get an unblinking white square cursor, and no output. Not sure if this indicates a problem with my hardware, or software... or is this meant to happen, and did I miss something in the manual ?
The sample line that I gave works here (and should work on "any" Linux, since it uses GNU grep). Perhaps you overlooked the "." (dot) at the end, which indicates the current directory.
Thanks for clarification. The command was typed correctly. I've made a text file in my home/user folder called "text.txt" containing the single word "spam". When I navigate to this folder, the command ls confirms that the test file is present, but it doesn't seem to be detected by: grep -r -l --include= "*.txt" "spam" . The system just freezes with an unblinking white cursor, and doesn't seem to exit unless I press ^c. Any ideas? Thanks.
In your comment, there is a space after --include. If you have that in the actual command, it will not use "*.txt" as the option value, but as the literal string to search for, and look in something called spam (probably not what was intended).
Apologies: this was a typo in my posting. The contents of test.txt are displayed when I use cat test.txt, so I don't think it is a permissions issue. grep -r -I "spam" and your example both return paths to other files (but not test.txt), then freeze on my Samsung netbook running Peppermint 5 with LXTerminal; yet your solution works fine on another identical Samsung netbook running Ubuntu 12.04 LTS with Terminal. Very strange. I'm not familiar with the differences between different Linux distros, but could this possibly be due to a bug or missing file in my Peppermint 5 / LXTerminal install ?
That would be unusual (not impossible). You could have some data differences in the files searched, which when typing their contents to the terminal would stop output (you might consider redirecting the output of the grep to a file to check that).
grep -r -l --include="*.txt" "spam" . > results.txt yielded the correct result on the Peppermint 5 netbook after 45 min! In contrast, the Ubuntu 12.04 netbook responded almost immediately. Not sure why such a difference (?HDD utilisation, ?available RAM), but it seems I just needed more patience! Many thanks for your advice and support.
find . -name '*.doc' -exec grep -l 'mystring' {} \; -print
How it works:
find searches recursively from the given path .
for all files which name is '*.doc'
-exec grep execute grep on files found
suppress output from grep -l
and search inside the files for 'mystring'
The expression for grep ends with the {} \;
and -print print out all names where grep founds mystring.
EDIT:
To get only results from the current directory without recursion you can add:
-maxdepth 0 to find.
Thanks for explaining how the command works - very helpful. Unfortunately, when I run this script on my system, LX Terminal gives me a static white square cursor and seems to freeze. Not sure why this is.
( I have copied your script exactly) - any suggestions? 2) Is it possible to modify this script so it only searches the current working directory - i.e. no recursion ?
@Dave: You should start reading the man pages! The information you requested is in there :-) I edited my answer for the "no recursion" information.
| 38,909 |
https://stackoverflow.com/questions/76820354 | StackExchange | Open Web | CC-By-SA | 2,023 | Stack Exchange | English | Spoken | 83 | 186 | Can Splunk OTEL collector scrape prometheus pushgateway endpoint?
I have a system where Prometheus exporter pulls metrics and system pushes metrics to pushgateway.
I'm trying to get these metrics to Splunk and Datadog. Their docs mention that they scrape exporter. But does that imply they can scrape pushgateway endpoint too, since it is a prometheus endpoint?
I checked the docs
https://docs.splunk.com/Observability/gdi/opentelemetry/components/prometheus-receiver.html
https://docs.datadoghq.com/integrations/guide/prometheus-metrics/?tab=latestversion
They mention splunk collector and datadog agent can collect from exporter. Not sure if they can collect from pushgateway endpoint too.
| 39,774 | |
https://sr.wikipedia.org/wiki/%D0%A6%D1%80%D0%BD%D0%BE%D0%B3%D0%BE%D1%80%D1%81%D0%BA%D0%B8%20%D0%BF%D0%B5%D1%80%D0%BF%D0%B5%D1%80 | Wikipedia | Open Web | CC-By-SA | 2,023 | Црногорски перпер | https://sr.wikipedia.org/w/index.php?title=Црногорски перпер&action=history | Serbian | Spoken | 4,120 | 11,106 | Перпер је био званична валута Кнежевине и потом Краљевине Црне Горе. Један перпер је садржао 100 пара.
Историја
До 1906. Црна Гора није имала сопствену монету. На њеној територији у промету је био новац других држава, пре свега аустријски талијер, односно фиорин, а сви обрачуни су вршени у аустријској монети. И након Берлинског конгреса 1878. од крупног новца, осим аустријских, у земљи су циркулисали златни амерички долари које су слали исељеници, златни француски наполондори, италијанске златне лире, енглеске златне фунте, турске златне лире, немачке златне марке, руске златне рубље и друго, а њихов курс је Министарства финансија Црне Горе утврђивао према аустријском државном новцу и објављивао у службеном делу листа „Глас Црногорца”.
Због стања финансија, велике задужености земље и става Аустроугаске, којој није било у интересу, није било могуће да се Црна Гора еманципује од аустроугарског новца, а одсуство монетарне независности, утицало је и на стање у другим областима. Стога је ковање сопственог новца за Црну Гору имало велики економски и политички значај.
Кованице
Емисија кованог новца из 1906.
Пре серије сребрних перпера из 1909. Црна Гора је исковала две серије ситнијег новца од бакра и никла, и то од 1, 2, 10 и 20 пара. Једна пара је вредела као један аустријски хелер, стоти део аустроугарске круне.
Указом од 11/24. априла 1906. о ковању црногорског никленог и бронзаног новца у номиналној вредности од 200.000 круна, књаз Никола је реализовао право које му је давао члан 10. Устава Црне Горе, према коме је „Књаз Господар имао право ковања новца”. Указом су одређени апоени 1, 2, 10 и 20 пара, њихов облик и изглед.
Новац је искован у ковници у Бечу, чији је директор у то време био Димитрије Мита Петровић, Србин пореклом из Панчева, који је помогао да се цео посао обави успешно.
Прва емисија ковановог новца из 1906. имала је:
200.000 кованица од 1 паре, -{17mm}- у пречнику, тежине 1,666 грама, састава 950‰ бакра, 40‰ калаја и 10‰ цинка
600.000 кованица од 2 паре, -{19mm}- у пречнику, тежине 3,333 грама, састава 950‰ бакра, 40‰ калаја и 10‰ цинка
750.000 кованица од 10 пара, -{19mm}- у пречнику, тежине 3 грама, састава од чистог никла (1000‰ никл)
600.000 кованица од 20 пара, -{21mm}- у пречнику, тежине 4 грама, састава од чистог никла (1000‰ никл)
Све кованице су имале исте симболе на лицу и наличју. На средини лица кованица стајала је номинална вредност, испод ње назив валуте „пара” и година ковања 1906. Око обода је ћирилични текст „КЊАЖЕВИНА ЦРНА ГОРА”. На наличју је црногорски грб.
Пошто је исковани новац приспео на Цетиње, расписом Министарства финансија и грађевина од 28. августа/10. септембра 1906, пуштен је у промет црногорски новац, што је 2/15. септембра 1906. објављено у Гласу Црногораца“. По истом распису је наређено царинарницама да изврше замену за ситни аустријски новац, хелер, који је циркулисао у Црној Гори. Замена је требало да се заврши до 15. октобра 1906, док је после 1. јануара 1907. требало да буде искључена циркулација аустријског ситног новца на црногорској територији. Међутим, и поред те наредбе исковане количине нису биле довољне да задовоље потребе промета у Црној Гори, тако да је хелер циркулисао и након 1. јануара 1907.
Циљ ковања је био, осим промоције црногорске суверености, да Црна Гора добије сопствени обрачунски новац, који би заменио аустријски новац. Осим тога, приступајући ковању новца, држава је остварила доста велики ванредни приход, који раније није имала. Рачуна се да је он од новца кованог 1906. износио 162.441,17 перпера, односно круна.
Емисија кованог новца из 1908.
Због доброг прихватања и циркулисања црногорског новца, као и потребе на тржишту, дошло је до ковања нове серије. Указом књаза Николе од 18. маја 1908. одобрено је ковање и пуштање у промет 110.000 круна номиналне вредности „никленог, бронзаног новца у комадима од 20, 10 и 2 паре“. Овај новац је такође био искован у Бечу и осим године производње био је идентичан са оним из 1906.
Емисија ковановог новца из 1908. имала је:
250.000 кованица од 2 паре
250.000 кованица од 10 пара
40.000 кованица од 20 пара
Прва емисија перпера из 1909.
На иницијативи ковања новца од племенитих метала, значајну улогу је одиграо Милоје Јовановић, кога је послала Владе Краљевине Србије, како би помогао Министарству финансија Кнежевине Црне Горе. Он је боравио у Црној Гори у периоду 1908—1910. На састанку који је одржан на Двору 1909. године, било је више предлога о називу новца, као што су „зета”, „ловћен”, „сребрњак”, а на крају је одлучено да се зове перпер.
Назив перпер потиче од речи (). Настао је у 4. веку, за време цара Валенса, а користо се као новчана јединица у Византији.
Перпер се као црногорски новац први пут помиње у указу књаза Николе од 4. маја 1909. По том указу је одређено ковање апоена од 1 и 5 перпера. Нацрте за ове апоене је према предлогу Милоја Јовановића, урадио професор гимназије и сликар Илија Шобајић, док је гравер био Стефан Шварц из Беча. За њихову израду коришћено је сребро позајмљено од Србије.
Перпери су након указа, израђени веома брзо, с обзиром да се у то време, убрзано припремало проглашење Црне Горе краљевином, није се могло дозволити да на њеној територији основна обрачунска монета остане аустријска круна, уз несметан оптицај десетак других валута.
Указ од 4. маја 1909. је објављен 6. јуна исте године у„Гласу Црногораца“. У истом броју тих новина објављена је и вест под насловом „Наш сребрни новац“ у којој се каже: „На Цетиње је стигла прва партија нашег новог сребрног новца - перпера, који је већ пуштен у саобраћај. О његовој изради стручњаци су се повољно изразили, а исти је израђен у Француској. Има га од 1 и 5 перпера, а вредност му је била као и аустријска круна.“
Ова серија кованог новца из 1909. је била у вредности 800.000 перпера, и то:
500.000 кованица од 1 перпера, -{23mm}- у пречнику, тежине 5 грама, састава 835‰ сребра и 165‰ бакра
60.000 кованица од 5 перпера, -{36mm}- у пречнику, тежине 24 грама, а састава 900‰ сребра и 100‰ бакра
На кованицама се са једне стране налазио десни профил књаза Николе. Испод њега су ловорова гранчица и иницијали гравера Стефана Шварца („-{SS}-” латиницом). Уз обод је полукружни ћирилични натпис „НИКОЛА I Б. М (божјом милошћу) КЊАЗ И ГОСПОДАР ЦРНЕ ГОРЕ”. С друге стране се налази црногорски грб са круном на порфиру. Испод је номинална вредност и назив валуте (перпер) ћирилицом. Изнад грба је ћирилични текст „КЊАЖЕВИНА ЦРНА ГОРА” (касније „КРАЉЕВИНА ЦРНА ГОРА”). Око грба, с доње стране, десно се налази храстова, а са леве ловорова гранчица. На неким кованицама се испод налазе „рог изобиља” (лево) и „бакља” (десно), ознака ковнице. Обод кованица од 1 перпера је рецкаст, док је на ободу кованица од 5 перпера исписан текст „БОГ ЧУВА ЦРНУ ГОРУ”.
Као нови сребрни ковани новац Црне Горе, перпер је заменио и потиснуо аустријску сребрну круна, која је до тада такорећи била једина сребрна монета и доминантно средство плаћања у Црној Гори. Однос перпер - круна био је 1:1.
Емисије сребрних и златних перпера из 1910.
Дана 2. марта 1910. на Ријеци Црнојевића, министар финансија и грађевина Црне Горе Гавро Вуковић и књаз Никола, потписали су указ којим је омогућено ковање златног и сребрног новца и то:
300.000 кованица од 2 перпера, -{27mm}- у пречнику, тежине 10 грама, састава 835‰ сребра и 165‰ бакра
40.000 златника од 10 перпера, -{19mm}- у пречнику, тежине 3,3875338 грама, састава 900‰ чистог злата и 100‰ бакра
30.000 златника од 20 перпера, -{21mm}- у пречнику, тежине 6,775067 грама, састава 900‰ чистог злата и 100‰ бакра
300 златника од 100 перпера, -{37mm}- у пречнику, тежине 33,875335 грама, састава 900‰ чистог злата и 100‰ бакра
Овај новац кован је у Царској и Краљевској ковници у Бечу, истог је изгледа као и онај из 1909. само су различити апоени и знатно је квалитетније израде. Новац који је 1909. израђен у Паризу у ковници „-{Baertrad et Beranger}-“ је лошијег квалитета, нема јасноћу и рељефност и међу нумизматичарима је познат као „плитко ковање“. До ковања новца 1909. у Паризу, уместо у Бечу дошло је из политичких разлога, јер су односи између Аустроугарске и Црне Горе били захладнели због анексионе кризе 1908.
Од искованог сребрног новца, држава је остварила приход у износу од 378.674,92 перпера.
Дана 15. августа 1910. године Црногорска народна скупштина је Црну Гору прогласила краљевином. На Цетињу су у славу тог догађаја 15-17. августа организоване велике свечаности којима се обележавало 50 година ступања на престо књаза Николе. У том тренутку Црна Гора је имала новац са четири различите године издања (1906, 1908, 1909. и 1910), у различитим апоенима (1, 2, 10, 20 пара, 1, 2, 5, 10, 20 и 100 перпера), као и од различитих материјала (бакар, никл, сребро, злато) и 4/17. децембра 1910. се појављује „Закон о државном новцу Краљевине Црне Горе“. Овај закон је имао 32 члана, а његов 27. члан каже да осим раније искованог новца министар финансија може исковати и пустити у оптицај још и следећу количину јубиларног златног новца:
35.000 златника од 10 перпера
30.000 златника од 20 перпера
500 златника од 100 перпера
и даље се наводи „Овај јубиларни новац разликује се од осталог златног новца тијем, што се око главе Владаочеве налази вијенац од лаворовог лишћа, а мјесто лаворове гранчице испод Владаочевог лика написане су године „1860-1910“.“
Израда ковања златног новца 1910. је коштала је више од његове номиналне вредности, тако да од његовог ковања било губитака, уместо прихода. Напори Црне Горе да се у монетарном погледу осамостали и стабилизује своју валуту, који су коначно дали позитивне резултате, нису наилазили на благонаклон став АустроУгарске, која је црногорски златни новац откупљивала и лила га у круне, па су убрзо црногорски златници постали реткост, а присутност аустријске круне је задржана. С друге стране, црногорски новац, се ипак, пробијао на аустријску територију и тамо циркулисао.
Закон је ступио на снагу почетком 1911. Њиме је створен правни основ за успостављање монетарног система у Црној Гори. Он је заокружен потписивањем монетарне конвенције са Аустроугарском 21. септембра 1911. године, чиме је смањен уплив страног новца у Црну Гору, а домаћа валута је полако постајала призната у Аустроугарској.
Емисије кованог новца из 1912. и 1913.
Филип Јерговић, црногорски министар финансија, је крајем 1911. Народној скупштини предложио закон о ковању нове количине новца. Разлога за такав предлог је било више. Наиме, бронзаног и никленог новца готово да није било у оптицају, па се и даље морао толерисати аустријски ситан новац. Због деформација изазваних лошом израдом, било је неопходно повући из оптицаја и прековати сребрни новац искован у Паризу 1909. Поред тога, Јерговић је тражио да се да се искује још извесна количина сребрног новца у апоенима од 1, 2 и 5 перпера, како би Црна Гора имала све монете предвиђене Законом о новцу, те да је за црногорске финансије исплативије да искује златан новац, него да уноси новац у аустријској монети.
Црногорска народна скупштина је крајем 1911. усвојила предлог министра финансија о ковању нове партије перпера. Закон о ковању новца је донесен 23. децембра 1911/5.
јануара 1912. Објављен је 11. 6. 1912. у „Гласу Црногораца“. Према њему, требало је исковати близу 3.000.000 перпера, од чега 2.000.000 у злату, а 800.000 у сребру, док је 60.000, односно 11.000 перпера требало исковати у никлу и бронзи.
Закон је само делимично реализован. Године 1912. је искован је само сребрни новац у вредности од 586.800 перпера од:
1 перпера, масе 5 грама, пречника 23 mm, финоће 835/1000 сребра, у тиражу 386.800 кованица
5 перпера, масе 24 грама, пречника 36 mm, финоће 900/1000 сребра, у тиражу 40.000 кованица
На лицу кованица је десни профил краља Николе. Полукружно горе је исписан текст „НИКОЛА И Б. М. КРАЉ И ГОСПОДАР ЦРНЕ ГОРЕ”, уз доњу ивицу обода је храстова гранчица, а испод ње иницијали гравера „SS”. На наличју је црногорски грб с драперије и круном около горе је исписан текст: „КРАЉЕВИНА ЦРНА ГОРА”, у доњем делу ознака вредности изражена арапским бројем, испод полувенац од ловорове и храстове гранчице повезан текстом: „ПЕРПЕР” односно „ПЕРПЕРА”, уз доњу ивицу обода ознака. Обод кованице од 1 перпера је са рецкама, а на ободу кованица од 5 перпера налази се натпис „* БОГ * ЧУВА * ЦРНУ * ГОРУ ***”.
Оба апоена су симетрична. Исковани су у Државној ковници у Бечу према нацрту Илије Шобајића, а гравер је био Стефан Шварц. Аутор наличја је аустријски гравер Рудолф Нојбергер.
У ковању овог новца, један део перпера из 1909. је прекован због излизаности и лошег квалитета. Укупно је у нове перпере прековано 130.800 кованица од једног перпера и 30.000 кованица од пет перпера из 1909.
Према истом закону је било предвиђено ковање и ситнијих апоена. Како су они нешто каснили, на себи носе годину 1913. Искована је предвиђена количина никленог и бронзаног ситног новца:
1 паре, масе 1,66 грама, пречника 17 mm, од бакра у тиражу од 100.000 кованица
2 паре, масе 3,33 грама, пречника 19 mm, од бакра у тиражу од 500.000 кованица
10 пара, масе 3 грама, пречника 19 mm, од никла у тиражу од 200.000 кованица
20 пара, масе 4 грама, пречника 21 mm, од никла у тиражу од 200.000 кованица
Два милиона комада златних кованица, међутим, никада није исковано, због недостатка средстава.
Емисије кованог новца 1914.
После Првог балканског рата, територија Црне Горе се значајно проширила, што је
повећало потребу за већом количином новца у оптицају. Због тога је фебруара 1914. црногорска влада донела Закон о ковању сребрног, никленог и бронзаног новца. Укупно је исковано 1.250.000 перпера:
1 пара, масе 1,66 грама, пречника 17 mm од бакра, у тиражу од 200.000 кованица
2 паре, масе 3,33 грама, пречника 19 mm од бакра, у тиражу од 400.000 кованица
10 пара, масе 3 грама, пречника 19 mm од никла, у тиражу од 800.000 кованица
20 пара, масе 4 грама, пречника 21 mm од никла, у тиражу од 800.000 кованица
1 перпер, масе 5 грама, пречника 23 mm од сребра, у тиражу од 500.000 кованица
2 перпера, масе 10 грама, пречника 27 mm од сребра, у тиражу од 200.000 кованица
5 перпера, масе 24 грама, пречника 36 mm од сребра, у тиражу од 20.000 кованица
На лицу кованаца од 1, 2, 10, 20 пара је црногорски грб, а на наличју, уз горњу ивицу текст: „КРАЉЕВИНА ЦРНА ГОРА”, испод које је ознака вредности изражена текстом „ПАРА” и бројем, док је уз доњу ивицу обода година издања. Новчићи од 1 и 2 паре имају глатки обод, а новчићи од 10 и 20 пара имају рецке.
На лицу кованица од 1, 2 и 5 перпера је десни профил краља Никола, около, горе је текст „НИКОЛА И Б. М. КРАЉ И ГОСПОДАР ЦРНЕ ГОРЕ”. Испод се налази храстова гранчица и иницијали гравера SS. На реверсу је црногорски грб на порфири са круном, около, горе, текст „КРАЉЕВИНА ЦРНА ГОРА”, испод је ознака вредности означена бројем, у доњем
делу је полувенац од ловорове и храстове гранчице повезан називом валут. Уз доњу ивицу обода је година издања. Новчићи од 1 перпера на ободу имају рецке, а кованице од 2 и 5 перпера су глатки и имају утиснут текст „БОГ ЧУВА ЦРНУ ГОРУ”.
То је био последњи ковани новац у Црној Гори. Због избијања Првог светског рата није израђено предвиђених 700.000 перпера сребрног и још 140.000 никленог и бронзаног новца. Црна Гора је 1915. припремала нову емисију металних апоена, али до ње није дошло.
Упутнице
Презадужена Краљевина Црна Гора је 1912. године, спремајући се за Први балкански рат, морала да одустане од планова за ковање нових количина металног новца. Услед тешке економске и војно-политичке ситуације, повећање државне територије и броја становника, када је Црна Гора 8. октобра објавила рат Турској, донесен је Закон о издавању благајничких упутница, што је објављено у Црногорском гласнику од 23. октобра 1912. У Гласнику се не помињу изглед и величина упутница. Упутнице су штампане у Прагу у штампарији (). Штампано је 2 милиона примерака у номиналама од:
1 перпера, тамноплаве боје, величине 150x75 mm
2 перпера, тамноцрвене боје, величине 115x75 mm
5 перпера, зелене боје, величине 129-130x84-85 mm
10 перпера, црвене боје, величине 144-145x94-95 mm
50 перпера, љубичасте боје, величине 164-165x113-115 mm
100 перпера, браон боје, величине 174-175x115-116 mm
Упутнице су ручно нумерисане на Цетињу. Номинале се међусобно разликују по боји. Лице и наличје упутница су исти. На њима доминира грб на порфиру (уоквирени квадрат), на коме је словима исписан износ и назив валуте. Лево и десно од грба је номинална вредност. У угловима квадрата су заобљени троуглови, а у њима арапским бројевима означен номинални износ упутнице. Изнад квадрата са грбом је у уоквиреном, мало ужем правоугаонику, ћирилицом, исписан текст у три реда: „Нека Главна државна благајна исплати доносиоцу ове упутнице ...” износ и валута.
Испод квадрата са грбом је правоугаоник, исте ширине, у коме је, назначено да вредност упутнице траје годину дана од дана публикације. Упутнице носе потписе председника Главне државне контроле Филипа Јерговића и министра финансија Секуле Дрљевића. Сав текст је исписан ћирилицом. Аутор ликовног решења до данас није са сигурношћу препознат, али се по рукопису претпоставља да је у питању професор Илија Шобајић.
На упутницама стоји датум 1. октобар 1912. Претпоставља се да је читав посао планиран у тајности и да Државна штампарија из неких разлога није успела да обави овај посао, те да је одлука о штампању упутница у Прагу донета накнадно и да су за штампање искоришћени клишеи са датумом који је претходно планиран. Клишеи су након штампања враћени и уништени. Папир на којем су штампане новчанице је био дебео и лошег квалитета, тако да се лако оштећивао приликом пресавијања. Штампање упутница је коштало 11.605,09 перпера, а финансијски ефекти су били изузетно значајни.
Упутнице су гласиле на доносиоца. Представљале су неку врсту привременог папирног новца, без покриће, али који је гарантовала држава у висини њихове номиналне вредности. Коришћене су као средство плаћања у свим државним, општинским и другим јавним благајнама, као и у приватном промету. Упутнице су у народу добро прихваћене. Велику улогу у њиховој популаризацији је имала Црногорска банка са Цетиња. На бази емисије ових упутница држава је добила два милиона перпера. Мада је планирано да важе само годину дана, додатним наредбама је важност продужавана све до 1. марта 1914. године.
Друга емисија упутница уследила је након две емисије кованог новца, а ради финансирања државе у ратним условима. Већ 25. јула 1914. наложено је штампање нових упутница, како би се обезбедио ратни материјал потребан држави. Штампани су перпери од 1, 2, 5, 10, 20 и 100 перпера. Упутнице су штампане на дебелом папиру на Цетињу. Перпери од 1 и 2 перпера су били исти као и у претходној серији, само што је на њима стајао прештампан датум објаве закона, црвеном бојом (25. јул 1914), док су за упутнице од 5, 10, 20, 50 и 100 перпера израђени нови клишеи.
Упутнице су одштампане у Државној штампарији, у складу са њеним скромним капацитетима, на истом, неквалитетном папиру као и упутнице из 1912. године, који се брзо хабао и крзао, и лоше трпео пресавијања, због чега је до данас сачуван мали број примерака. Све упутнице су истих димензија (155 x 107 mm), а идејна решења лица и наличја су различити.
На лицу у центру је државни грб, на порфири са круном. Бројне вредности су у угловима, лево и десно од грба. На наличју, у центру је државни грб, на порфири са круном. Бројне вредности новчанице су у угловима. На упутницама нема клаузуле којом се упозорава да је фалсификовање кажњиво по закону.
На основу архивске грађе, са недовршеним скицама и препискама око кашњења са израдом идејног решења, претпоставља се да је њихов аутор био Илија Шобајић.
Нумерисање је вршено ручно и у различитим бојама. У оптицај је кроз серије А, Б, В и Г пуштено пет милиона перпера. Потписници упутница су били председник Главне државне контроле Филип Јерговић и министар финансија Ристо Поповић.
Нови Закон којим је дата могућност штампања четири милиона нових перпера, са датумом 25. јул 1914, подељених у 25 серија, је издат 10/23. маја 1915, што је објављено три дана касније. Готово истовремено 16/29. маја 1915. је објављена наредба о повлачењу из оптицаја претходне емисије пет милиона перпера упутница од 2, 5, 50 и 100 перпера са датумом 25. јула 1914. чији рок још није био истекао.
После састанка, који је одржан 7. и 9. јануара између делегата црногорске владе Јована Поповића и конзула Краљевине Црне Горе и генералног секретара Француске банке, ова банка је преузела обавезу да у што краћем року припреми нове упутнице црногорских перпера и да их одмах штампа. С обзиром да је било неопходно да се одмах одштампају и испоруче, одлучено је да се за израду лица употребе модели који нису раније употребљени или који су раније одбијени.
За идејна решења лица упутница су коришћени клишеи француске банке, за апоене од 1, 2 и 5 перпера су одабрани клишеи алжирске новчанице од 10 франака, које је 1972. године израдио М. Cobason а гравирао M. Magdelin.
На лицима упутница од 1, 2 и 5 перпера налази се стилизована елипса. Бројчане вредности су са страна, лево и десно од текста. Носи потписе председнике главне државне контроле Филипа Јерговића и министра финансија Ристе Поповића. Носе датум, 25. јула 1914. Серијски број и број серије се налазе изнад и испод текстуалног дела.
За 10 и 20 перпера дизајн је урадио М. Дивал. На њиховим лицима се налази стилизовани правоугаоник. Бројчана вредност дата је само у горњем десном углу, док је насупрот њему грб краљевине Црне Горе. Серијски број је одштампан изнад текстуалног дела централно, а број серије у доњем левом углу, а три последње цифре серијског броја у доњем десном углу.
Апоени од 50 и 100 перпера су израђени према дизајну M. Duc-а из 1848. године. На њиховом лицу се налази заобљени правоугаоник. Бројчане вредности су са страна, лево и десно од текста, који је исти као код осталих апоена. Серијски број одштампан је изнад текстуалног дела централно, а број серије у доњем левом углу и горњем десном делу правоугаоника. Три последње цифре серијског броја налазе се у горњем левом и у доњем десном углу.
Ликовна решења и симболика детаља, немају никакве везе са Црном Гором. На француске клишее су додати ћирилички натписи и црногорски грб и истовремено је на њима штампана нумерација.
Идејно решење за наличја упутница је веома слично првом издању из 1914. године. На наличју упутница од 1, 2, 5, 50 и 100 перпера, као подлога се налазе редови ситног, хоризонталног ћириличног текста „КРАЉЕВИНА ЦРНА ГОРА”. У центру је државни грб, на порфири са круном. Бројчане вредности новчанице су у угловима. На наличју упутница од 10 и 20 перпера налази се стилизована правоугаона гравура, преко које је одштампан текст као и код претходних апоена.
1 перпер, плаве боје, на 65-грамском папиру, величине 135х98 mm
2 перпера, браон боје, на 65-грамском папиру, величине 135х98 mm
5 перпера, црвене боје, на 65-грамском папиру, величине 135х98 mm
10 перпера, плаве боје, на 65-грамском папиру, величине 158х104 mm
20 перпера, браон боје, на 65-грамском папиру, величине 158х104 mm
50 перпера, црвене боје, на 37-грамском папиру, величине 187х110 mm
100 перпера, плаве боје, на 37-грамском папиру, величине 187х110 mm
Код појединих серија боје варирају од светлијих до тамнијих нијанси. За свих седам апоена коришћен је папир од теста памучних крпа, које је испоручила фабрика Rives. Папир је испао бољег квалитета него у ранијем издању, за апоене од 50 и 100 перпера може се рећи да су веома доброг квалитета.
Тако је у промет пуштено још 4.000.000 перпера, а рок исплате раније издатих упутница од 5.000.000 милиона перпера је одложен за исплату до 25. јула 1916. И наредне године поново је изведен је овај маневар, тако што је 4. децембра 1915. објављен Закон о издавању упутница у износу од 6.000.000 перпера, са датумом 25. јул 1914, чији је рок важења продужен до 25 јула 1917, као и ранијих у износу од 9.000.000 перпера.
Ове упутнице су последње израђене у слободној Црној Гори.
Сав трошак за исплату свих упутница је 1924. године исплатила нова држава, Краљевина Срба Хрвата и Словенаца.
Након Битке код Мојковца, јануара 1916. Црна Гора је капитулирала, црногорска војска је разоружана и на Цетињу је успостављена окупациона административна власт. Убрзо је дошло до поништавања црногорског новца и његовог обезвређивања печатирањем у окружним командама на Цетињу, у Никшићу, Подгорици, на Плевљама, у Старом Бару и Пећи. Оверавање је вршено печатом на коме је писало „K.u K. MILITAR GENERALGOUVERNEMENT IN MONTENEGRO KREISKOMMANDO”, уз име града у коме је печаћење вршено. Процењује се да је испечатирано мање од трећине перпера, од оних који су се налазили у промету, и да се народ на печатирање одлучивао само у крајњој нужди. Папирни новац Црне Горе је веома тражен и високо цењен на колекционарском тржишту.
Након печаћења, аустроугарске власти су успоставиле арбанашки, односно аустријски перпер, који је штампан у Бечу. Овакав назив је дат зато што су натписи на лицу, осим на српском, писани на арбанашком, а на наличју на немачком језику. Перпери из доба окупације су истог дизајна, а разликују се једино по боји и величини.
Референце
Литература
Види још
Средњовјековни новац у Црној Гори
Перпер (рачунска новчана јединица)
Црногорски перун
Спољашње везе
Стари црногорски новац
Новац кроз историју
Јубиларни новац Централне банке Црне Горе
Перпер
Перпер
Перпер
Перпер
Европске валуте | 42,518 |
https://fr.wikipedia.org/wiki/Carousel | Wikipedia | Open Web | CC-By-SA | 2,023 | Carousel | https://fr.wikipedia.org/w/index.php?title=Carousel&action=history | French | Spoken | 209 | 412 | Le mot carousel, qui signifie en anglais « manège » peut désigner :
Attraction
Carousel of Progress, une attraction Disney (voir aussi Carrousel des parcs Disney).
Biens Matériels
Un carousel, un type de projecteur de diapositives.
Un carousel, un type de pavillon, ainsi dénommé par le lotisseur britannique Wimpey (1980).
Œuvres
Musique
Carousel, une comédie musicale de Richard Rodgers et Oscar Hammerstein II, créée à Broadway en 1945.
Carousel, une chanson du groupe Siouxsie and the Banshees parue dans l'album Peepshow sorti en 1988.
Carousel, une chanson du groupe Blink-182.
Carousel, une chanson du groupe Mr. Bungle parue dans l'album eponyme sorti en 1991.
Carousel, une chanson de Melanie Martinez pour la saison 4 d'American Horror Story : Freak show.
Carousel, un album de Robin Guthrie paru en 2009.
Carousel, une chanson de Travis Scott parue dans l'album ASTROWORLD en 2018.
Carousel, un groupe de musique letton.
Carousel, une chanson de l'artiste Al'Tarba parue dans l'album La Fin Des Contes
Cinéma
Carousel, un film musical américain d'Henry King, sorti en 1956, adaptation de la comédie musicale homonyme ;
Carousel, un film grec de Stamatis Tsarouchas, sorti en 2008.
Télévision
Carousel, un téléfilm américain de Paul Bogart, diffusé en 1967, autre adaptation de la comédie musicale homonyme.
Homonymie de titre | 47,082 |
https://stackoverflow.com/questions/24387147 | StackExchange | Open Web | CC-By-SA | 2,014 | Stack Exchange | English | Spoken | 164 | 262 | How to get contact details in Skype4COM?
I am trying to grab the FullName and Handler from a contact I receive in Skype chat. I managed to get a breakpoint in this event:
Skype.MessageStatus += OnMessageStatus;
public void OnMessageStatus(ChatMessage pMessage, TChatMessageStatus Status)
{
}
However the Body of pMessage contains:
"[Contacts enclosed. Please upgrade to latest Skype version to receive contacts.]"
Doesn't matter if I am the one sending or receiving the message is the same. My current Skype version is 6.16.64.105 (the issue still happens on 6.16.0.105)
I wonder if it is some issue with my Skype version of it is not supported anymore for some reason, or if maybe I am working on the wrong event...
Is there another event, or is there a way to grab the name and handler from a received contact?
I don't know about the message's body problem, but you can try this to get the Handle and Fullname from the contact sending the message:
pMessage.Sender.Handle
pMessage.Sender.FullName
| 37,293 | |
https://ceb.wikipedia.org/wiki/Skjenebrotet | Wikipedia | Open Web | CC-By-SA | 2,023 | Skjenebrotet | https://ceb.wikipedia.org/w/index.php?title=Skjenebrotet&action=history | Cebuano | Spoken | 129 | 262 | Bungtod ang Skjenebrotet (Norwegian: Skjenabrotet) sa Noruwega. Nahimutang ni sa munisipyo sa Os ug lalawigan sa Hordaland Fylke, sa habagatan-kasadpang bahin sa nasod, km sa kasadpan sa Oslo ang ulohan sa nasod. metros ibabaw sa dagat kahaboga ang nahimutangan sa Skjenebrotet.
Ang yuta palibot sa Skjenebrotet kabungtoran. Sa sidlakan, dagat ang pinakaduol sa Skjenebrotet. Kinahabogang dapit sa palibot ang Møsnuken, ka metros ni kahaboga ibabaw sa dagat, km sa amihanan-kasadpan sa Skjenebrotet. Ang kinadul-ang mas dakong lungsod mao ang Ytrebygda, km sa amihanan-kasadpan sa Skjenebrotet. Sa rehiyon palibot sa Skjenebrotet, mga bungtod, ug mga lawis talagsaon komon.
Ang klima kasarangan. Ang kasarangang giiniton °C. Ang kinainitan nga bulan Agosto, sa °C, ug ang kinabugnawan Disyembre, sa °C.
Saysay
Ang mga gi basihan niini
Mga bungtod sa Hordaland Fylke
sv:Skjenebrotet | 41,443 |
CULmtP28Niw_1 | Youtube-Commons | Open Web | CC-By | null | Tuition Assistance | None | English | Spoken | 146 | 174 | All hands update would like to update you on recent changes to tuition assistance. NavAdmin 219-16 now makes it a requirement for a sailor to have their TA requests submitted and command approved. 14 calendar days prior to a term start date for all classes starting on or after January 1st, 2017. My education will automatically prevent a new TA request from being completed if the term start date is within 14 days. Also, the NavAdmin requires first-time TA users to complete the DOD Higher Education Preparation Training course, WebTA training, and receive education counseling through the Virtual Education Center or a Navy College office. The NavAdmin also allows a sailor to submit 120 days out from the course start dates. Get a jump on your education and start the process early. For more information regarding the new TA policy, visit the Navy College program website..
| 41,320 |
https://ceb.wikipedia.org/wiki/Koch%20%28awtor%29 | Wikipedia | Open Web | CC-By-SA | 2,023 | Koch (awtor) | https://ceb.wikipedia.org/w/index.php?title=Koch (awtor)&action=history | Cebuano | Spoken | 46 | 76 | Si Koch nga ang hamubong pangalan niini nag tudlo kang:
André Koch
Carl Koch
Carl Ludwig Koch
Cathrin Koch
Claudia Koch
Hauke Koch
Isabel Koch
Joachim Koch
Johann Friedrich Wilhelm Koch
Karl Koch
Ludwig Carl Christian Koch
Stephen D. Koch
Wilhelm Daniel Joseph Koch
Mga awtor | 12,210 |
https://stackoverflow.com/questions/75280355 | StackExchange | Open Web | CC-By-SA | 2,023 | Stack Exchange | Athanasios Kataras, Chris Hamilton, Manik Das, buga, https://stackoverflow.com/users/12914833, https://stackoverflow.com/users/15203976, https://stackoverflow.com/users/1643676, https://stackoverflow.com/users/20840907 | English | Spoken | 276 | 572 | local webpage is still loading for using while loop
When I am using for loop it's working perfectly but when I try to run this code with while loop and it's stuck loading.
// for (var i = 0; i < 7; i++) {
// document.querySelectorAll("button")[i].addEventListener("click",
// function () {
// alert("Hi there! I'm working ");
// }
// );
// }
var i = 0;
while (i < 7) {
document.querySelectorAll("button")[i].addEventListener("click",
function () {
alert("Hi there! I'm working ");
i++;
}
);
}
the while loop is infinite here because i++ is inside the event listener which never runs
That means a lot to me!
This is the equivalent loop with while
var i = 0;
while (i < 7) {
document.querySelectorAll("button")[i].addEventListener("click", function () {
alert("Hi there! I'm working ");
});
i++;
}
What your previous code did, is that it kept on adding an event listener that would try to update the i variable on click but since your page never loaded, it did not have the chance (nor would the code be correct if it did).
Minor correction: i++ should appear at the end of the loop instead of the start.
Agreed! To make it exactly the same as the for loop and maintain behavior, that is correct.
A working solution can be as easy as this:
// for (var i = 0; i < 7; i++) {
// document.querySelectorAll("button")[i].addEventListener("click",
// function () {
// alert("Hi there! I'm working ");
// }
// );
// }
var i = 0;
while (i < 7)
document.querySelectorAll("button")[i++].addEventListener("click",
function () {
alert("Hi there! I'm working ");
}
);
<button>a</button><br>
<button>b</button><br>
<button>c</button><br>
<button>d</button><br>
<button>e</button><br>
<button>f</button><br>
<button>g</button><br>
<button>h</button>
| 44,188 |
https://az.wikipedia.org/wiki/Az%C9%99rbaycan%E2%80%93Macar%C4%B1stan%20m%C3%BCnasib%C9%99tl%C9%99ri | Wikipedia | Open Web | CC-By-SA | 2,023 | Azərbaycan–Macarıstan münasibətləri | https://az.wikipedia.org/w/index.php?title=Azərbaycan–Macarıstan münasibətləri&action=history | Azerbaijani | Spoken | 1,189 | 4,576 | Azərbaycan–Macarıstan münasibətləri — Azərbaycan Respublikası ilə Macarıstan Respublikası arasındakı mövcud ikitərəfli əlaqələr.
Azərbaycan və Macarıstan respublikaları arasındakı diplomatik əlaqələr Azərbaycanın Sovetlər Birliyindən ayrılaraq öz müstəqilliyini bəyan etməsindən 1 il sonra yarandı.
Tarixi
Macarıstan Respublikası Azərbaycan Respublikasının müstəqilliyini 1991-ci il 26 dekabrda tanımışdır
Diplomatik əlaqələr
İki ölkə arasında diplomatik əlaqələr 1992-ci ilin aprel ayının 27-də qurulmuşdur.
2009-cu il yanvarın 12-də Macarıstanın Azərbaycandakı səfirliyi yaradıldı. İlk səfir Jeno Boroş olub. 2010-cu il dekabrin 14-den Cənab Zsolt Cutora Macaristanın Azərbaycandakı səfiridir. Azərbaycanın Macarıstandakı səfirliyi 2004-cü il sentyabr ayında açılıb. Hal-hazırda Azərbaycanın Macarıstandakı səfiri Vilayət Quliyevdir.
Macarıstandakı azərbaycanlılar
Macarıstan azərbaycanlılarının sayı təqribən 1500–2000 arasında olması güman olunur.
Yüksək səviyyəli qarşılıqlı səfərlər
Dövlət başçıları
1994-cü il 4–5dekabr — Prezident Heydər Əliyevin işgüzar səfəri (ATƏT-in Zirvə Toplantısı);
2008-ci il 18–19 fevral — Prezident İlham Əliyevin Dövlət səfəri';
2009-cu il 26–27 yanvar — Prezident İlham Əliyevin işgüzar səfəri ("Nabucco" Enerji Sammiti);
2011-ci il 10–12 noyabr — Prezident Macarıstan Prezidenti Pal Şmitin rəsmi səfəri;
2014-cü il 11–12 noyabr — Azərbaycan Prezidenti İlham Əliyevin Macarıstana səfəri.
Hökumət başçıları
2008-ci il 7–8 iyul — Macarıstanın Baş naziri Ferenç Gyurçanyinin rəsmi səfəri;
2008-ci il 14 noyabr — Macarıstanın Baş naziri Ferenç Gyurçanyinin işgüzar səfəri (4 Enerji Sammiti);
2010-cu il 13–14 sentyabr — Macarıstanın Baş naziri Viktor Orbanın işgüzar səfər (AGRİ sammiti);
2012-ci il 29 iyun — 1 iyul — Macarıstanın Baş Naziri Viktor Orbanın rəsmi səfəri.
Parlament sədrləri
2007-ci il, 15 iyun — Milli Məclisin sədr müavini V.Ələsgərovun səfəri ("Ümumi enerji siyasəti- Möhkəm Avropa" adlı beynəlxalq konfrans);
2008-ci il, 5–7sentyabr — Parlamentin Sədri Katalini Silinin rəsmi səfəri;
2011-ci il, 7–9 dekabr — Milli Məclisin sədri Oqtay Əsədovun rəsmi səfəri;
2012-ci il, 5–8 iyun — Macarıstan-Azərbaycan Parlamentlərarası Dostluq Qrupunun Rəhbəri Matron Gyöngyöşinin başçılıq etdiyi nümayəndə heyəti Azərbaycana səfəri;
2013-cü il, 29 may — Macarıstanın Azərbaycan üzrə Parlamentlərarası Dostluq Qrupunun Sədri Marton Gyöngyöşinin Azərbaycana səfəri;
2013-cü il, 14–15 iyun — Azərbaycan-Macarıstan parlamentlərarası dostluq qrupundakı işçi qrupunun sədri Xanhüseyn Kazımlının səfəri.
Nazirlər
1997-ci il fevral — Macarıstan XİN-in Dövlət Katibi İştvan Sentİvanin səfəri;
1998-ci il 7–8 sentyabr — Macarıstan XİN-in Dövlət Katibi Q.Qabinin səfəri (Böyük Tarixi İpək Yoluna həsr olunmuş konfrans);
2004-cü il 3–24 aprel — Macarıstan XİN-in Dövlət Katibinin müavini Y.Boroş Azərbaycanda səfəri;
2006-cı il 22–24 yanvar — Macarıstanın Xarici İşlər Nazirliyinin siyasi məsələlər üzrə Dövlət Katibi A. Barşonun Azərbaycana səfəri;
2006-cı il 29.11–1.12 — Xarici İşlər Nazirlərinin müavini Xələf Xələfovun səfəri;
2007-ci il 22–23 mart — Maliyyə naziri Samir Şərifovun Macarıstana səfəri;
2007-ci il 17–19 may — Macarıstanın Xarici İşlər Nazir xanım K.Qöntsün rəsmi səfəri;
2007-ci il 13–15 sentyabr — Azərbaycan Respublikasının Sənaye və Energetika naziri N.Əliyevin rəsmi səfəri;
2007-ci il 23–25 sentyabr — Azərbaycan Respublikasının Əmək və Əhalinin Sosial Müdafiəsi naziri Füzuli Ələkbərovun Macarıstana rəsmi səfəri;
2007-ci il 22 noyabr — Macarıstanın İqtisadiyyat və Nəqliyyat naziri Y.Kokanın səfəri;
2009-cu il 24–27may — Azərbaycanın Dövlət Sərhəd Xidmətinin rəisi Elçin Quliyevin səfəri;
2010-cu il 2 mart — Xarici İşlər Nazirlərinin müavini M.Məmməd-Quliyevin səfəri;
2010-cu il 11–12 mart — AR Təhsil Naziri Misir Mərdanovun səfəri;
2011-ci il 24–26 fevral — Macarıstan XİN Dövlət Naziri J.Nemetin səfəri;
2011-ci il 28.02 – 2.03 — Xarici İşlər Nazirlərinin müavini Xələf Xələfovun səfəri;
2011-ci il 27–30 noyabr — Azərbaycan Respublikası Dövlət Sosial Müdafiə Fondunun sədri Səlim Müslimovun səfəri;
2012-ci 23–25 iyul — Azərbaycan — Macarıstan Hökumətlərarası Birgə İqtisadi Komissiyasının həmsədri, Dövlət katibi cənab Peter Siyartonun başçılıq etdiyi nümayəndə heyətinin Azərbaycana səfəri;
2012-ci il 8–9 oktyabr — İqtisadi və İnkişaf naziri Şahin Mustafayevin işgüzar səfəri;
2013-cü il 12–14 Mart — Kənd tıəsərrüfatı nazirliyinin dövlət katibi cənab Gyula Budainın səfəri;
2013-cü il 7–8 Aprel — Milli İnkişaf Naziri Development JuJa Nemet, Milli inkişaf nazirliyinin dövlət katibi V.Nac Vilmoş, Milli Aviasiyanın baş direktoru İldiko Sakmari, Milli inkişaf nazirliyinin baş məsləhətçisi İştvan Erenyinin səfəri (Dünya İqtisadi forumunda iştirak üçün);
2013-cü il 17 May — Azərbaycanın səhiyyə naziri Oqtay Şirəliyevin səfəri;
2013-cü il 8–9 noyabr — İnformasiya və Kommunikasiya texnologiyalari naziri Əli Abbasovun səfəri;
2013-cü il 1–3 dekabr — Milli İnkişaf naziri Juja Nemetin səfəri;
2014-cü il 27–28 yanvar — Azərbaycan-Macarıstan hökümətlərarası komissiya qrupunun sədriç dövlət katibi Peter Siyyartonun səfəri;
2014-cü il 27–28 Aprel — Xarici İşlər Naziri Elmar Məmmədyarovun səfəri;
2014-cü il 3–4 noyabr — Macarıstanln Xarici İşlər və Ticarət Naziri Peter Siyyartonun Azərbaycana səfəri.
Parlamentlərarası əlaqələr
26 mart 2007-ci ildə Macarıstan Parlamentində Macarıstan-Azərbaycan parlamentlərarası Dostluq qrupu yaradılmışdır. Qrupun sədri Marton Gyöngyöşidir.
Azərbaycan Respublikasının Milli Məclisində Azərbaycan-Macarıstan parlamentlərarası əlaqələr üzrə işçi qrupu fəaliyyət göstərir. Bu işçi qrupu 7 mart 1997-ci il tarixində yaradılmış və ilk rəhbəri Fikrət İsmayılov olmuşdur. 4 mart 2016-cı il tarixindən Xanhüseyn Kazımlı işçi qrupunun rəhbəridir.
Strateji əməkdaşlıq
Macarıstan 2014-cü il noyabrın 11-də Azərbaycanla strateji əməkdaşlıq haqqında razılaşmaya imza atdı. Əsas razılaşma ilə yanaşı, Bakı və Budapeşt arasında yeniden birbaşa uçuşların başladılması haqqında arasında aviasiyaya sənədi, 200 Azərbaycanlı tələbə üçün təqaüd proqramı, idman, gənclər və turizmə aid digər bütün razılaşmalar bu ərəfədə imzalandı.
Qardaş şəhərlər
Şuşa, Azərbaycan – Gyöngyöş, Macarıstan;
Ağdam, Azərbaycan – Tisavaşvari, Macarıstan.
Gənclər səviyyəsində
Macarıstan-Azərbaycan Gənclər Birliyi (MAGB) dekabrin 6-sı 2012-ci ildə Macarıstanda təhsil alan və işləyən azərbaycanlı gənclər və Macarəstanın fəal gəncləri tərəfindən yaradıldı. Təşkilatın məqsədi Azərbaycan-Macarıstan gənclərarası əlaqələri inkişaf etdirmək, onlar arsındakı dialoqu təşkil edərək ikitərəfli münasibətləri gənclər səviyyəsində ön plana çəkməkdir.
Layihələri
Study in Hungary saytı — Azərbaycanlı gəncləri Macarıstandakı təhsil imkanları haqqında məlumatlandırmaq məqsədilə yaradılıb;
Budapeştdə List Ferenç adına Musiqi Akademiyasında klassik konsert (29 aprel, 2013-cü il);
"Macarıstanda Azərbaycan Turizm Günləri" (21–22 noyabr 2014-cü il).
Təhsil
Xarici tələbələri özünə cəlb edən macar universitetləri üçün Azərbaycan ən perspektivli ölkələrdən biri hesab edilir və ölkənin qabaqcıl universitetleri beynəlxalq əlaqələr, menecment, İKT, tibb, kənd təsərrüfatı, mühəndislik, su sənayesi kimi sahələrdə Azərbaycanlı tələbələrə yüksək keyfiyyətli təhsil verməyə hazırdır. Azərbaycanlı tələbələrin Macarıstandakı təhsil imkanları 2012-ci ildə Budapeştdə iqtisadi əməkdaşlıq üzrə hökümətlərarası komissiyanın görüşündə imzalanmış tələbələr üçün təqaüd imkanları haqqında razılaşma əsasında yaradılıb. 2015-ci ildən etibarən Macarıstan bu proqrama 200 Azərbaycanlı tələbəni qaəbul edəcək və Macarıstan tərəfi təhsil xərclərini qarşılamaqla yanaşı tələbələri yataqxana və aylıq təxminən 42000 Macarıstan forinti məbləğində təqaüdlə təmin edəcək.
İqtisadi əlaqələr
Azərbaycan-Macarıstan Biznes forumu Budapeştdə 2014-cü il noyabr ayında təşkil olundu.
Enerji
Xarici İşlər və Ticarət Naziri Peter Siyyarto Rusiyanın Cənubi Axını qaz boru xətti xətti layihəsi planını tərk etməsinə münasibət bildirərkən deyib ki, Macarıstanın uzunmüddətli enerji təhlükəsizliyi təminatını ödəmək üçün yeni mənbələr (yollar) axtarmasına ehtiyacı olacaq və bu alternativlərdən biri Azərbaycandır.
Nəqliyyat
Bakı və Budapeşt arasındakı birbaşa WizzAir uçuşu 2013-cü ilin aprelində elan olundu, uçuşlar isə 2013-cü ilin iyun ayında başladı;
AZAL vasitəsilə Bakı-Budapeşt karqo xətti 2014-cü il mart ayından faliyyətə başlayıb.
Ərzaq
Sericovia MMC Azərbaycandan Macarıstana 2012-ci ildə təbii nar şirələri idxal etməyə başladı.
Əmtəə dövriyyəsi (min doll.)
Xeyriyyə
Azərbaycan Macarıstandakı görmə qabiliyyəti olmayan uşaqlar üçün institut layihəsini dəstəkləyir. Azərbaycan tərfindən tikiləcək görmə qabiliyyəti olmayan uşaqlar üçün Laslo Batyani institutunun yeni binasının təməlqoyma mərasimi Budapeştdə 2014-cü ildə oldu. 240 milyon forinti Azərbaycan hüküməti tərəfdindən ödəniləcək layihə 500 milyon forintə başa gələcək.
İncəsənət
Macarıstanda Azərbaycan incəsənətinin elementlərini əks etdirən markalar dövriyyəyə buraxıldı;
Budapeşt poçt markaları Azərbaycanlı rəssam Çingiz Mehbaliyevin bəzi rəsm əsərlərini əks etdirir.
Səfirliklər
Azərbaycanın Macarıstanda:
Budapeştdə Azərbaycan səfirliyi
Tahir Tağızadə
Macarıstanın Azərbaycanda:
Bakıda Macarıstan səfirliyi
Tamaş Yojef Torma
İdman sahəsində əməkdaşlıq
Futbol qarşılaşmaları
Həmçinin bax
Avropa Birliyi–Azərbaycan əlaqələri
Macarıstan-Azərbaycan Gənclər Birliyi
Macarıstan azərbaycanlıları
İstinadlar
Xarici keçidlər
Macarıstanın Azərbaycan Respublikasınındakı Səfirliyi Rəsmi sayti
Azərbaycan Respublikasının Macarıstandakı Səfirliyi Rəsmi sayti
İkitərəfli münasibətlər | 2,459 |
https://ceb.wikipedia.org/wiki/Ca%C3%B1on%20del%20Alamito | Wikipedia | Open Web | CC-By-SA | 2,023 | Cañon del Alamito | https://ceb.wikipedia.org/w/index.php?title=Cañon del Alamito&action=history | Cebuano | Spoken | 52 | 109 | Ang Cañon del Alamito ngalan niining mga mosunod:
Heyograpiya
Tinipong Bansa
Cañon del Alamito (walog sa Tinipong Bansa, lat 34,48, long -107,02), New Mexico, Socorro County,
Cañon del Alamito (walog sa Tinipong Bansa, lat 34,41, long -107,26), New Mexico, Socorro County,
Pagklaro paghimo ni bot 2017-02
Pagklaro paghimo ni bot Tinipong Bansa | 9,504 |
https://stackoverflow.com/questions/47425676 | StackExchange | Open Web | CC-By-SA | 2,017 | Stack Exchange | Paul Rooney, Prune, Vinicius Mesel, gammazero, https://stackoverflow.com/users/1540468, https://stackoverflow.com/users/2922002, https://stackoverflow.com/users/4785185, https://stackoverflow.com/users/6111465 | English | Spoken | 727 | 1,531 | Removing overlapping tuple values using Python
I have a list of tuples (let's name it yz_list) that contains N tuples, which have the start and end values like: (start, end), represented by the example below:
yz_list = [(0, 6), (1, 7), (2, 8), (3, 9), (4, 10), (5, 11), (6, 12), (18, 24)]
And I would like to remove all values which are overlapped by the interval of a previous saved tuple. The output that represents this case on the sequences showed above is:
result = [(0,6), (6,12), (18,24)]
How could I achieve this result using Python?
Edit #1
The below code is the code that I'm generating this tuples:
for i, a in enumerate(seq):
if seq[i:i+multiplier] == "x"*multiplier:
to_replace.append((i, i+multiplier))
for i, j in enumerate(to_replace):
print(i,j)
if i == 0:
def_to_replace.append(j)
else:
ind = def_to_replace[i-1]
print(j[0]+1, "\n", ind)
if j[0]+1 not in range(ind[0], ind[1]):
def_to_replace.append(j)
# print(i, j)
print(def_to_replace)
for item in def_to_replace:
frag = replacer(frame_calc(seq[:item[0]]), rep0, rep1, rep2)
for k, v in enumerate(seq_dup[item[0]:item[1]]):
seq_dup[int(item[0]) + int(k)] = list(frag)[k]
return "".join(seq_dup)
As I'm developing with TDD, I'm making a step-by-step progress on the development and now I'm thinking on how to implement the removal of overlaping tuples. I don't really know if it's a good idea to use them as sets, and see the overlapping items.
The pseudocode for generating the result list is:
for item in yz_list:
if is not yz_list first item:
gets item first value
see if the value is betwen any of the values from tuples added on the result list
How did you do that by hand? What code do you have to carry out that process? What's wrong with that code? Please read and follow the posting guidelines in the help documentation. on topic and how to ask apply here.
StackOverflow is not a design, coding, research, or tutorial service.
Hey Prune, I did it by hand. I was trying to execute the code that now is available on the post (sorry for the mess).
What is the previously saved tuple you used to generate your output from your input? For instance why do the first two tuples split on the value 6?
@ViniciusMesel Thanks for the update. Down-vote and closure vote retracted.
When you get to a resolution, please remember to up-vote useful things and accept your favourite answer (even if you have to write it yourself), so Stack Overflow can properly archive the question.
This may work. No fancy stuff, just manually process each tuple to see if either value is within the range of the saved tuple's set bounds:
yz_list = [(0, 6), (1, 7), (2, 8), (3, 9), (4, 10), (5, 11), (6, 12), (18, 24)]
result = [yz_list[0]]
bounds = yz_list[0][0], yz_list[0][1]
for tup in yz_list[1:]:
if tup[0] in range(bounds[0], bounds[1]) or tup[1] in range(bounds[0], bounds[1]):
pass
else:
result.append(tup)
print result # [(0, 6), (6, 12), (18, 24)]
If you append the tuple (19, 23) to yz_list, then the result is [(0, 6), (6, 12), (18, 24), (19, 23)]. This is incorrect, because the (19, 23) is overlapped by (18, 24).
Here is a class that calculates the overlaps using efficient binary search, and code showing its use to solve your problem. Run with python3.
import bisect
import sys
class Overlap():
def __init__(self):
self._intervals = []
def intervals(self):
return self._intervals
def put(self, interval):
istart, iend = interval
# Ignoring intervals that start after the window.
i = bisect.bisect_right(self._intervals, (iend, sys.maxsize))
# Look at remaining intervals to find overlap.
for start, end in self._intervals[:i]:
if end > istart:
return False
bisect.insort(self._intervals, interval)
return True
yz_list = [(0, 6), (1, 7), (2, 8), (3, 9), (4, 10), (5, 11), (6, 12), (18, 24)]
ov = Overlap()
for i in yz_list:
ov.put(i)
print('Original:', yz_list)
print('Result:', ov.intervals())
OUTPUT:
Original: [(0, 6), (1, 7), (2, 8), (3, 9), (4, 10), (5, 11), (6, 12), (18, 24)]
Result: [(0, 6), (6, 12), (18, 24)]
yz_list = [(0, 6), (1, 7), (2, 8), (3, 9), (4, 10), (5, 11), (6, 12), (18, 24)]
result = []
for start, stop in yz_list:
for low, high in result:
if (low < start < high) or (low < stop < high):
break
else:
result.append((start, stop))
This gives the desired output, and it's pretty easy to see how it works. The else clause basically just means "run this if we didn't break out of the loop".
| 558 |
https://pl.wikipedia.org/wiki/So%20Alone | Wikipedia | Open Web | CC-By-SA | 2,023 | So Alone | https://pl.wikipedia.org/w/index.php?title=So Alone&action=history | Polish | Spoken | 167 | 365 | So Alone – debiutancki album Johnny’ego Thundersa, wydany w 1978 roku w Europie przez wytwórnie Real i Warner Bros., a w 1992 w Stanach Zjednoczonych przez Sire.
Lista utworów
Bonusy CD (1992 r.):
Skład
Johnny Thunders – wokal, gitara
Paul Cook – perkusja
John Earle – saksofon
Paul Gray – gitara basowa
Chrissie Hynde – wokal „Subway Train"
Steve Jones – gitara
Koulla Kakoulli – wokal
Mike Kellie – perkusja
Steve Lillywhite – pianino, instr. klawiszowe
Walter Lure – gitara
Phil Lynott – gitara basowa, wokal
Steve Marriott – harmonijka ustna, pianino, instr. klawiszowe, wokal w „Daddy Rollin' Stone"
Steve Nicol – perkusja
Patti Palladin – wokal
Henri Paul – gitara
Peter Perrett – gitara, wokal
Billy Rath – gitara basowa
Peter Gravelle – fotograf
Molly Reeve-Morrison – koordynator
Lee Herschberg – remastering
Ira Robbins – producent
Bill Smith – grafika
Joe McEwan – producent
Przypisy
Albumy Johnny’ego Thundersa
Albumy muzyczne wydane w roku 1978
Albumy Sire Records
Albumy Warner Bros. Records
Albumy wyprodukowane przez Steve’a Lillywhite’a | 38,707 |
https://sk.wikipedia.org/wiki/Novovesk%C3%A1%20Huta | Wikipedia | Open Web | CC-By-SA | 2,023 | Novoveská Huta | https://sk.wikipedia.org/w/index.php?title=Novoveská Huta&action=history | Slovak | Spoken | 211 | 533 | Novoveská Huta je mestská časť Spišskej Novej Vsi, ktorá sa nachádza 6 km južne od centra mesta.
Novoveskú Hutu tvoria väčšinou staršie rodinné domy. Prvá písomná zmienka pochádza z roku 1383.
Po zastavení banskej činnosti tu v roku 1876 vznikli kúpele s kapacitou 150 lôžok, v ktorých sa liečili nervové choroby a katary dýchacích ciest. Kúpele slúžili do roku 1939. V minulosti teda bola významným kúpeľným centrom na Spiši, kúpele však zanikli a pripomínajú ich už len pozostatky kúpeľných domov. Novoveská Huta bola v minulosti tiež baníckou osadou. Dnes sa v územných plánoch navrhuje obnovenie tejto tradície a vybudovanie regeneračno-klimatických kúpeľov.
Dodnes tu prebieha ťažba a spracovanie sadrovca. Obyvateľom Novoveskej Huty je k dispozícii predajňa potravín, pekáreň a pohostinstvo. V obci sa nachádza kostol sv. Cyrila a Metoda a cintorín. Novoveská Huta je východzím bodom do Národného parku Slovenský raj. Doprava do tejto miestnej časti je zabezpečená linkou mestskej hromadnej dopravy č. 3 a prímestskými autobusovými linkami.
Po roku 1993 tu skončila stavebná uzávera, vďaka čomu mestská časť znovu začala ožívať. V súčasnosti aj napriek snahám súkromných investorov je novodobá ťažba uránu nezlúčiteľná s rozvojom rekreácie, cestovného ruchu a športu, s ktorým mesto v budúcnosti počíta pri svojom rozvoji.
Iné projekty
Externé odkazy
www.novoveskahuta.sk
Spišská Nová Ves
Miestne časti na Slovensku | 40,382 |
https://stackoverflow.com/questions/44961759 | StackExchange | Open Web | CC-By-SA | 2,017 | Stack Exchange | Alessandro_Russo, CMS, Dinesh Kanivu, Fahad Nisar, Jeremy, Michael Dimmitt, Pankaj Parkar, Shank, Yerkon, afe, https://stackoverflow.com/users/1087811, https://stackoverflow.com/users/1174574, https://stackoverflow.com/users/129699, https://stackoverflow.com/users/2435473, https://stackoverflow.com/users/2768137, https://stackoverflow.com/users/2893733, https://stackoverflow.com/users/4058682, https://stackoverflow.com/users/4328664, https://stackoverflow.com/users/5283424, https://stackoverflow.com/users/5607991, https://stackoverflow.com/users/5677886, https://stackoverflow.com/users/6261178, rlv-dan, that_guy | English | Spoken | 1,126 | 2,441 | Highlight the search text - angular 2
A messenger displays the search results based on the input given by the user. Need to highlight the word that is been searched, while displaying the result.
These are the html and component that is been used.
Component.html
<div *ngFor = "let result of resultArray">
<div>Id : result.id </div>
<div>Summary : result.summary </div>
<div> Link : result.link </div>
</div>
Component.ts
resultArray : any = [{"id":"1","summary":"These are the results for the searched text","link":"http://www.example.com"}]
This resultArray is fetched from hitting the backend service by sending the search text as input. Based on the search text, the result is fetched. Need to highlight the searched text, similar to google search. Please find the screenshot,
If I search for the word "member", the occurence of the word "member" gets highlighted. How to achieve the same using angular 2. Please suggest an idea on this.
I found this gist working perfectly
You can do that by creating a pipe and applying that pipe to the summary part of array inside ngfor. Here is the code for Pipe:
import { Pipe, PipeTransform } from '@angular/core';
@Pipe({
name: 'highlight'
})
export class HighlightSearch implements PipeTransform {
transform(value: any, args: any): any {
if (!args) {return value;}
var re = new RegExp(args, 'gi'); //'gi' for case insensitive and can use 'g' if you want the search to be case sensitive.
return value.replace(re, "<mark>$&</mark>");
}
}
and then in markup apply it on a string like this:
<div innerHTML="{{ str | highlight : 'search'}}"></div>
Replace 'search' with the word you want to highlight.
Hope this will help.
This also replaces the found substring with the searched one, applying the wrong case.
Clear and simple answer!
@afe
return value.replace(new RegExp(args, 'gi'), "$&");
Will replace with the same case
Searching for . will select everything, and searching for nothing will create mark for every character (for this is easy, a simple if (!args) {return value;} at the beginning of the function)
@Jeremy Added that. Thanks for the input.
HI Thank you for the Answer. But While returning in my HTML i am etting '3'
this should be a pure pipe, its much better for performance
this doesn't highlight $ (dolor signs in the results)
This has a security issue. If you pass a string that contain html with script it can xss your app.
The selected answer has the following issues:
It will return undefined if there is nothing provided in the search string
The search should be case insensitive but that should not replace the original string case.
i would suggest the following code instead
transform(value: string, args: string): any {
if (args && value) {
let startIndex = value.toLowerCase().indexOf(args.toLowerCase());
if (startIndex != -1) {
let endLength = args.length;
let matchingString = value.substr(startIndex, endLength);
return value.replace(matchingString, "<mark>" + matchingString + "</mark>");
}
}
return value;
}
This did not match multiple occurrences of the word but it did provide a good point about trying to keep the search from obliterating the by overriding the casing.
I submitted an answer that used case sensitive regex to attempt to address the problem. And falls back to case-insensitive when the search is funky.
If you have multiple words in your string than use pipe which accepts array and highlight each word in result.
You can use following pipe for multiple search words:-
import { Pipe, PipeTransform } from '@angular/core';
@Pipe({
name: 'highlight'
})
export class HighlightText implements PipeTransform {
transform(value: any, args: any): any {
if (!args) {return value;}
for(const text of args) {
var reText = new RegExp(text, 'gi');
value = value.replace(reText, "<mark>" + text + "</mark>");
//for your custom css
// value = value.replace(reText, "<span class='highlight-search-text'>" + text + "</span>");
}
return value;
}
}
Split you string to generate array of strings.
var searchTerms = searchKey.split(' ');
usage:
<div [innerHTML]="result | highlight:searchTerms"></div>
If you wanted to use custom class :
.highlight-search-text {
color: black;
font-weight: 600;
}
All the best!
It should be [innerHTML] not [innetHTML]
Tip: If you change "<mark>" + text + "</mark>" to "<mark>$&</mark>" it will preserve casing of the highlighted section.
Building on a previous answer (HighlightedText-Component) I ended up with this:
import { Component, Input, OnChanges } from "@angular/core";
@Component({
selector: 'highlighted-text',
template: `
<ng-container *ngFor="let match of result">
<mark *ngIf="(match === needle); else nomatch">{{match}}</mark>
<ng-template #nomatch>{{match}}</ng-template>
</ng-container>
`,
})
export class HighlightedTextComponent implements OnChanges {
@Input() needle: string;
@Input() haystack: string;
public result: string[];
ngOnChanges() {
const regEx = new RegExp('(' + this.needle + ')', 'i');
this.result = this.haystack.split(regEx);
}
}
This way also multiple matches of the needle are highlighted. The usage of this component is similar to the one in the previous answer:
<highlighted-text [needle]="searchInput" [haystack]="value"></highlighted-text>
For me this approach using a component feels more secure, since I do not have to use "innerHtml".
This show only the highlighted term. How i can render all the text where it's the highlighted term?
One difficulty the innerHTML method has is in styling the <mark> tag. Another method is to place this in a component, allowing for much more options in styling.
highlighted-text.component.html
<mark *ngIf="matched">{{matched}}</mark>{{unmatched}}
highlighted-text.component.ts
import { Component, Input, OnChanges, OnInit } from "@angular/core";
@Component({
selector: "highlighted-text",
templateUrl: "./highlighted-text.component.html",
styleUrls: ["./highlighted-text.component.css"]
})
export class HighlightedTextComponent implements OnChanges {
@Input() needle: String;
@Input() haystack: String;
public matched;
public unmatched;
ngOnChanges(changes) {
this.match();
}
match() {
this.matched = undefined;
this.unmatched = this.haystack;
if (this.needle && this.haystack) {
const needle = String(this.needle);
const haystack = String(this.haystack);
const startIndex = haystack.toLowerCase().indexOf(needle.toLowerCase());
if (startIndex !== -1) {
const endLength = needle.length;
this.matched = haystack.substr(startIndex, endLength);
this.unmatched = haystack.substr(needle.length);
}
}
}
}
highlighted-text.component.css
mark {
display: inline;
margin: 0;
padding: 0;
font-weight: 600;
}
Usage
<highlighted-text [needle]=searchInput [haystack]=value></highlighted-text>
I would suggest to escape the search String like this
RegExp.escape = function(string) {
if(string !== null){ return string.toString().replace(/[.*+?^${}()|[\]\\]/g, '\\$&')
} else return null
};
@Pipe({
name: 'highlight'
})
export class HighlightPipe implements PipeTransform {
constructor(private sanitizer: DomSanitizer){ }
transform(value: any, args: any): any {
if (!args || value == null) {
return value;
}
// Match in a case insensitive maneer
const re = new RegExp(RegExp.escape(args), 'gi');
const match = value.match(re);
// If there's no match, just return the original value.
if (!match) {
return value;
}
const replacedValue = value.replace(re, "<mark>" + match[0] + "</mark>")
return this.sanitizer.bypassSecurityTrustHtml(replacedValue)
}
}
To expand on Kamal's answer,
The value coming into the transform method, could be a number, perhaps a cast to string String(value) would be safe thing to do.
transform(value: string, args: string): any {
if (args && value) {
value = String(value); // make sure its a string
let startIndex = value.toLowerCase().indexOf(args.toLowerCase());
if (startIndex != -1) {
let endLength = args.length;
let matchingString = value.substr(startIndex, endLength);
return value.replace(matchingString, "<mark>" + matchingString + "</mark>");
}
}
return value;
}
| 27,254 |
https://te.wikipedia.org/wiki/%E0%B0%B9%E0%B0%BE%E0%B0%A5%E0%B1%80%E0%B0%97%E0%B1%82%E0%B0%A1 | Wikipedia | Open Web | CC-By-SA | 2,023 | హాథీగూడ | https://te.wikipedia.org/w/index.php?title=హాథీగూడ&action=history | Telugu | Spoken | 36 | 320 | హాథీగూడ, తెలంగాణ రాష్ట్రం, రంగారెడ్డి జిల్లా, అబ్దుల్లాపూర్మెట్ మండలంలోని గ్రామం.
జిల్లాల పునర్వ్యవస్థీకరణలో
2016 అక్టోబరు 11న చేసిన తెలంగాణ జిల్లాల పునర్వ్యవస్థీకరణకు ముందు ఈ గ్రామం పాత రంగారెడ్డి జిల్లాలోని హయాత్నగర్ మండలంలో ఉండేది. పునర్వ్యవస్థీకరణలో దీన్ని కొత్తగా ఏర్పాటుచేసిన అబ్దుల్లాపూర్మెట్ మండలంలోకి చేర్చారు.
మూలాలు
వెలుపలి లింకులు | 24,854 |
https://ceb.wikipedia.org/wiki/Certima%20unicolor | Wikipedia | Open Web | CC-By-SA | 2,023 | Certima unicolor | https://ceb.wikipedia.org/w/index.php?title=Certima unicolor&action=history | Cebuano | Spoken | 41 | 69 | Kaliwatan sa alibangbang ang Certima unicolor. Una ning gihulagway ni Paul Dognin ni adtong 1900. Ang Certima unicolor sakop sa kahenera nga Certima, ug kabanay nga Geometridae. Walay nalista nga matang nga sama niini.
Ang mga gi basihan niini
Insekto
Certima | 43,622 |
https://sh.wikipedia.org/wiki/Retinal%20oksidaza | Wikipedia | Open Web | CC-By-SA | 2,023 | Retinal oksidaza | https://sh.wikipedia.org/w/index.php?title=Retinal oksidaza&action=history | Serbo-Croatian | Spoken | 42 | 129 | Retinal oksidaza (, retinenska oksidaza) je enzim sa sistematskim imenom retinal:kiseonik oksidoreduktaza. Ovaj enzim katalizuje sledeću hemijsku reakciju
retinal + O2 +H2O retinoat +H2O2
Ovaj enzim može da bude isti kao i EC 1.2.3.1, aldehidna oksidaza.
Reference
Literatura
Spoljašnje veze
EC 1.2.3 | 4,913 |
https://stackoverflow.com/questions/52357629 | StackExchange | Open Web | CC-By-SA | 2,018 | Stack Exchange | David Dimitrie, Jon Uleis, https://stackoverflow.com/users/10192938, https://stackoverflow.com/users/4573410 | English | Spoken | 198 | 607 | Make an "a" item of div not have the same css properties
I want to create a top menu navigation bar and I want to have my title in the left. But now when my title is hovered, it lights up and I don't want that. How can I have different properties for a specific HTML element? I just want it not to light up when hovered.
body {
font-family: 'Roboto', sans-serif;
background: #F9F9F9;
}
.topnav {
background-color: #333;
overflow: hidden;
}
.topnav label {
color: white;
padding: 14px 16px;
font-size: 16pt;
font-weight: 700;
}
.topnav a {
display: inline-block;
color: #f2f2f2;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background: #ddd;
color: black;
}
/* Add a color to the active/current link */
.topnav a.active {
background-color: #FF6138;
color: black;
font-weight: 700;
}
.topnav .loginnav {
float: right
}
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
<div class="topnav">
<a id="titleID" href="/">DDTech</a>
<a id="homeID" href="/">Home</a>
<a id="projectID" href="projects.html">Projects</a>
<a id="contactID" href="contact.html">Contact</a>
<a class="loginnav" href="#login">Login</a>
</div>
Change this rule:
.topnav a:hover {
background: #ddd;
color: black;
}
...to this:
.topnav a:not(#titleID):hover {
background: #ddd;
color: black;
}
And to make it only for #titleID?
@DavidDimitrie #titleID { styles here; }
| 16,045 |
https://scifi.stackexchange.com/questions/134143 | StackExchange | Open Web | CC-By-SA | 2,016 | Stack Exchange | Michael Gaines, PhasedOut, Valorum, https://scifi.stackexchange.com/users/20774, https://scifi.stackexchange.com/users/26764, https://scifi.stackexchange.com/users/64340 | English | Spoken | 556 | 790 | In Battlestar Galactica ('78) War of the Gods Pt. 2, what was found in the wreckage of the ship?
Ever since War of the Gods pt. 2 was broadcast on ABC, I assumed that what they found in the wreckage of the ship was Iblis' real form. But it just dawned on me now, if that's the case, what is Iblis? Did Iblis take on a new (human) form before the ship crashed? Is that Iblis' body?
I've done some reading and yes, we always knew that what was seen (but not shown on TV in '78) was cloven hooves, but whose are they?
My understanding is that the body in the wrecked ship was supposed to be the corpse of some other demonic entity, very similar to Count Iblis's true form, but definitely dead ever since the crash occurred. Once that body was found, Apollo and Starbuck quickly realized it was a reasonable guess that the survivor of the wreck (Iblis) and the dead entity in the wreck (the cloven-hooved demon) were probably members of the same species who had been travelling together.
Yes, I gather Iblis had used his powers to give himself a human form (or the illusion of a human form, or whatever the case may be) so that he wouldn't scare off the first humans who came along to investigate the wreckage.
I first watched that episode a couple of years ago, and I remember that I too had some doubts about just what the heck they had found inside the ship when they finally went in and looked. I believe the following link takes you to the online resource that clarified some things for me:
The Battlestar Galactica Wiki's entry on Iblis (specifically the "Mystery of the Crashed Ship" portion of that entry) cites the shooting script and actor Anne Lockhart's description of the body of a dead cloven-hoofed alien resembling a demon within the wreckage.
I see. When I first saw this (I was 11), I thought that Iblis was on a ship like the BG where they fought back and won, but sacrificed their own ship in the process. When Iblis says "my people", it was unclear if he means his actual people or his followers. But now it makes sense. The Seraphs destroyed the ship and he was the sole survivor. Thanks.
I believe it was the Pegasus and Sheba would finally learn of her father’s death. That makes sense because count Eblis told Sheba she would see him again…
Can you offer any evidence for this, or it is just a guess?
My guess is that the wrecked ship had the incredibly well preserved corpses of lizard Cylons and a message written in their long dried green blood to the effect that: "We trusted Iblis and he betrayed us". My theory is that Count Iblis made a deal with the lizard Cylons to protect them and then caused the machine Cylons to revolt against and exterminate the lizard Cylons. A few of the lizard Cylons escaped in a "rag Tag fugitive fleet" and one of the ships crashed on the planet seen in the episode.
http://www.imdb.com/title/tt0076984/board/thread/135340740?p=1[1]
I can see this as a possibility, since all this has happened before and will happen again.
Can you offer any evidence for this, or it is just a guess?
| 22,892 |
https://sl.wikipedia.org/wiki/Krakatav | Wikipedia | Open Web | CC-By-SA | 2,023 | Krakatav | https://sl.wikipedia.org/w/index.php?title=Krakatav&action=history | Slovenian | Spoken | 1,127 | 2,614 | Krakatav (indonezijsko Pulau Rakata/Krakatau) je vulkanska otoška reliefna oblika, ki leži v Sundskem prelivu med Sumatro in Javo v Indoneziji. Je kaldera in je del vulkanske otoške skupine (arhipelag Krakatav), ki obsega štiri otoke, od katerih sta dva Lang in Verlaten ostanka prejšnje vulkanske strukture, uničene v izbruhih pred slovitim izbruhom leta 1883, Rakata pa je ostanek veliko večjega otoka, uničenega v izbruhu leta 1883. Ta je bil eden največjih zabeleženih vulkanskih izbruhov v človeški zgodovini.
Leta 1927 se je iz kaldere, nastale leta 1883, prikazal četrti otok, Anak Krakatav ali 'Otrok Krakatav'. Od konca 20. stoletja se pojavljajo nove eruptivne dejavnosti. Zadnja velika erupcija je 22. decembra 2018 povzročila drsenje velikih mas. Te so sprožile cunami, ki je na bližnjih indonezijskih obalah povzročil smrt več sto ljudi, tisoči so bili ranjeni.
Zgodovinski pomen
Najpomembnejši izbruhi Krakatava so doživeli vrhunec v množičnih eksplozijah med 26. in 27. avgustom 1883, ki so bile med najmočnejšimi in najsilovitejšimi vulkanskimi dogodki v zapisani zgodovini.
Z ocenjenim indeksom vulkanske eksplozivnosti (VEI) 6 je bil izbruh enakovreden 200 megatonom TNT-ja (840 PJ) - približno 13.000-krat več kot jedrski izkoristek bombe Little Boy (13 do 16 kt), ki je opustošil Hirošimo na Japonskem med drugo svetovno vojno in štirikrat večji izkoristek kot Carska bomba (rusko Царь-бо́мба, tr. Tsar'-bómba), najmočnejše jedrske naprave s 50 Mt, ki je kdaj koli eksplodirala.
Izbruh iz leta 1883 je izstrelil približno 25 km³ kamnin. Kataklizmično eksplozijo je bilo slišati 3600 km daleč v Alice Springsu v Avstraliji in na otoku Rodrigues blizu Mavricija, 4780 km proti zahodu.
Po uradnih evidencah tedanje Nizozemske vzhodnoindijske družbe je bilo v bližini Krakatava uničenih 165 vasi in mest, 132 pa je bilo huje poškodovanih. Umrlo je najmanj 36.417 ljudi, mnogo več tisoč pa je bilo ranjenih, večinoma zaradi cunamija, ki je sledil eksploziji. Izbruh je uničil dve tretjini otoka Krakatav.
Izbruhi na območju od leta 1927 so na isti lokaciji ustvarili nov otok, ki so ga poimenovali Anak Krakatav. Občasni izbruhi se nadaljujejo, od nedavnih izbruhov v letih 2009, 2010, 2011 in 2012 ter velikega leta 2018. Konec leta 2011 je imel ta otok polmer približno 2 kilometra in višino približno 324 metrov nad morjem, vsako leto zraste 5 metrov. Leta 2017 so poročali o višini nad 400 m nadmorske višine; po propadu decembra 2018 se je višina zmanjšala na 110 metrov.
Etimologija
Čeprav obstajajo zgodnejši opisi »otoka s koničasto goro« v Sundskem prelivu, je bila najzgodnejša omemba Krakatava s tem imenom v zahodnem svetu na zemljevidu Lucasa Janszoona Waghenaerja iz leta 1611, ki je otok označil kot Pulo Carcata ('pulo' je sundska beseda za 'otok'). Najdenih je bilo približno dva ducata različic imena, med njimi Crackatouw, Cracatoa in Krakatao (v starejšem pravopisu, ki temelji na portugalščini). Prvo črkovanje Krakatau je iz zapiskov Wouterja Schoutena, ki je oktobra 1658 plul mimo »z drevesi pokritega visokega otoka Krakatau«.
Izvor indonezijskega imena Krakatau ni jasno določen in potrjen. Globalni program vulkanizma Smithsonian Institution navaja indonezijsko ime Krakatau kot pravilno ime, vendar omenja tudi, da je Krakatoa pogosto uporabljeno.
Geografski položaj
Indonezija ima več kot 130 aktivnih vulkanov, kar je večina od vseh držav. Sestavljajo os indonezijskega sistema otočnega loka, proizvedenega s subdukcijo severovzhodne strani Indo-avstralske plošče. Večina teh vulkanov leži ob dveh največjih otokih Indoneziji, Javi in Sumatri. Ta dva otoka ločuje Sundski preliv, ki se nahaja na ovinku v osi otoškega loka. Krakatav je neposredno nad območjem subdukcije Evrazijske plošče in Indo-avstralske plošče, kjer meje plošče močno spremenijo smer, kar lahko povzroči nenavadno šibko skorjo v regiji.
Zgodovina pred letom 1883
V nekem obdobju prazgodovine se je zgodil zgodnejši izbruh kaldere, za katerim so ostali Verlaten (ali Sertung), Lang (znan tudi kot Rakata Kecil ali Panjang), Poolsche Hoed ('poljski klobuk') [15] in osnova Rakata. Kasneje sta se oblikovala vsaj dva stožca (Perboewatan in Danan) in se na koncu združila z Rakato, ki je tvorila glavni otok Krakatav. [16] V času izbruha leta 1883 so v skupino Krakatav spadali Lang, Verlaten in sam Krakatav, otok dolg 9 km in širok 5 km. Obstajal je tudi otoček porasel z drevesi v bližini Langa (Poolsche Hoed) in več majhnih skalnatih otočkov ali čeri med Krakatavom in Verlatenom.
Na otoku Krakatav so bili trije vulkanski stožci: Rakata, (visok 820 m), Danan, (450 m) v bližini centra in Perboewatan (120 m) proti severu.
Dogodek leta 416
Javanska knjiga kraljev (Pustaka Raja) beleži, da se je leta 338 Saka (416 n. št.) »gromoglasen zvok zaslišal s planine Batuwara (danes imenovano Pulosari, izumrli vulkan v Bantamu, najbližji Sundskemu prelivu...«.
V tem času ni nobenih geoloških dokazov o izbruhu velikosti Krakatava; ali gre za napačen datum, ki se nanaša na poznejši izbruh leta 535, za katerega obstajajo nekateri zgodovinski dokazi.
Dogodek leta 535
David Keys, Ken Wohletz in drugi so izpostavili, da je bil za svetovno podnebno spremembo v letih 535–536 morda kriva mogočna vulkanska erupcija, verjetno ognjenika Krakatava leta 535. Keys v svoji knjigi Katastrofa: Preiskava o izvorih sodobnega sveta (Catastrophe: An Investigation into the Origins of the Modern World) raziskuje, kakšni so po njegovem mnenju radikalni in daljnosežni globalni učinki ravno tako domnevne erupcije iz 6. stoletja. Verjelo se je, da je bil ta izbruh še bolj silovit kot izbruh Krakatava iz leta 1883 in tudi tisti, ki je ustvaril prvotno kaldero Krakatava, kar je povzročilo nastanek otokov Verlaten in Lang. Vendar pa obstajajo tudi druge razlage za podnebne spremembe, vključno z izbruhom Ilopanga v Salvadorju v Srednji Ameriki.
Thornton omenja, da je bil Krakatav v času javanske rodbine Šialendra znan kot »Ognjena gora«, zabeleženih pa je sedem eruptivnih dogodkov med 9. in 16. stoletjem. Ti so predhodno datirani kot 850, 950, 1050, 1150, 1320 in 1530.
Dejavnosti Nizozemske
Leta 1620 so Nizozemci na otokih postavili pomorsko postajo in nekoliko kasneje zgradili ladjedelnico. V poznem 17. stoletju je bil poskus ustanoviti nasad paprike na Krakatavu, vendar je Nizozemska vzhodnoindijska družba otoke na splošno prezrla. Leta 1809 je bila na nedoločeni lokaciji ustanovljena kazenska kolonija, ki je delovala približno desetletje. Do 1880-ih so bili otoki brez stalnih prebivalcev; najbližje naselje je bil bližnji otok Sebesi (oddaljen približno 12 km) s 3000 prebivalci.
Narejenih je bilo več raziskovanj in pomorskih kart, otoki pa so bili malo raziskani ali preučeni. Zemljevid otokov iz leta 1854 je bil uporabljen v angleškem karti, ki kaže nekaj razlike od nizozemske iz leta 1874. Julija 1880 je Rogier Verbeek opravil uradni pregled otokov, vendar je tam smel preživeti le nekaj ur. Lahko je zbral vzorce z več krajev, njegova preiskava pa se je pozneje izkazala za pomembno pri presoji geoloških vplivov izbruha iz leta 1883.
Sklici
Zunanje povezave
galerija slik - Volcano World
Natural wonders: Krakatau informacije o erupciji iz leta 1883
1883 - Erupcija Krakatoe
Krakatau, Indonezija (1883)
Podatki o Krakatavu
http://www.minet.si/gradivo/seminarske/82621Output.pdf
Otoki Indonezije
Ognjeniki v Indoneziji
Gore v Indoneziji
Aktivni ognjeniki
Kaldere
Naravne katastrofe | 30,643 |
https://oc.wikipedia.org/wiki/Theillement | Wikipedia | Open Web | CC-By-SA | 2,023 | Theillement | https://oc.wikipedia.org/w/index.php?title=Theillement&action=history | Occitan | Spoken | 46 | 120 | Theillement en normand (Theillement en francés) es una comuna normanda, situada dins lo departament d'Eure e la region de la Nauta Normandia.
Geografia
Comunas vesinas
Istòria
Administracion
Demografia
Luòcs e monuments
Personalitats ligadas amb la comuna
Véser tanben
Ligams extèrnes
Nòtas
Comuna de Normandia
Comuna d'Eure | 24,852 |
https://ar.wikipedia.org/wiki/%D9%85%D9%86%D8%AA%D8%AE%D8%A8%20%D8%AA%D9%88%D9%86%D8%B3%20%D8%AA%D8%AD%D8%AA%2015%20%D8%B3%D9%86%D8%A9%20%D9%84%D9%83%D8%B1%D8%A9%20%D8%A7%D9%84%D9%82%D8%AF%D9%85 | Wikipedia | Open Web | CC-By-SA | 2,023 | منتخب تونس تحت 15 سنة لكرة القدم | https://ar.wikipedia.org/w/index.php?title=منتخب تونس تحت 15 سنة لكرة القدم&action=history | Arabic | Spoken | 70 | 189 | منتخب تونس تحت 15 سنة لكرة القدم، الملقب بنسور قرطاج، هو الفريق الوطني لكرة القدم تحت 15 سنة في تونس ويتم التحكم فيه من قبل الجامعة التونسية لكرة القدم. يتنافس الفريق في دورة اتحاد شمال أفريقيا تحت 15 سنة.
البطولات
دورة اتحاد شمال أفريقيا تحت 15 سنة:
البطل (1): 2017
الثالث (2): 2018، 2018
مواضيع ذات صلة
المراجع
منتخب تونس لكرة القدم
منتخبات كرة قدم وطنية إفريقية تحت 15 سنة | 45,772 |
https://ceb.wikipedia.org/wiki/Litlhaugen%20%28bungtod%20sa%20Noruwega%2C%20S%C3%B8r-Tr%C3%B8ndelag%20Fylke%2C%20Rissa%29 | Wikipedia | Open Web | CC-By-SA | 2,023 | Litlhaugen (bungtod sa Noruwega, Sør-Trøndelag Fylke, Rissa) | https://ceb.wikipedia.org/w/index.php?title=Litlhaugen (bungtod sa Noruwega, Sør-Trøndelag Fylke, Rissa)&action=history | Cebuano | Spoken | 145 | 289 | Alang sa ubang mga dapit sa mao gihapon nga ngalan, tan-awa ang Litlhaugen.
Bungtod ang Litlhaugen sa Noruwega. Nahimutang ni sa munisipyo sa Rissa ug lalawigan sa Sør-Trøndelag Fylke, sa habagatan-kasadpang bahin sa nasod, km sa amihanan sa Oslo ang ulohan sa nasod. metros ibabaw sa dagat kahaboga ang nahimutangan sa Litlhaugen.
Ang yuta palibot sa Litlhaugen medyo bungtoron. Sa habagatang-sidlakan, dagat ang pinakaduol sa Litlhaugen. Dunay mga ka tawo kada kilometro kwadrado sa palibot sa Litlhaugen nga hilabihan populasyon. Ang kinadul-ang mas dakong lungsod mao ang Trondheim, km sa habagatan-sidlakan sa Litlhaugen. Sa rehiyon palibot sa Litlhaugen, mga bungtod, ug mga kalapukan talagsaon komon.
Ang klima klima sa kontinente. Ang kasarangang giiniton °C. Ang kinainitan nga bulan Agosto, sa °C, ug ang kinabugnawan Enero, sa °C.
Saysay
Ang mga gi basihan niini
Mga bungtod sa Sør-Trøndelag Fylke
sv:Litlhaugen (kulle i Norge, Sør-Trøndelag fylke, Rissa) | 19,100 |
https://stackoverflow.com/questions/76096095 | StackExchange | Open Web | CC-By-SA | 2,023 | Stack Exchange | Alan Birtles, BayanR, Dennis Kats, Paul Sanders, PaulMcKenzie, chtz, https://stackoverflow.com/users/13945310, https://stackoverflow.com/users/3133316, https://stackoverflow.com/users/5494370, https://stackoverflow.com/users/5743288, https://stackoverflow.com/users/6870253, https://stackoverflow.com/users/8926512 | Portuguese | Spoken | 568 | 1,037 | Unable to reproduce Chrome performance.now() precision errors
When running performance.now() in a Chromium browser. You will face the following phenomenon represented in the example performance.now() outputs below.
147.5
150.09999990463257
151.19999980926514
152.09999990463257
156.59999990463257
164.89999985694885
168.89999985694885
172.89999985694885
176.89999985694885
180.29999995231628
185
188.89999985694885
192.59999990463257
196.39999985694885
201.09999990463257
209
212.5
217.09999990463257
220.79999995231628
I know the rounding errors occur due to floating point precision however I've been unable to reproduce the rounding errors in c++ or javascript. The rounding errors I can create look completely distinguishable/different from Chromium's.
I've tested the following c++ code but the rounding errors are different.
int main() {
float sum = 100.0;
for (int i = 0; i < 1000; i++) {
sum += 0.1;
std::cout << std::fixed << std::setprecision(17);
std::cout << "Actual sum: " << sum << std::endl;
}
return 0;
}
What specifically causes this phenomenon and how can we reproduce chromium performance.now() rounding precision error using code?
Um, what does performance.now() actually do?
however I've been unable to reproduce the rounding errors in c++ or javascript -- I wish you luck on this yeoman's work. I would think there is no way to duplicate this on every single number, right down to the least significant digit.
At a guess it's slightly randomised to prevent timing attacks on other processes
Yep, see https://developer.mozilla.org/en-US/docs/Web/API/Performance/now#security_requirements
I've tested the following c++ code but the rounding errors are different. -- And as soon as you change compiler or compiler options, you will get different results again.
If you are really interested in how Chromium's implementation of performance.now() works, you can start exploring the source code here and trace the function calls. Also keep in mind that while the function returns a value in milliseconds, browsers actually measure performance in microseconds. So even if the observed behavior was due to just precision rounding errors, doing += 0.1 doesn't fully mimic the range of values.
@PaulMcKenzie I understand that when you change compilers/options the numbers will change. However the numbers returned by chromium performance.now() are similar no matter what device I use. They all look like 196.39999985694885 where it has a repeating 99999...
I'm trying to figure out how this rounding error happens so I can reproduce it in c++ code. I'm not trying to match the exact .00000000000001. However I'm trying to match the overall phenomenon/pattern.
When I attempt to do so in c++ I do not get the repeating "999999" rounding error as I do in chrome.
@AlanBirtles Yes, one of the reasons it is slightly randomized is to prevent fingerprinting. However by looking at the performance.now() of a browser you can easily tell if it's safari, chrome, etc based on the precision of the decimal. So I'm trying to understand how to reproduce the floating point precision errors that a browser would make. I'm not trying to replicate it to the exact decimal point but to replicate the pattern.
@PaulSanders The performance.now() method returns a high resolution timestamp in milliseconds. https://developer.mozilla.org/en-US/docs/Web/API/Performance/now
@BayanR does this somewhat mimic the behavior you expect? https://godbolt.org/z/f491vqv5r
Accumulating with +=0.1 is a very bad idea in general (not only when tracking time) because you will get rounding errors in the same direction most of the time. More likely the time is kept internally as integer, converted (as integer) to 10000th of a second, and then multiplied by 0.1 to get a (double) value in milliseconds.
@DennisKats it doesn’t. the results are easily distinguishable which belongs to chrome.
| 16,102 |
https://sv.wikipedia.org/wiki/Lagenaria%20breviflora | Wikipedia | Open Web | CC-By-SA | 2,023 | Lagenaria breviflora | https://sv.wikipedia.org/w/index.php?title=Lagenaria breviflora&action=history | Swedish | Spoken | 44 | 97 | Lagenaria breviflora är en gurkväxtart som först beskrevs av George Bentham, och fick sitt nu gällande namn av Guy Edouard Roberty. Lagenaria breviflora ingår i Flaskkurbitssläktet som ingår i familjen gurkväxter. Inga underarter finns listade i Catalogue of Life.
Källor
Externa länkar
Flaskkurbitsar
breviflora | 20,161 |
https://physics.stackexchange.com/questions/332950 | StackExchange | Open Web | CC-By-SA | 2,017 | Stack Exchange | PhysicsMathsLove, Savitar, https://physics.stackexchange.com/users/148271, https://physics.stackexchange.com/users/156013 | English | Spoken | 137 | 219 | Calculating magnetic flux explicitly for alternating current generator
So I know $$\iint_S \mathbf{B} . d\mathbf{S}$$ is the magnetic flux. I know that the answer is $BA \cos (\omega t)$ because it's a little 'obvious', but I like to be able to do it mathematically too and generate the 'cos' term directly from the integral.
Any help would be appreciate :)
Okay, I don't think the cos term is generated mathematically. It is generated vectorly.The flux is defined as the number of field lines passing through a given area.That gives flux as $B.A$ in vector form. And in dot product we know $B.A=|B||A|cos\omega t$ Hence the cos comes from here.
And for a non-rotating coil, you simply set w = 0 to get BA?
No, there we have to check the angle between B vector and A vector.
| 9,773 |
https://fr.wikipedia.org/wiki/Autel%20des%20Druides | Wikipedia | Open Web | CC-By-SA | 2,023 | Autel des Druides | https://fr.wikipedia.org/w/index.php?title=Autel des Druides&action=history | French | Spoken | 173 | 295 | LAutel des Druides, appelé aussi allée couverte des Rocques, est une allée couverte qui se dresse sur le territoire de la commune française des Moitiers-d'Allonne, dans le département de la Manche, en région Normandie.
Localisation
L'allée couverte est situé au Grand-Breuil sur le territoire des Moitiers-d'Allonne, dans le département français de la Manche.
Historique
L'Autel des Druides est parfois signalé à tort comme étant sur la commune de La Haye-d'Ectot. Il a été classé au titre des monuments historiques le , à la demande de Léon Coutil.
Description
L'allée couverte mesure de longueur pour une largeur variant entre . Elle comporte treize orthostates côté est. Quatre tables de couverture sont encore en place. La hauteur sous dalle atteint environ . Toutes les dalles sont en grès.
Notes et références
Annexes
Bibliographie
Articles connexes
Sites mégalithiques de la Manche
Liste des monuments historiques de la Manche
Liste d'allées couvertes en France
Liens externes
Allée couverte monument historique en France
Site mégalithique dans la Manche
Monument historique dans la Manche
Monument historique classé en 1906 | 5,396 |
https://stackoverflow.com/questions/42543646 | StackExchange | Open Web | CC-By-SA | 2,017 | Stack Exchange | President James K. Polk, https://stackoverflow.com/users/238704 | English | Spoken | 136 | 180 | why is thrown this exception: cannot create signer: no such algorithm: SHA256WITHRSA for provider SunPKCS11?
This exception was thrown when i was trying to sign with a PKCS11. I tried changing the case of letters thinking that it could be the problem but it wasn´t.
The real cause of this problem doesn´t correspond to the message of the exception in my case, in wich i then realized that it was just that the PKCS11 token was disconnected. If some day this happens to you, make sure to have a token connected. When you remove the token and try to sign, it throws the exception: Token was removed, but when you repeat the proccess that is the exception it throws.
I hope this help someone like me!
Thank you for including the information that resolved the problem.
| 17,485 |
https://ru.stackoverflow.com/questions/1438980 | StackExchange | Open Web | CC-By-SA | 2,022 | Stack Exchange | Norwegian Nynorsk | Spoken | 282 | 1,052 | Как избавиться от enum класса?
public class ReportBuilder {
private final DataParser parser = new DataParser();
private final DataReader reader = new DataReader();
private List<ReportRecord> recordList;
enum EndOrStart {
END, START
}
public List<String> prepareReport(String startFile, String endFile, String abbrevFile) {
formatChart(abbrevFile);
addTime(startFile, EndOrStart.START);
addTime(endFile, EndOrStart.END);
recordList.forEach(rec -> rec.setTimeDiff(rec.getEndTime().toNanoOfDay()-rec.getStartTime().toNanoOfDay()));
sortByDiffTime();
return collectReport();
}
private Stream<String> recordToString(int index) {
String timeFormat = "m:ss.SSS";
String reportFormat = "%d. %s | %s | %s";
String delimiter = "-".repeat(60);
ReportRecord dataRecord = recordList.get(index);
String name = dataRecord.getName();
String team = dataRecord.getTeam();
String time = LocalTime.ofNanoOfDay(dataRecord.getTimeDiff()).format(DateTimeFormatter.ofPattern(timeFormat));
String result = String.format(reportFormat, 1 + index, name, team, time);
return (1 + index) % 15 == 0
? Stream.of(result, delimiter)
: Stream.of(result);
}
private ArrayList<String> collectReport() {
return IntStream.range(0, recordList.size())
.mapToObj(this::recordToString)
.flatMap(s -> s)
.collect(Collectors.toCollection(ArrayList::new));
}
private void formatChart(String abbrevFile) {
List<String> abbrevList = reader.readFile(abbrevFile);
recordList = new ArrayList<>(abbrevList.size());
abbrevList.stream().sorted(Comparator.naturalOrder())
.forEach(line -> recordList.add(parser.parseRacer(line)));
}
private void addTime(String timeFile, EndOrStart startOrEndFile) {
List<String> timeStringList = reader.readFile(timeFile);
timeStringList.sort(Comparator.naturalOrder());
List<LocalTime> timeList = timeStringList.stream().map(parser::parseTime).collect(Collectors.toList());
if (startOrEndFile.equals(EndOrStart.START)) {
recordList.forEach(rec -> rec.setStartTime(timeList.get(recordList.indexOf(rec))));
}
if (startOrEndFile.equals(EndOrStart.END)) {
recordList.forEach(rec -> rec.setEndTime(timeList.get(recordList.indexOf(rec))));
}
}
В методе addTime я добавляю в экземпляры класса ReportRecord данные о времени старта(startTime) и времени финиша (entTime). Чтобы сделать метод addTime универсальным, я дважды вызываю его в методе prepareReport и передаю вторым параметром enum, где указано какому полю я присваиваю значение. Как можно избавиться от использования enum класса и сохранить универсальность метода addTime?
В простейшем случае можно заменить enum на флаг true/false. Более красивый и универсальный вариант - передача логики поведения в метод в качестве параметра.
private void addTime(String timeFile, BiConsumer<ReportRecord, LocalTime> consumer) {
List<String> timeStringList = reader.readFile(timeFile);
timeStringList.sort(Comparator.naturalOrder());
List<LocalTime> timeList = timeStringList.stream().map(parser::parseTime).collect(Collectors.toList());
recordList.forEach(rec -> consumer.accept(rec, timeList.get(recordList.indexOf(rec))));
}
ну и вызов:
addTime(startFile, ReportRecord::setStartTime);
addTime(endFile, ReportRecord::setEndTime);
| 21,112 | |
https://ru.stackoverflow.com/questions/1438683 | StackExchange | Open Web | CC-By-SA | 2,022 | Stack Exchange | SDG, https://ru.stackoverflow.com/users/546246 | Danish | Spoken | 169 | 648 | Авто-удаление предыдущих сообщений в боте
Как настроить автоматическую очистку предыдущих сообщений, что бы при использовании бота чат не засорялся. Пробовал команду "bot.delete_message(chatid,messageid-1)", но без успешно...
import sqlite3
import telebot
import requests
from telebot import types
import random
TOKEN = 'XXXX'
bot = telebot.TeleBot(TOKEN)
@bot.message_handler(commands=['start'])
def start(message):
adm = [1]
if message.chat.id not in adm:
bot.send_message(message.chat.id, '⛔️Доступ воспрещён⛔️')
else:
bot.send_message(message.chat.id, '✅Доступ разрешён✅')
markup = types.ReplyKeyboardMarkup(row_width=2)
item1 = types.KeyboardButton('1')
item2 = types.KeyboardButton('2')
item3 = types.KeyboardButton('3')
item4 = types.KeyboardButton('4')
markup.add(item1, item2, item3, item4)
bot.send_message(message.chat.id, 'HI'.format(message.from_user), reply_markup = markup)
@bot.message_handler(content_types=['text'])
def bot_message(message):
if message.chat.type == 'private':
if message.text == '1':
bot.send_message(message.chat.id, 'ссылка админа')
elif message.text == '2':
markup = types.ReplyKeyboardMarkup(row_width=2)
item1 = types.KeyboardButton('Скоро 1')
item2 = types.KeyboardButton('Скоро 2')
back = types.KeyboardButton(' Назад')
markup.add(item1, item2, back)
bot.send_message(message.chat.id, '2', reply_markup = markup)
Самый очевидный вариант - удаление по message_id + 1, но это не работает, если в чате много пользователей, так как во время ответа бота может появиться новое сообщение, которому присвоится этот id. У меня такая же задача стоит. Как удалось решить эту проблему?
| 30,834 |
https://raspberrypi.stackexchange.com/questions/65881 | StackExchange | Open Web | CC-By-SA | 2,017 | Stack Exchange | English | Spoken | 697 | 1,198 | When trying to use a device I get a message "Direct firmware load failed"
This is about firmware that needs to be loaded into particular devices attached (usually via USB) to a Raspberry Pi, not the firmware for the Raspberry Pi itself (the GPU firmware).
When the kernel identifies a device I am getting messages (viewed with dmesg, sudo journalctl -f or sudo journalctl -n 100) like this:
r8188eu 1-1.2:1.0: Direct firmware load for rtlwifi/rtl8188eufw.bin failed with error -2
r8188eu 1-1.2:1.0: Firmware rtlwifi/rtl8188eufw.bin not available
or this:
Bluetooth: hci0: BCM20702A1 (001.002.014) build 0000
bluetooth hci0: Direct firmware load for brcm/BCM20702A1-0a5c-21e8.hcd failed with error -2
Bluetooth: hci0: BCM: Patch brcm/BCM20702A1-0a5c-21e8.hcd not found
or this:
bluetooth hci0: Direct firmware load failed with error -2
bluetooth hci0: Falling back to user helper
Bluetooth: hci0: BCM: patch brcm/BCM43142A0-0a5c-21d7.hcd not found
How do I make my device work?
This question has been asked in various forms about various specific devices many times both on this StackExchange[1][2][3][4] and others[5]. I'm looking for instructions on how to debug and fix this problem in the general case so that I don't need top keep coming back with similar questions for every new piece of hardware.
The Linux kernel is trying to load firmware from a file under /lib/firmware to install it in to the device and not finding it. (In these cases this usually needs to be done every time the device is initialized.) The path given in the error message is relative to /lib/firmware; you need to find the correct firmware and put it in that file. There are several ways to do this.
Install a Package Containing the Firmware
There are a number of packages that contain open source or freely distributable device firmware; aptitude search firmware will list many of them. The easiest way to see if one of them has what you need is to use the apt-file command to search for a fragment of the name of the missing firmware file:
sudo -s
apt-get update
apt-get install apt-file
apt-file update
apt-file search bcrm/BCM2070 # Example partitial filename
If apt-file search shows a package that has it, installing the package with apt-get should fix your problem.
Use a Firmware Installer Package
Some firmware cannot be distributed in Debian packages themselves, but there are packages that can download the firmware from an authorized source and place it in /lib/firmware for you. One example of this is the firmware-b43-installer package.
Rename an Existing Firmware File
In some cases (such as this one) a newer revision of the device can use the older firmware in which case you can symlink the newer filename to the old one, e.g.
sudo -s
cd /lib/firmware/bcrm
ln -s BCM20702A0-0a5c-21e8.hcd BCM20702A1-0a5c-21e8.hcd
This additional step may apply to any of the methods given above or below, but try first to ascertain (via searching the web) that the two revisions do indeed use the same firmware.
Copy the Firmware from Another System
If you have a another Linux system that works with the device, copying the firmware file from that system may work. Searching the logs on that device for something along the lines of, e.g. Flash firmware /lib/firmware/BCM43430A1.hcd may lead you to the specific file you need to copy.
Find the Firmware on the Web
Searching the web may lead you to a document or post describing where you can download the firmware you need.
Convert the Windows Firmware File
In some cases you can get proprietary firmware from a Windows machine and use a tool such as hex2hcd to convert the file to a form you can use under Linux. One example:
It is possible to correct it using the firmware extracted by the windows driver package.
You can copy BCM20702A1_001_002.014.1443.1453.hex from \windows\system32\driver from your windows installation and you can use hex2hcd (https://github.com/jessesung/hex2hcd) to convert it and copy it on /lib/firmware/brcm/BCM20702A0-0a5c-21e6.hcd
Further Reading
There's more that can cause trouble even if you have the right firmware file, such as having multiple versions of the firmware, multiple drivers, and dealing with different versions of the "same" device. The linuxwireless.org b43 and b43legacy page gives examples with a specific device of the various techniques that can help you to handle this.
| 24,781 | |
https://stackoverflow.com/questions/58960411 | StackExchange | Open Web | CC-By-SA | 2,019 | Stack Exchange | Andrew, emirc, https://stackoverflow.com/users/48523, https://stackoverflow.com/users/66646 | English | Spoken | 543 | 689 | How to get your iOS app to run in the background for longer than 3 minutes?
It seems like older versions of iOS allowed your app to run for 10 minutes in the background. Now it seems like iOS only allows your app to run for a maximum of 3 minutes. I haven't found any documentation mentioning when, or in which versions, this changed, or any estimates provided by Apple for how long your app can run in the background.
I need to be able to run in the background, because my app is connected to an external device via TCP. I already know about the hacks you can do with VOIP and playing silent audio (both will get your app rejected).
Is there anything I can do to get my app to keep running in the background longer than 3 minutes?
We haven’t had the old 10 minute window for years so that is simply no longer applicable. That was reduced to 3 minutes in OS 7, and further reduced to 30 seconds in iOS 13. (There is a new concept of background tasks, for running tasks longer than 30 seconds, but the the OS will run these at its own discretion, e.g. at night, when the user is charging their device, so that’s not really applicable here).
The short answer to your question is that you cannot submit apps to the store that run in the background indefinitely unless it’s one of a very limited list of permitted background modes.
If you can go to the “Signing & Capabilities” tab of your target and add “Background Modes” and you can see the list of alternatives:
So, with the caveat that you cannot do precisely what you asked, here are a few observations:
The “External accessory communication” background mode (see ExternalAccessory) seems promising, but that’s for bluetooth or wired connections only. So unless you can refactor/reengineer how your devices communicates, that is likely not a viable solution.
There’s an interesting question of whether just keeping the app running in the foreground might be helpful (e.g. judicious use of idleTimerDisabled). I know this solves a different problem (and should be used only where essential), but perhaps it’s option for you.
If your external device is Internet-enabled and you want it to inform the app of some event, perhaps you can have it communicate its intent to some web service that then triggers an APNS push notification that your device can receive.
Bottom line, you can’t do what you ask, but if you edit your question with more details about the nature of the device and what your iOS app wants to do with that device, we might be able to provide better counsel. But in answer to the general question “can I just keep app running perpetually in the background”, the answer is “no.”
Good, elaborate answer
Great answer, thank you @Rob. Running in the foreground won't work because we're trying to solve the case of locking the screen and putting the phone in your pocket. I attempted successive long-polling HTTP requests, but I haven't been able to get that to work and I'm not sure it would work anyway, so I'm not sure if I should continue down that route or not.
| 39,458 |
https://tt.wikipedia.org/wiki/NGC%207333 | Wikipedia | Open Web | CC-By-SA | 2,023 | NGC 7333 | https://tt.wikipedia.org/w/index.php?title=NGC 7333&action=history | Tatar | Spoken | 45 | 197 | NGC 7333 — Томанлыклар һәм йолдыз тупланмалары яңа гомуми каталогында теркәлгән галактика.
Тарихы
Әлеге галактика елда тарафыннан, яктылык җыючы элемент буларак көзге кулланучы, зурлыктагы оптик телескоп ярдәмендә ачылган.
Чыганаклар
VizieR
NASA/IPAC Extragalactic Database
Искәрмәләр
Шулай ук карагыз
Яңа гомуми каталог
Мессье җисемнәр исемлеге
7333
7333 | 24,791 |
https://de.wikipedia.org/wiki/Josef%20Eduard%20Wackernell | Wikipedia | Open Web | CC-By-SA | 2,023 | Josef Eduard Wackernell | https://de.wikipedia.org/w/index.php?title=Josef Eduard Wackernell&action=history | German | Spoken | 833 | 1,509 | Josef Eduard Wackernell (* 22. November 1850 in Göflan in Südtirol, Italien; † 29. September 1920 in Innsbruck) war ein österreichischer Germanist.
Leben
Josef Eduard Wackernell war der uneheliche Sohn des Steinmetzes und Bildhauers Josef Wackernell († 1861) und eines Bauernmädchens. Nach der Heirat seiner Eltern wurde er legitimiert. Seinen ersten Unterricht erhielt er in der Volksschule, arbeitete dann aber zunächst in der Werkstätte seines Vaters mit. Der Dekan Franz Leiter ermöglichte dem Knaben 1865 den Eintritt in das Gymnasium in Meran. 1872 wechselte er in das Franziskanergymnasium in Hall in Tirol, das er bis 1873 besuchte.
Im Herbst 1873 bezog Wackernell die Philosophische Fakultät der Universität Innsbruck, an der er Vorlesungen über Geschichte, Klassische Philologie und Germanistik hörte. In letztgenannter Disziplin war er Schüler des Professors Ignaz Vinzenz Zingerle, der ihm indessen nicht geneigt war. Für die Finanzierung seines Studiums erhielt er ein von Minister Karl von Stremayr eingeführtes staatliches Stipendium und arbeitete daneben als Hofmeister im Haus des Kaufmannes Obexer. Prägenden Einfluss auf ihn übte damals der Schriftsteller und Naturwissenschaftler Adolf Pichler aus, den er als seinen bedeutendsten Lehrer ansah. Gemeinsam mit seinem Studienfreund Alois Brandl gründete er 1875, als er noch Student war, den Innsbrucker Germanistenverein, dessen erster Präsident und Ehrenmitglied er wurde.
Nachdem Wackernell 1877 in Innsbruck den Doktor der Philosophie erlangt hatte, wechselte er im Sommer desselben Jahres an die Universität Wien. 1877 erschien auch seine erste Schrift Walther von der Vogelweide in Österreich, mit der er 1878 als erster Dissertant am Innsbrucker Seminar für Germanistik promoviert wurde. Er hatte zuvor ein Reisestipendium zur weiteren Ausbildung in der Germanistik an ausländischen Universitäten erhalten, studierte ein Semester unter Michael Bernays in München (Winter 1877–1878), danach ein Semester in Berlin unter Wilhelm Scherer und Karl Müllenhoff (Sommer 1878) und brachte den Winter 1878–1879 wieder in Wien zu, um in den dortigen Bibliotheken die Ausgabe der Werke Georg Christoph Lichtenbergs für die Hempelsche Bibliothek vorzubereiten. Daneben verfasste er mehrere Abhandlungen zur Germanistik in verschiedenen Fachzeitschriften. Im Sommer 1879 reichte er an der philosophischen Fakultät der Innsbrucker Hochschule ein Habilitationsgesuch mit seiner Schrift Über Sprache und Metrik Hugos von Montfort ein. Aber erst 1882 erlangte er tatsächlich seine Habilitation mit seinem Buch Hugo von Montfort. Mit Abhandlungen zur Geschichte der deutschen Literatur, Sprache und Metrik im 14. und 15. Jahrhundert (als 3. Band der Sammlung Ältere tirolische Dichter, Innsbruck 1881), in der insbesondere die sprachlichen und metrischen Untersuchungen hervorzuheben sind. Wackernell arbeitete nun als Privatdozent und wollte nur die neuere Literaturgeschichte unterrichten, musste aber wie damals vorgeschrieben das Gesamtgebiet der deutschen Sprache und deutschen Literatur lehren.
1887 erfolgte Wackernells Ernennung zum titularen außerordentlichen Professor an der Universität Innsbruck. Im folgenden Jahr 1888 wurde die bisher einzige germanistische Lehrkanzel getrennt, woraufhin Wackernell zum ersten außerordentlichen Professor sowie 1890 zum ersten ordentlichen Professor für Neuere deutsche Literaturgeschichte an derselben Hochschule berufen wurde. Diese Professur behielt er bis zu seinem Tod 1920 und außerdem bekleidete er von 1896 bis 1897 und von 1910 bis 1911 die Funktion des Dekans der philosophischen Fakultät. Ab 1892 gehörte er dem Direktorium der Österreichischen Leo-Gesellschaft an. Seit 1898 war er Ehrenmitglied der katholischen Studentenverbindung AV Austria Innsbruck. 1905 war er Mitbegründer und bis 1908 Obmann des Tiroler Volksbunds.
Freundschaftliche Beziehungen pflegte Wackernell mit vielen bedeutenden Germanisten, u. a. Otto Behaghel, Michael Bernays, Rudolf Hildebrand und Eduard Sievers. Jahrelang sammelte er Materialien zur Tiroler Literaturgeschichte und gab altdeutsche Passionsspiele aus dem Tiroler Raum heraus. Ferner widmete er sich dem Studium der Geschichte des Deutschen Volkslieds. Im Rahmen seiner Lehrtätigkeit behandelte er aber auch neuere deutsche und österreichische Dichter wie Johann Wolfgang von Goethe, Friedrich Schiller und Franz Grillparzer. Grundlegende Studien führte er zur neueren Tiroler Literatur durch. Eine eingehende Biographie legte er 1903 über den Tiroler Autor Beda Weber vor.
Am 19. Mai 1917 wurde Wackernell von Kaiser Karl I. zum Mitglied des österreichischen Herrenhauses ernannt und verblieb in dieser Position bis zum Ende der Monarchie im Jahr 1918. Er starb am 29. September 1920 im Alter von 69 Jahren in Innsbruck. 1891 war er die Ehe mit Sidonie, geb. Dragoni († 1911) eingegangen, mit der er mindestens eine Tochter sowie einen Sohn hatte, der 1917 im Ersten Weltkrieg fiel.
Werke (Auswahl)
Walther von der Vogelweide in Österreich, Innsbruck 1877
Hugo von Montfort. Mit Abhandlungen der deutschen Literatur, Sprache und Metrik im 14. und 15. Jahrhundert, Innsbruck 1881
Zur Schiller-Literatur, Halle 1882
Die ältesten Passionsspiele in Tirol, in den Wiener Beiträgen, 1887
Das deutsche Volkslied, Hamburg 1890
Altdeutsche Passionsspiele aus Tirol. Mit Abhandlungen über ihre Entwicklung, Composition, Quellen, Aufführungen und literarhistorische Stellung (Quellen und Forschungen zur Geschichte, Litteratur und Sprache Österreichs und seiner Kronländer I), Graz 1897
Beda Weber 1798–1858 und die tirolische Literatur 1800–1846, Innsbruck 1903 (= Band 9 der von Wackernell mit Josef Hirn seit 1895 herausgegebenen Quellen und Forschungen zur Geschichte, Literatur und Sprache Österreichs und seiner Kronländer)
Literatur
Weblinks
Josef Eduard Wackernell, Kurzbiographie vom ÖCV
Germanist
Person (Innsbruck)
Person (Kaisertum Österreich)
Person (Cisleithanien)
Mitglied des Herrenhauses (Österreich)
Korporierter im CV
Vereinsfunktionär
Geboren 1850
Gestorben 1920
Mann | 50,575 |
https://en.wikipedia.org/wiki/Helen%20Shapiro%20discography | Wikipedia | Open Web | CC-By-SA | 2,023 | Helen Shapiro discography | https://en.wikipedia.org/w/index.php?title=Helen Shapiro discography&action=history | English | Spoken | 27 | 59 | This is the discography of British singer Helen Shapiro.
Albums
Studio albums
Compilation albums
EPs
Singles
Notes
References
Discographies of British artists
Pop music discographies
Jazz discographies | 48,142 |
https://bg.wikipedia.org/wiki/%D0%A8%D0%B5%D1%81%D1%82%20%D1%81%D0%B5%D1%81%D1%82%D1%80%D0%B8 | Wikipedia | Open Web | CC-By-SA | 2,023 | Шест сестри | https://bg.wikipedia.org/w/index.php?title=Шест сестри&action=history | Bulgarian | Spoken | 663 | 1,911 | „Шест сестри“ () е испански сериал, който започва да се излъчва на 22 април 2015 г. и приключва на 21 април 2017 г. с общо 489 епизода.
Сюжет
Действието на сериала се развива в Мадрид през 1913–1917 и разказва историята на шестте сестри Силва.
Адела е най-голямата от сестрите. Тя е една от най-елегантните и уважавани жени в обществото. Взима важните решения за семейството. Останала вдовица много млада, тя смята, че любовта никога повече няма да я навести.
Бланка е красива, любезна, елегантна, образована, възпитана млада жена, сгодена за банкера Родолфо Лойгори, министър на външните работи, но влюбена в зет си – лекаря Кристобал Лойгори.
Диана е със силен характер. Тя наследява баща си начело на семейната фабрика Силва. Тя е предприемчива. Уверена е, че жената в обществото е подценявана, и въпреки че не вярва, че ще се влюби, съдбата има различни планове за нея.
Франсиска пее тайно в бар „Амбигу“, но мечтата ѝ е някой ден да пее пред избрана публика.
Селия мечтае да учи, да пътува и да пише. Тя открива, че изпитва силна любов към приятелката си Петра.
Елиса е най-малката сестра. Тя е незряла, раздразнителна и разглезена. Мечтае си да срещне мъж с добра позиция в обществото, с когото да създаде семейство.
Ставайки жени от висшата класа, те без притеснение ръководят текстилната фабрика и бизнеса на баща им, дон Фернандо Силва, след внезапната му смърт, в едно общество, в което жените нямат право дори на глас.
Актьорски състав
Мария Кастро – Франсиска Силва Тореалба де Гутиерес, графиня консорт де Барнос
Селия Фрейхейро – Адела Силва Тореалба, вдовица де Саес и Ривера †
Мариона Тена – Бланка Силва Тореалба де Лойгори, баронеса де Лойгори, Първа придворна дама на Кралица Виктория Еухения де Испания
Марта Ларалде – Диана Силва Тореалба де Монтанер
Кандела Серат – Селия Силва Тореалба
Карла Диас – Елиса Силва Тореалба
Алекс Адровер – Салвадор Монтанер
Алекс Гадеа – Кристобал Мануел Лойгори Дел Амо, барон консорт де Лойгори
Фернандо Андина – Родолфо Лойгори Дел Амо, екс-барон консорт де Лойгори
Нунси Валкарсел – Мария де лас Мерседес „Мерседитас“ Овиедо де Ферейро
Хоакин Климент – Бенхамин Фуентес
Рикард Салес – Габриел Гутиерес Ривера, граф де Барнос
Пеп Антон Муньос – Енрике Гутиерес †
Лум Барера – Антония Ривера, вдовица де Гутиерес
Ориол Тарасон – Херман Ривера †
Алехандра Лоренте – Каролина Гарсия де Ривера/Каролина Силва Мансано/Кармела „Кармелита“ Силва Мансано †
Карлота Олсина – Петра Фуентес Мартинес †
Алехандро Кано – Мигел Еспарса †
Кристобал Суарес – Луис Сивантос †
Раул Фернандес де Пабло – Бернардо Ангуло
Хулия Молинс – София Алварес де Теран
Хорхе Клементе – Карлос „Карлитос“ Теран
Марио Алберто Диес – Басилио Руис †
Вики Пеня – Росалия Мансано де Фуентес
Хуан Рибо – Рикардо Силва Сантос
Кити Манвер – Долорес Дел Амо, вдовица де Лойгори †
Ана Рисеньо – Кандида Ередия
Авелино Гонсалес – Раймундо Ферейро
Ева Алмая – Марина Монтеро †
Даниел Муриел – Инспектор Федерико Веласко Доменек
Мария Котиейо – Урсула Горан де Гутиерес, вдовица де Гомес, екс-графиня консорт де Барнос/Соледад Силва Гусман
Летисия Етала – Бруна де Веласко
Мария Исаси – Елпидия
Адриан Ламана – Сиро Алтабас
Ева Манхон – Амалия Хордан де Лойгори „Изкусителката“
Мария Ервас – Инес Вилямагна
Ана Майо – Беатрис Винуеса †
Рохер Кома – Емилио Санчес
Ориол Пуиг – Гонсало Силва
Хосе Бустос – Симон Горис
Антонио Чамисо – Хулио Пенялара
Иняки Арданас – Тристан Агапито Беидо
Хавиер Моргаде – Бенито Серано
Фернандо Гуилен Куерво – Аурелио Буендия
Емилио Гутиерес Каба – Дон Фернандо Силва Сантос †
Мариан Арахуентес – Каталина „Ката“
Лус Валденебро – Аурора Аларкон Марко †
Марта Фернандес Муро – Адолфина Тореалба Лопес
Хосе Луис Торихо – Инспектор Хуан Тобиас
В България
В България сериалът започва на 25 януари 2018 г. по bTV и завършва на 3 април 2020 г. Повторенията са по bTV Lady. Дублажът е на студио VMS. Ролите се озвучават от Ани Василева, Петя Абаджиева, Петя Миладинова, Стефан Стефанов и Станислав Димитров.
Източници
Външни препратки
Официален сайт
Испански теленовели
Сериали с ЛГБТ тематика | 40,501 |
https://ur.wikipedia.org/wiki/%D9%88%DB%8C%D8%A6%D8%B1%20%DA%A9%D8%A7%D8%A4%D9%86%D9%B9%DB%8C%D8%8C%20%D8%AC%D8%A7%D8%B1%D8%AC%DB%8C%D8%A7 | Wikipedia | Open Web | CC-By-SA | 2,023 | ویئر کاؤنٹی، جارجیا | https://ur.wikipedia.org/w/index.php?title=ویئر کاؤنٹی، جارجیا&action=history | Urdu | Spoken | 57 | 214 | ویئر کاؤنٹی، جارجیا ریاستہائے متحدہ امریکا کا ایک کاؤنٹی جو جارجیا (امریکی ریاست) میں واقع ہے۔
مزید دیکھیے
ریاستہائے متحدہ امریکا
فہرست ریاستہائے متحدہ امریکہ کے شہر
حوالہ جات
ویئر کاؤنٹی، جارجیا
جارجیا (امریکی ریاست) کاؤنٹیاں
جارجیا (امریکی ریاست) میں 1824ء کی تاسیسات
1824ء میں آباد ہونے والے مقامات
ویکی ڈیٹا سے مطابقت رکھنے والی مختصر تفصیل | 23,988 |
https://ca.wikipedia.org/wiki/Anna%20Bar%C3%ADkova | Wikipedia | Open Web | CC-By-SA | 2,023 | Anna Baríkova | https://ca.wikipedia.org/w/index.php?title=Anna Baríkova&action=history | Catalan | Spoken | 110 | 209 | Anna Pàvlovna Baríkova, (Sant Petersburg, 22 de desembre de 1839 - Rostov del Don, 31 de maig de 1893) va ser una poetessa russa.
Va ser batejada amb el nom dAnna Pàvlovna Kaménskaia, filla de Maria Kaménskaia i neta de Fiódor Petróvitx Tolstoi. Com a poetessa es va fer coneguda per un libel en vers que satiritzava sobre el tsar i per un volum de poesies dedicat a la misèria a les ciutats, amb què va guanyar-se la simpatia dels sectors revolucionaris russos. Als últims anys de la seua vida va simpatitzar amb les idees religioses de Tolstoi.
Referències
Poetes russos en rus
Poetes de Sant Petersburg
Morts a Rússia | 25,012 |
https://stackoverflow.com/questions/40078265 | StackExchange | Open Web | CC-By-SA | 2,016 | Stack Exchange | Josie Thompson, NatalieRenee, Tammo Heeren, https://stackoverflow.com/users/1832539, https://stackoverflow.com/users/2391370, https://stackoverflow.com/users/4661269, https://stackoverflow.com/users/7028965, idjaw | English | Spoken | 770 | 1,239 | Not sure how to fix this error Luhn Algorithm PYTHON
Alright,
So I think i'm almost there,
my first/second part work perfect when they are on their own, but i'm having trouble combining the two
this is what I have so far
I'm thinking the error is in the last bit,
sorry, im new with python, so i'm hoping to get the hang of it soon
Edit3: i've gotten it to work (with the help of you guys) but now when i input 3782822463100050, its suppose to be invalid american express, but its showing up as valid american express...
Edit1: Okay, for example when i post 0378282246310005 (a fake american express) it says
Traceback (most recent call last):
File "C:/Users/Nat/Desktop/attempt.py", line 39, in <module>
print((cardType)+"Valid")
NameError: name 'cardType' is not defined
but when i insert a random number like 0378282246310005 it works
Please enter your credit card number 0378282246310005
We do not accept that kind of card
Edit2: in the end you should be able to type in a credit card number and it'll say "Your "type of credit card" is valid (or invalid)
or say that "we dont support the card"
#GET number that will be tested
CreditNumber = input("Please enter your credit card number")
#SET total to 0
total=0
#LOOP backwards from the last digit to the first, one at a time
CreditCount = len(CreditNumber)
for i in range(0, CreditCount, -1):
LastDigit=CreditCard[i]
#IF the position of the current digit is even THEN DOUBLE the value of the current digit
if i % 2 ==0:
LastDigit=LastDigit*2
#IF the doubled value is more than 9 THEN SUM the digits of the doubled value
if LastDigit>9:
LastDigit=LastDigit/10+LastDigit%10
total=total + digit
#Figure out what credit card the user has
if ( CreditNumber[0:2]=="34" or CreditNumber[ 0:2 ] == "37"):
cardType = "Your American Express is"
elif ( CreditNumber[ 0 :4 ] =="6011"):
cardType = "Your Discover card is"
elif ( CreditNumber[0 :2 ] in [ "51", "52", "53", "54", "55"]):
cardType = "Your Mastercard is"
elif ( CreditNumber == "4" ):
cardType = "Your VISA card is"
else:
print( "We do not accept that kind of card")
if total % 10 == 0:
print((cardType)+"Valid")
else:
print((cardType)+"Invalid")
Please clarify what exactly is not working right now? Show the full stack trace. If you don't have any errors, what output are you getting that does not meet your expectation? You want to put together a [mcve] to help the reader know how to help you.
I added the edits ! thanks
This is a minor nitpick, and not really relevant to your question, but you should consider reserving CapitalCaseNames for class names and not variable names. It's a standard in almost every language.
in the control statements under the comment #Figure out what credit card the user has, the variable cardType is defined in every branch except else. Since the name was never defined outside the scope of the control statement, the interpreter gives you a NameError when you try to access the variable when the code followed the else branch of the if statement.
to fix this you can do a couple of different things. you can create a a special value for cardType when CardNumber is invalid and check for it in the next control statement:
if ...:
...
else:
cardType = "some special value"
if cardType == "some special value":
...
or you could use a try/except statement:
try:
print(cardType)
except NameError:
print("invalid card number")
EDIT: Also you should note that currently the total variable will always be 0 as the for loop doesn't actually run. If you want to decrement a range, the first argument should be greater than the second, or the range function will just create an empty list.
okay that makes sense, but now i am confused. How would I let python know that "else" means anything that is not listed above? I thought that was the point of "else"? I know i'm thinking about the wrong way :/
@NatalieRenee Just create a default for cardType before your conditional statements. Maybe an example can be provided in the answer to provide some clarity
or maybe my answer wasn't clear. I'll change it to show some examples of how to fix it
You just need to define cardType in the else statement, such as cardType = 'Your card is'
The better approach is to actually declare the variable before entering the conditional statements.
I added cardType="", which seemed to have fixed the error but now, when i input some values, there output isnt the correct answer
I made an edit to my answer which will probably fix your bug.
| 24,999 |
https://en.wikipedia.org/wiki/Santa%27s%20Workshop%20%28New%20York%20amusement%20park%29 | Wikipedia | Open Web | CC-By-SA | 2,023 | Santa's Workshop (New York amusement park) | https://en.wikipedia.org/w/index.php?title=Santa's Workshop (New York amusement park)&action=history | English | Spoken | 182 | 252 | Santa's Workshop in North Pole, a hamlet in Wilmington, New York, is an amusement park that has been in operation since 1949. It was one of the first theme parks in the United States. It is open from June to December.
The idea for the village originated in a story that Lake Placid businessman Julian Reiss told his daughter about a baby bear who visits Santa Claus at the North Pole. The design of the park was done by artist Arto Monaco, of Upper Jay, and built by Harold Fortune, of Lake Placid, who also owned the site, and helped promote the park. The park drew immediate media interest, with more than 14,000 visitors on one day in September 1951.
The COVID-19 pandemic caused the 2020 season to go on hiatus.
See also
Christmas in the United States, post-War
References
External links
Official site
Amusement parks in New York (state)
Amusement parks based on Santa Claus
Buildings and structures in Essex County, New York
Tourist attractions in Essex County, New York
1949 establishments in New York (state)
Amusement parks opened in 1949 | 50,565 |
https://fr.wikipedia.org/wiki/The%20Kyiv%20Independent | Wikipedia | Open Web | CC-By-SA | 2,023 | The Kyiv Independent | https://fr.wikipedia.org/w/index.php?title=The Kyiv Independent&action=history | French | Spoken | 252 | 402 | The Kyiv Independent est un média ukrainien de langue anglaise. Basé à Kiev, il a été fondé fin 2021 par des membres de l'ancienne équipe du Kyiv Post.
Historique
En novembre 2021, l’homme d’affaires Adnan Kivan a suspendu la diffusion du Kyiv Post, qu'il possédait depuis quelques années, et a licencié l'équipe de rédaction, avec laquelle il était en désaccord. Le Kyiv Post tirait à et revendiquait 10 millions de pages vues par an sur sa version en ligne. Il avait une ligne libérale et pro-occidentale ; il était néanmoins considéré comme un journal indépendant et une source d'informations fiable, par exemple par les ambassades, les organisations internationales et les expatriés. Une partie significative de l'ancienne équipe, ainsi licenciée, s'est lancée dans la création d'un nouveau quotidien, The Kyiv Independent, avec l'aide d'une subvention d'urgence de la Fondation européenne pour la démocratie. Un financement participatif a fourni une source de financement pour le lancement du média.
The Kyiv Independent a été remarqué pour sa couverture de l'invasion russe de l'Ukraine en 2022. Après le début de l'invasion de l'Ukraine par la Russie en 2022, le média a vu le nombre de ses abonnés Twitter augmenter de plus d'un million.
Membres-clés de l'équipe
Depuis le 28 janvier 2022, Oleksiy Sorokin est directeur des opérations et rédacteur en chef politique du média.
Depuis le 8 février 2022, Olga Rudenko est rédactrice en chef.
Notes et références
Liens externes
Titre de presse créé en 2021
Presse écrite en anglais
Internet en Ukraine
Média en Ukraine | 4,706 |
https://pl.wikipedia.org/wiki/Mechnica%20%28Jeg%C5%82ownik%29 | Wikipedia | Open Web | CC-By-SA | 2,023 | Mechnica (Jegłownik) | https://pl.wikipedia.org/w/index.php?title=Mechnica (Jegłownik)&action=history | Polish | Spoken | 51 | 144 | Mechnica – przysiółek wsi Jegłownik w Polsce, położony w województwie warmińsko-mazurskim, w powiecie elbląskim, w gminie Gronowo Elbląskie, na obszarze Żuław Elbląskich.
Wieś okręgu sędziego ziemskiego Elbląga w XVII i XVIII wieku. W latach 1975–1998 przysiółek administracyjnie należał do województwa elbląskiego.
Zobacz też
Mechnice
Przypisy
Jegłownik
Wsie okręgu sędziego ziemskiego Elbląga | 1,251 |
https://ta.wikipedia.org/wiki/%E0%AE%AA%E0%AE%A4%E0%AF%8D%E0%AE%AE%E0%AE%AA%E0%AE%BF%E0%AE%B0%E0%AE%AA%E0%AE%BE | Wikipedia | Open Web | CC-By-SA | 2,023 | பத்மபிரபா | https://ta.wikipedia.org/w/index.php?title=பத்மபிரபா&action=history | Tamil | Spoken | 75 | 604 | பத்மபிரபா (Padmaprabha) சமணத்தின் 6வது தீர்த்தங்கரர் ஆவார். சமண சமய சாத்திரங்களின் படி, இச்வாகு குல மன்னர் ஸ்ரீதரன் - இராணி சுசிமாவிற்கும் பிறந்த பத்மபிரபா, கருமத் தளைகளிலிருந்து விடுபட்டு, சித்தராக 3,000,000 ஆண்டுகள் வாழ்ந்து, இறுதியில் சிகார்ஜி மலையில் முக்தி அடைந்தார்.
பத்மபிரபாவின் சின்னம் செந்தாமரை ஆகும், இவரது பரிவார தேவதைகள் சியாமா அச்சுதன் எனும் யட்சனும், யட்சினியும் உள்ளனர்.
கோயில்கள்
பத்மபுரா சமனக் கோயில், ஜெய்ப்பூர், இராஜஸ்தான்
மகுடி சமணர் கோயில், காந்திநகர், குஜராத்
படக்காட்சியகம்
இதனையும் காண்க
தீர்த்தங்கரர்
சமணப் புனிதத் தலங்கள்
சமணத் தமிழ் நூல்கள்
சமண அறிஞர்கள்
சிகார்ஜி சமணக் கோயில்கள்
அடிக்குறிப்புகள்
மேற்கோள்கள்
தீர்த்தங்கரர்கள்
சமணம்
சைனம் | 20,731 |
https://ceb.wikipedia.org/wiki/Quebrada%20Mangagrande | Wikipedia | Open Web | CC-By-SA | 2,023 | Quebrada Mangagrande | https://ceb.wikipedia.org/w/index.php?title=Quebrada Mangagrande&action=history | Cebuano | Spoken | 60 | 115 | Suba ang Quebrada Mangagrande sa Kolombiya. Nahimutang ni sa departamento sa Departamento del Cauca, sa kasadpang bahin sa nasod, km sa habagatan-kasadpan sa Bogotá ang ulohan sa nasod. Ang Quebrada Mangagrande mao ang bahin sa tubig-saluran sa Río Magdalena.
Ang mga gi basihan niini
Río Magdalena (suba sa Kolombiya, lat 11,10, long -74,85) tubig-saluran
Mga suba sa Departamento del Cauca | 48,372 |
https://sharepoint.stackexchange.com/questions/137823 | StackExchange | Open Web | CC-By-SA | 2,015 | Stack Exchange | George Winters, Waqas Sarwar MVP, https://sharepoint.stackexchange.com/users/21563, https://sharepoint.stackexchange.com/users/339 | English | Spoken | 85 | 140 | Sharepoint Profiles vanish after move-spuser
We're migrating users from one domain to another, using
Move-SPUser -IgnoreSID -Identity $user -NewAlias $User2 -Verbose
Although no errors are reported, custom profile properties are not transferred.
Is this expected? What can be done?
is it one domain to other domain within same UPA?
Yes, there is only one. Actually, adjusting the import filters to reflect the new OU fixed this.
Actually, adjusting the import filters to reflect the new OU fixed this. – George Winters Apr 27 at 20:23
| 43,896 |
https://ja.wikipedia.org/wiki/%E7%B4%B0%E5%B7%9D%E6%95%99%E6%98%A5%20%28%E9%87%8E%E5%B7%9E%E5%AE%B6%29 | Wikipedia | Open Web | CC-By-SA | 2,023 | 細川教春 (野州家) | https://ja.wikipedia.org/w/index.php?title=細川教春 (野州家)&action=history | Japanese | Spoken | 47 | 1,758 | 細川 教春(ほそかわ のりはる)は、室町時代中期の守護大名。細川持春の子。細川野州家3代当主。丹波国を領していたとされる。
生涯
活動の詳細は分かっていない部分が多いため、以下は判明している近親者の情報に基づいて記述する。
家督相続
元服の際には室町幕府6代将軍・足利義教から偏諱(「教」の字)の授与を受けた(「春」の字は父・持春から1字を取ったものである)。義教の在職期間が1428年から1441年、弟・政国が生まれたのも1428年であり、1410年代から1420年代(前半)の生まれとみて矛盾はないだろう。
父・持春は将軍・義教に側近として仕えており、子である教春もこれに従っていたと思われる(「教」の字を与えられたのも待遇の一つと言えよう)。しかし、嘉吉元年(1441年)の嘉吉の変にて義教が殺害され、その場に居合わせていた持春も踏みとどまって奮戦したものの片腕を切り落とされる重傷を負った。もし、持春がこの段階で引退したとすれば、家督を継いだのはこの直後と考えられる。ただし、持春はその後もしばらく生きて、寛正7年(1466年)2月10日に亡くなっているので、これを受けて継いだ可能性もある。
応仁の乱
義教の死後は、その子の義勝(早世)、義政が相次いで将軍となり、これに仕えた。この頃までの活動は前述の通り、不明な点が多いが、義政の跡をめぐる争いが一因となって起きた応仁の乱(1467年 - )の頃には活動が見られる。『応仁記』によれば、合戦に際して教春が丹波勢2千余人を率いて、東軍(大将は、本家・細川京兆家当主の細川勝元)側に参加しており、これにより戦場が京から丹波にも及ぶようになったといわれている(応仁の乱#経過 も参照のこと)。
応仁の乱は前述の将軍継嗣の問題のみならず、東軍・西軍それぞれの大将である細川勝元と山名宗全の対立も一因となって勃発した。もともと勝元は山名熙貴の娘・春林寺殿を宗全の養女として妻とし、また宗全の子である豊久を養子として友好な関係を築いていた。しかし、妻との間に聡明丸(のちの政元)が生まれると豊久を仏門に押し込める形で廃嫡。また、勝元は再従兄弟である教春の子の勝之を猶子(跡継ぎ)に迎え、実子の聡明丸を(一時的に)廃嫡。山名氏の血を引く豊久と聡明丸の相次ぐ廃嫡が、細川・山名両氏の対立の発端となっていた。
しかし、応仁の乱が終息に近づくと、細川・山名両氏の講和の条件が出され、その中には勝之を廃嫡し、(山名氏の血をひく)聡明丸を勝元の嫡子とする案が盛り込まれていた。これに賛同する対山名氏穏健派の人物もいたが、勝之とその父である教春はこれに反対し、穏健派と対立。この頃に勝元と勝之、それに京兆家内衆14名が髷を切り、宗全も切腹自殺を図るといった行動をとったのも、この対立により講和が進まなかったためであろう。
その後文明5年(1473年)3月18日には宗全が、5月11日には勝元が死去。結局、勝元の死後は勝之ではなく、聡明丸(政元)が家督を継承(この際に家督争いが起きた形跡もない)。聡明丸はまだ幼少であったため、実弟の政国がこの補佐にあたっている(おそらく政国も穏健派の一人であり、教春と兄弟間で対立していたと思われる)。
その後、教春が亡くなると、勝之に代わって嫡男となっていた政春が家督を継いだ。政春については明応2年(1493年)に政元が起こした明応の政変のあたりから活動が見られるので、教春の死および政春が跡を継いだのはこの頃と思われる。
系譜
父:細川持春(1400年 - 1466年)
母:不詳
妻:徳大寺公有娘
男子:細川政春
生母不明の子女
男子:細川勝之 - 京兆家細川勝元の猶子
男子:細川春倶(? - 1500年) - 細川賢春の養子
女子:兼子 - 水無瀬季兼の猶子、二条政嗣正室
女子:日野政資室
女子
関連
『鯉魚』(著:岡本かの子/青空文庫)- 小説。応仁の乱の際の、教春の一人娘である早百合(さゆり)姫(架空の人物)の生活の様子が描かれている。電子版はこちらを参照。
脚注
のりはる
守護大名
室町時代の人物
15世紀生
没年不明 | 11,295 |
https://es.wikipedia.org/wiki/Premios%20y%20Distinciones%20del%20Colegio%20de%20Arquitectos%20de%20Chile | Wikipedia | Open Web | CC-By-SA | 2,023 | Premios y Distinciones del Colegio de Arquitectos de Chile | https://es.wikipedia.org/w/index.php?title=Premios y Distinciones del Colegio de Arquitectos de Chile&action=history | Spanish | Spoken | 985 | 1,782 | Los Premios y Distinciones del Colegio de Arquitectos, conocidos también como Premios CA, son uno de los principales reconocimientos a los arquitectos y arquitectas en Chile, cada uno de los cuales destacan a doce colegiados o colegiadas, "referentes por su excelencia, trabajo y aporte a la arquitectura".
Postulaciones
En el caso de los Premios, las inscripciones deben contar con un responsable que represente al postulado o postulada y el apoyo de, al menos, cinco arquitectas o arquitectos colegiados activos, quienes deberán limitar su postulación a un solo candidato.
En tanto, las inscripciones a las Distinciones CA deben contar con el apoyo de, al menos, tres arquitectas o arquitectos colegiados activos, que serán responsables de entregar los antecedentes necesarios para la postulación. Esta será de un solo candidato o candidata y no podrá tener patrocinio de ningún Director o Directora Nacional.
El Directorio Nacional elige a los arquitectos y arquitectas ganadoras en sesión especial y puede declarar desierta cualquier categoría.
Periodicidad
Hasta 2023 los premios y distinciones fueron entregados de forma anual. Ese mismo año el Directorio Nacional del Colegio de Arquitectos de Chile decidió que ambos reconocimientos sean bienales, dejando las distinciones para ser anunciadas en el Congreso Nacional de Arquitectos.
Categorías
Premio Nacional de Arquitectura de Chile: reconocimiento entregado otorgado por una vida dedicada al servicio de la arquitectura.
Premio Alberto Risopatrón: reconocimiento entregado "al arquitecto o arquitecta colegiada que se haya distinguido por su labor gremial en el Colegio de Arquitectos".
Premio Sergio Larraín García-Moreno: reconocimiento "al arquitecto o arquitecta que se haya distinguido en el campo académico o de investigación".
Premio Fermín Vivaceta Rupio: reconocimiento "al arquitecto o arquitecta que se haya destacado por su labor profesional en el ámbito de la tecnología aplicada a la arquitectura".
Premio Alfredo Johnson: reconocimiento "al arquitecto o arquitecta que se haya distinguido por su labor como funcionario público, Fiscal o Municipal".
Premio Manuel Moreno Guerrero: reconocimiento "al arquitecto o arquitecta que se haya destacado en su labor profesional en el ámbito de la valoración del patrimonio arquitectónico nacional.
Premio Promoción Joven: reconocimiento "al arquitecto o arquitecta colegiada menor de 35 años, cumplidos en el año de la premiación, cuya labor constituya un ejemplo para los arquitectos de su generación".
Premio Eliana Caraball: reconocimiento "a la arquitecta que se haya destacado en cualquiera de los ámbitos de la arquitectura y que por su trabajo y rol social constituye un ejemplo por lograr un espacio de igualdad en la sociedad y el mundo laboral".
Premio Arquitectura Regional: reconocimiento "al arquitecto, arquitecta o equipo de arquitectos que vive (n) y se desempeña (n) en regiones (fuera la Región Metropolitana) y que a través de su trabajo ha hecho importantes contribuciones desde su condición profesional a las ciudades, el territorio y la comunidad".
Distinción Dora Riedel: reconocimiento "al arquitecto, arquitecta o equipo que se haya destacado en el año precedente por su labor innovadora, abriendo nuevos caminos en la profesión".
Distinción Juan Parrochia Beguin: reconocimiento "al arquitecto o arquitecta que se haya distinguido por su labor en el campo de la planificación, diseño urbano o gestión urbana".
Distinción de Honor Colegio de Arquitectos: reconocimiento otorgada "a quien, no siendo arquitecto o arquitecta, se haya distinguido por su labor próxima al ejercicio profesional de los arquitectos".
Distinción Joaquín Toesca: reconocimiento "al arquitecto o arquitecta vivo que, no habiendo nacido en Chile, haya realizado un aporte significativo a la arquitectura en nuestro país"
En 2006 se derrogó el Premio Jaime Sanfuentes, otorgado al profesional destacado en su compromiso social hacia la comunidad. En 2018 se incorporó el Premio Eliana Caraball, el Premio Arquitectura Regional y la Distinción Dora Riedel.
Ganadores
Premio Alberto Risopatrón
Reconocimiento entregado "al arquitecto o arquitecta colegiada que se haya distinguido por su labor gremial en el Colegio de Arquitectos".
Premio Sergio Larraín García-Moreno
Reconocimiento "al arquitecto o arquitecta que se haya distinguido en el campo académico o de investigación".
Premio Fermín Vivaceta Rupio
Reconocimiento "al arquitecto o arquitecta que se haya destacado por su labor profesional en el ámbito de la tecnología aplicada a la arquitectura".
Premio Alfredo Johnson
Reconocimiento "al arquitecto o arquitecta que se haya distinguido por su labor como funcionario público, Fiscal o Municipal".
Premio Manuel Moreno Guerrero
Reconocimiento "al arquitecto o arquitecta que se haya destacado en su labor profesional en el ámbito de la valoración del patrimonio arquitectónico nacional.
Premio Promoción Joven
Reconocimiento "al arquitecto o arquitecta colegiada menor de 35 años, cumplidos en el año de la premiación, cuya labor constituya un ejemplo para los arquitectos de su generación".
Premio Eliana Caraball
Reconocimiento "a la arquitecta que se haya destacado en cualquiera de los ámbitos de la arquitectura y que por su trabajo y rol social constituye un ejemplo por lograr un espacio de igualdad en la sociedad y el mundo laboral".
Premio Arquitectura Regional
Reconocimiento "al arquitecto, arquitecta o equipo de arquitectos que vive (n) y se desempeña (n) en regiones (fuera la Región Metropolitana) y que a través de su trabajo ha hecho importantes contribuciones desde su condición profesional a las ciudades, el territorio y la comunidad".
Distinción Dora Riedel
Reconocimiento "al arquitecto, arquitecta o equipo que se haya destacado en el año precedente por su labor innovadora, abriendo nuevos caminos en la profesión".
Distinción Juan Parrochia Beguin
Reconocimiento "al arquitecto o arquitecta que se haya distinguido por su labor en el campo de la planificación, diseño urbano o gestión urbana".
Distinción de Honor Colegio de Arquitectos
Reconocimiento otorgada "a quien, no siendo arquitecto o arquitecta, se haya distinguido por su labor próxima al ejercicio profesional de los arquitectos".
Distinción Joaquín Toesca
Reconocimiento "al arquitecto o arquitecta vivo que, no habiendo nacido en Chile, haya realizado un aporte significativo a la arquitectura en nuestro país".
Premiación
La ceremonia de entrega de los Premios CA se realiza en agosto de cada año en el marco del denominado Mes de la Arquitectura.
Referencias
Enlaces externos
Sitio web oficial.
Arquitectura de Chile | 13,062 |
https://eo.wikipedia.org/wiki/%2832478%29%202000%20SV289 | Wikipedia | Open Web | CC-By-SA | 2,023 | (32478) 2000 SV289 | https://eo.wikipedia.org/w/index.php?title=(32478) 2000 SV289&action=history | Esperanto | Spoken | 79 | 207 | {{DISPLAYTITLE: (32478) 2000 SV289}}
(32478) 2000 SV289 estas malgranda malhela troja asteroido de Jupitero, kiu orbitas en la najbaraĵo de la punkto de Lagrange L5 de la sistemo Suno-Jupitero, do en la tiel nomata "Troja Tendaro".
Malkovro
Ĝi estis malkovrita la far'de la teamo de la astronomia kampanjo "LINEAR" (Lincoln Near-Earth Asteroid Research) elde la situejo de Socorro de la Laboratorio Lincoln (Nov-Meksiko, Usono).
Notoj kaj referencoj
Eksteraj ligiloj
Trojaj asteroidoj
Malkovrita de LINEAR
Astronomiaj objektoj malkovritaj en 2000 | 9,256 |
https://ru.stackoverflow.com/questions/1114709 | StackExchange | Open Web | CC-By-SA | 2,020 | Stack Exchange | Michael, https://ru.stackoverflow.com/users/384526 | Russian | Spoken | 468 | 1,307 | пауза в цикле и сложные промисы react js
Ситуация следующая
Имеются следующие функции:
call - для обращения к API VK
getMembers - получение пользователей определённой группы. (Цикл с паузой в 5 секунд между каждой итерацией)
getMembersInfo - получение подробной информации о пользователях
Чего я пытаюсь добиться:
Это выполнение скриптов в следующем порядке:
getMembers - сначала получаем 1000 пользователей из группы
записываем полученных пользователей в стейт data
getMembersInfo - получаем подробную информацию на этих пользователей, хранящихся в стейте data
записываем полученных информацию в тот же стейт data
// здесь будет функция сохранения стейта в бд mongo
что в итоге у меня не получается:
Данные не записываются в стейт, непонятно почему. При том что сами данные я получаю с сервера успешно.
Хоть убейте, не пойму как должны работать эти промисы, чтобы операции выполнялись последовательно, а не так как сейчас.
ссылка на песочницу https://codesandbox.io/s/suspicious-greider-7yr4d?file=/src/App.js
import React, { useState } from "react";
import "./styles.css";
export default function App() {
const [data, setData] = useState([]);
// обращаемся к API и возвращаем промис
const call = (method, params) => {
try {
return new Promise((resolve, reject) => {
VK.Api.call(method, params, res => {
if (res) resolve(res.response);
reject();
});
});
} catch (e) {
throw new Error(e);
}
};
// получаем всех пользователей группы
const getMembers = async () => {
try {
const members = await call("groups.getMembers", {
group_id: 115050558,
v: 5.9
});
const membersSize = await members.count;
let count = 0;
(function f() {
console.log("начало итерации");
if (count < Math.ceil(membersSize / 1000)) {
const params = {
group_id: 115050558,
sort: "id_asc",
count: 1000,
offset: count * 1000,
v: 5.9
};
call("groups.getMembers", params)
.then(res => {
console.log("шаг 1 -> // запись в стейт");
setData(res);
console.log("data после шага1 -> ", data); // стейт после записи пустой =(
})
.then(res => {
console.log("шаг 2 -> // запуск функции getMembersInfo");
getMembersInfo();
console.log("data после шага2 -> ", data);
})
.then(res => {
console.log("шаг 3 -> // отправление в бд");
// функция записи в бд
})
.catch(error => console.error(error));
count++;
setTimeout(f, 5000);
console.log("Конец одной итерации");
} else {
console.log("Users loaded");
}
})();
} catch (e) {
throw new Error(e);
}
};
// получаем подробную информацию по пользователям
const getMembersInfo = async () => {
let ids = data.join();
const params = {
user_ids: ids,
fields: "id,first_name,last_name,nickname",
name_case: "Nom",
v: 5.89
};
const membersWithInfo = await call("users.get", params);
setData(membersWithInfo);
console.log("membersWithInfo ", membersWithInfo);
};
return <button onClick={getMembers}>Загрузить пользователей</button>;
}
Обрати внимание на следующее: "каждый вызов call() должен быть оформлен с обработкой результата выполнения !", т.е.
const membersWithInfo = await call("users.get", params); // НЕ ВЕРНО !
const membersWithInfo = await call("users.get", params) // А НАДО:
.then(res => {
// Делаем что-то когда промис выполнился !
})
;
Спасибо! Но пока это не помогло, третий день сижу мучаюсь, уже кучу статей перечитал и видео пересмотрел, но слепить до ума скрипт не получается =(
| 48,250 |
https://stackoverflow.com/questions/24399824 | StackExchange | Open Web | CC-By-SA | 2,014 | Stack Exchange | Etai, Evgeniy, MIdhun Krishna, https://stackoverflow.com/users/1544003, https://stackoverflow.com/users/1571284, https://stackoverflow.com/users/2983576 | English | Spoken | 585 | 1,530 | Building a RequireJS (AMD) module and loading it
I have two Javascript projects (A and B) in two different repositories. Each is using RequireJS and the grunt-contrib-requirejs plugin to run the optimizer. I want build project B, add it as a Bower dependency in project A, and then asynchronously load B when you click a button.
Project A's requirejs grunt configuration looks like this:
requirejs: {
compile: {
options: {
optimize : "uglify2",
preserveLicenseComments: false,
baseUrl : "<%= PATHS.BUILD %>/js",
uglify2 : {
output : {
"max_line_len" : 0
}
},
paths: {
"backbone" : "empty:",
"bootstrap" : "empty:",
"hbs" : "../../../bower_components/require-handlebars-plugin/hbs",
"i18n" : "empty:",
"jquery" : "empty:",
"marionette" : "empty:",
"moment" : "empty:",
"underscore" : "empty:",
"templates" : "../templates",
"locales" : "../locales"
},
hbs : {
"templateExtension" : "template"
},
shim: {
"bootstrap" : ["jquery"]
},
deps: ["config"],
name: "main",
out: "<%= PATHS.BUILD %>js/<%= pkg.name %>.min.js"
}
}
}
Project B is more complicated and has more dependencies...
requirejs: {
compile: {
options: {
baseUrl : "js",
wrap : {
"startFile": "wrap.start",
"endFile" : "wrap.end"
},
paths: {
"almond" : "../bower_components/almond/almond",
"async" : "empty:",
"backbone" : "empty:",
"backbone-pageable" : "empty:",
"backbone-relational" : "empty:",
"bootstrap" : "empty:",
"d3" : "empty:",
"handlebars" : "empty:",
"hbars" : "empty:",
"highcharts" : "empty:",
"i18n" : "empty:",
"jquery" : "empty:",
"jquery-cookie" : "empty:",
"leaflet" : "empty:",
"leaflet.markercluster" : "empty:",
"moment" : "empty:",
"stringjs" : "empty:",
"text" : "../bower_components/requirejs-text/text",
"typeahead" : "empty:",
"underscore" : "empty:"
},
shim: {
"bootstrap" : ["jquery"],
"jquery-cookie" : ["jquery"],
"typeahead" : ["jquery"],
"backbone-relational" : {
deps : ["backbone"],
exports: "Backbone"
},
"handlebars" : {
exports : "Handlebars"
},
"highcharts" : {
deps : ["jquery"],
exports: "Highcharts"
},
"leaflet": {
exports: "L"
},
"leaflet.markercluster" : {
deps: ["leaflet"],
exports: "L"
}
},
deps: ["config"],
include: ["almond", "main"],
out: "<%= PATHS.BUILD %>js/<%= pkg.name %>.min.js"
}
}
}
I'm trying to following something similar to:
https://github.com/requirejs/example-libglobal or https://github.com/sahat/requirejs-library
As you can see, I"m using the wrap properties of the r.js optimizer. Here are my wrap start and end files:
(start)
(function(window, factory) {
if (typeof define === 'function' && define.amd) {
// AMD
define(factory);
} else if (typeof exports === 'object') {
// CommonJS
module.exports = factory();
} else {
// Browser Global (ProjectB is your global library identifier)
window.ProjectB = factory();
}
}(this, function() {
(end)
//Register in the values from the outer closure for common dependencies
//as local almond modules
define('jquery', function () {
return $;
});
define('underscore', function () {
return _;
});
define('backbone', function () {
return Backbone;
});
// Ask almond to synchronously require the
// module value for 'ProjectB' here and return it as the
// value to use for the public API for the built file.
return require('ProjectB');
}));
When I load the module in Project A, I get:
require(["../projectB/js/projectb.min"], function(ProjectB) {
console.log("running Project B...");
ProjectB.start();
});
Uncaught Error: missing highcharts
To be honest, I don't really understand what's going on with the define calls in the "end wrap". Do I need to specify the union of ProjectA and ProjectB's dependencies in Project A's requirejs file? I want to keep ProjectA as slim as possible, and just package ProjectB up.
Any thoughts on how to do this?
what happens when you debug it?
Why isn't it getting the highcharts dep?
Can you put a longer stack trace?
as i can see B its just set of external libs, is this set static or it changing dynamically?
do you use grunt + concatination on projectA ?
Have you tried giving path to Highchart?
| 21,181 |
https://stackoverflow.com/questions/58916565 | StackExchange | Open Web | CC-By-SA | 2,019 | Stack Exchange | Sumanth venkat sai, https://stackoverflow.com/users/12391937 | Wolof | Spoken | 328 | 1,042 | How to fetch a variable value outside Foreach loop in XSLT
<Quote>
<xsl:variable name="ProductPos"></xsl:variable>
<xsl:variable name="SubtotalPos"></xsl:variable>
<xsl:for-each select="Configuration">
<ConfigItem>
<xsl:variable name="ConfigurationPos" select="position()*10"/>
<xsl:for-each select="ProductLineItem">
<ProductLineItem>
<xsl:variable name="ProductPos" select="$ConfigurationPos+(position()*10)"/>
<ProductPostionNumber><xsl:value-of select = "$ProductPos" /></ProductPostionNumber>
</ProductLineItem>
</xsl:for-each>
<Subtotal><xsl:value-of select="$ProductPos"/></Subtotal>
</ConfigItem>
</xsl:for-each>
</Quote>
in the above Example i need subtotal tag value to be filled with $prodPos+10
You just need to make a small change to your code. You can write into a variable if you don't close the tags immediately. This way you preserve your structure, but you can access it with your code.
<xsl:variable name="content">
<Configuration>
<ProductLineItem></ProductLineItem>
</Configuration>
<Configuration>
<ProductLineItem></ProductLineItem>
<ProductLineItem></ProductLineItem>
</Configuration>
</xsl:variable>
<Quote>
<xsl:variable name="GeneratedStructure">
<xsl:for-each select="$content/Configuration">
<ConfigItem>
<xsl:variable name="ConfigurationPos" select="position()*10"/>
<xsl:variable name="ProductLineItem">
<xsl:for-each select="ProductLineItem">
<ProductLineItem>
<xsl:variable name="ProductPos" select="$ConfigurationPos+(position()*10)"/>
<ProductPostionNumber><xsl:value-of select = "$ProductPos" /></ProductPostionNumber>
</ProductLineItem>
</xsl:for-each>
</xsl:variable>
<xsl:copy-of select="$ProductLineItem"/>
<Subtotal><xsl:value-of select="sum($ProductLineItem/ProductLineItem/ProductPostionNumber)"/></Subtotal>
</ConfigItem>
</xsl:for-each>
</xsl:variable>
<xsl:copy-of select="$GeneratedStructure"/> <!-- This will output the content of the variable -->
<xsl:for-each select="$GeneratedStructure/ConfigItem/Subtotal">
<xsl:element name="Subtotal{position()}">
<xsl:value-of select="number(.) + 10"/><!-- You did not specify if it should simply add 10 or add how often the for each loop repeats. Fix this for your needs. -->
</xsl:element>
</xsl:for-each>
</Quote>
Current output:
<ConfigItem>
<ProductLineItem>
<ProductPostionNumber>20</ProductPostionNumber>
</ProductLineItem>
<Subtotal>20</Subtotal>
</ConfigItem>
<ConfigItem>
<ProductLineItem>
<ProductPostionNumber>30</ProductPostionNumber>
</ProductLineItem>
<ProductLineItem>
<ProductPostionNumber>40</ProductPostionNumber>
</ProductLineItem>
<Subtotal>70</Subtotal>
</ConfigItem>
<Subtotal1>30</Subtotal1>
<Subtotal2>80</Subtotal2>
Please consider checking your spelling, because it is hard to assume what variable you mean, if you call it by other names.
EDIT: I did edit it to your needs. Although it is not clear what you exactly want to do. If you show me some input and expected output I could fix this.
Hi Thanks for the fix , but it doesn't satisfy my need , the output is like 203040506070809010011012013014015016017018019020021022023024025026030 , Actually what i need is if the foreach loop loops for 10 times then the new value should be (10*10) +10, and i need this result outside the loop , i am sorry i did not placed my requirement correctly
Actually the result is not adding even if it add, it solves my problem
| 3,874 |
https://stackoverflow.com/questions/12916110 | StackExchange | Open Web | CC-By-SA | 2,012 | Stack Exchange | Cristian Lupascu, Uni Le, https://stackoverflow.com/users/1682552, https://stackoverflow.com/users/390819 | English | Spoken | 1,159 | 2,900 | DataTable group the result in one row
I have a DataTable and want to group Name, LastName and Comment. The rest should be in the same row.
In my Code firstly i make ID's values as header and then organize the Attribute values to each ID. What I want here is to group the the same Name, Lastname and Comment with their ID values.
My first Table looks like that:
ID Name Lastmame Comment Attribute
1 kiki ha hello FF
3 lola mi hi AA
2 ka xe what UU
2 kiki ha hello SS
After I use my code:
Name Lastname Comment 1 3 2
kiki ha hello FF
lola mi hi AA
ka xe what UU
kiki ha hello SS
What I want to have is:
Name Lastname Comment 1 3 2
kiki ha hello FF SS
lola mi hi AA
ka xe what UU
My Code:
DataTable table1 = new DataTable("Kunde");
table1.Columns.Add("Comment", typeof(String));
table1.Columns.Add("Name", typeof(String));
table1.Columns.Add("Lastname", typeof(String));
DataTable comment = new DataTable("Comment");
comment.Columns.Add("ID", typeof(String));
comment.Columns.Add("Comment", typeof(String));
comment.Columns.Add("Attribute", typeof(String));
DataSet ds = new DataSet("DataSet");
ds.Tables.Add(table1);
ds.Tables.Add(comment);
object[] o1 = { "hello", "kiki", "ha" };
object[] o2 = { "hi", "lola", "mi" };
object[] o3 = { "what", "ka", "xe" };
object[] c1 = { 1, "hello", "FF" };
object[] c2 = { 3, "hi", "AA" };
object[] c3 = { 2, "what", "UU" };
object[] c4 = { 2, "hello", "SS" };
table1.Rows.Add(o1);
table1.Rows.Add(o2);
table1.Rows.Add(o3);
comment.Rows.Add(c1);
comment.Rows.Add(c2);
comment.Rows.Add(c3);
comment.Rows.Add(c4);
var results = from tb1 in comment.AsEnumerable()
join tb2 in table1.AsEnumerable()
on tb1.Field<string>("Comment") equals tb2.Field<string>("Comment")
select new
{
ID = tb1.Field<String>("ID"),
Name = tb2.Field<String>("Name"),
Lastname = tb2.Field<String>("Lastname"),
Comment = tb1.Field<String>("Comment"),
Attribute = tb1.Field<String>("Attribute"),
};
DataTable result = LINQToDataTable(results);
var products = result.AsEnumerable()
.GroupBy(c => c["ID"])
.Where(g => !(g.Key is DBNull))
.Select(g => (string)g.Key)
.ToList();
var newtable = result.Copy();
products.ForEach(p => newtable.Columns.Add(p, typeof(string)));
foreach (var row in newtable.AsEnumerable())
{
if (!(row["ID"] is DBNull)) row[(string)row["ID"]] = row["Attribute"];
}
newtable.Columns.Remove("ID");
newtable.Columns.Remove("Attribute");
var result11 = from t1 in newtable.AsEnumerable()
group t1 by new { Name = t1.Field<String>("Name"), LastName = t1.Field<String>("LastName"), Comment = t1.Field<String>("Comment"), } into grp
select new
{
Name = grp.Key.Name,
LastName = grp.Key.LastName,
Comment = grp.Key.Comment,
//Something here
};
LINQToDataTable method definition
using System.Reflection;
public DataTable LINQToDataTable<T>(IEnumerable<T> varlist)
{
DataTable dtReturn = new DataTable();
// column names
PropertyInfo[] oProps = null;
if (varlist == null) return dtReturn;
foreach (T rec in varlist)
{
if (oProps == null)
{
oProps = ((Type)rec.GetType()).GetProperties();
foreach (PropertyInfo pi in oProps)
{
Type colType = pi.PropertyType;
if ((colType.IsGenericType) && (colType.GetGenericTypeDefinition()
== typeof(Nullable<>)))
{
colType = colType.GetGenericArguments()[0];
}
dtReturn.Columns.Add(new DataColumn(pi.Name, colType));
}
}
DataRow dr = dtReturn.NewRow();
foreach (PropertyInfo pi in oProps)
{
dr[pi.Name] = pi.GetValue(rec, null) == null ? DBNull.Value : pi.GetValue
(rec, null);
}
dtReturn.Rows.Add(dr);
}
return dtReturn;
}
Based on the comments to this other answer:
One approach would be to stuff all the variable columns in a structure (like a dictionary).
In order to do this, use the following query:
var variableColumnNames = newtable.Columns.Cast<DataColumn>()
.Select(c => c.ColumnName)
.Except(new[]{"Name", "Lastname", "Comment"});
var result11 = from t1 in newtable.AsEnumerable()
group t1 by new
{
Name = t1.Field<String>("Name"),
LastName = t1.Field<String>("LastName"),
Comment = t1.Field<String>("Comment"),
} into grp
select new
{
grp.Key.Name,
grp.Key.LastName,
grp.Key.Comment,
Values = variableColumnNames.ToDictionary(
columnName => columnName,
columnName => grp.Max(r => r.Field<String>(columnName)))
};
If you really need to have a variable number of properties in the class, this is not possible as far as I know, so the only plausible way to do that is to output the result to another DataTable (to which we can add as many columns as we want).
Approach #2 - using dynamic
The LINQ query:
var result11 = from t1 in newtable.AsEnumerable()
group t1 by new
{
Name = t1.Field<String>("Name"),
LastName = t1.Field<String>("LastName"),
Comment = t1.Field<String>("Comment"),
} into grp
select CreateNewDynamicObject
(
grp.Key.Name,
grp.Key.LastName,
grp.Key.Comment,
variableColumnNames.ToDictionary(
columnName => columnName,
columnName => grp.Max(r => r.Field<String>(columnName)))
);
}
the new method that creates the dynamic object:
private static dynamic CreateNewDynamicObject(
string name, string lastName, string comment, Dictionary<string, string> customProperties)
{
dynamic obj = new ExpandoObject();
obj.Name = name;
obj.LastName = lastName;
obj.Comment = comment;
foreach (var prop in customProperties)
(obj as IDictionary<string, Object>).Add(prop.Key, prop.Value ?? "");
return obj;
}
Approach #3 - outputting to a DataTable
The resulting DataTable (destinationTable) can be used as a source for a DataGridView:
var destinationTable = new DataTable();
foreach (var column in newtable.Columns.Cast<DataColumn>())
destinationTable.Columns.Add(column.ColumnName, typeof(String));
var result11 =
from t1 in newtable.AsEnumerable()
group t1 by new
{
Name = t1.Field<String>("Name"),
LastName = t1.Field<String>("Lastname"),
Comment = t1.Field<String>("Comment"),
}
into grp
select
variableColumnNames.ToDictionary(
columnName => columnName,
columnName => grp.Max(r => r.Field<String>(columnName)))
.Concat(new Dictionary<string, string>
{
{"Name", grp.Key.Name},
{"Lastname", grp.Key.LastName},
{"Comment", grp.Key.Comment}
}
).ToDictionary(x => x.Key, x => x.Value);
foreach (var row in result11)
{
var newRow = destinationTable.NewRow();
foreach (var columnName in newtable.Columns.Cast<DataColumn>().Select(c => c.ColumnName))
newRow[columnName] = row[columnName];
destinationTable.Rows.Add(newRow);
}
what is variableColumnNames? because my compiler doesn't recognize it
yes, it was just an example with ID column, it coulb be any string like Lastname or Comment to use as header
@UniLe I'm sorry; I forgot to paste that piece of code. I added it now.
i tried your code but it comes with Values Column (Collection), what did i do wrong?
Nothing. That's how it's supposed to be. Inspect the Values property - it's a Dictionary containing all the keys/values you're looking for
I wanted to say that there's no way to have a dynamic (determined at runtime) number of properties in a class, but I just remembered there's dynamic in C#. Will post a solution using that.
I posted the dynamic solution. Other than this I don't imagine another solution for flattening the data, other than using a DataTable output (for which the implementation is trivial)
offtopic: you can replace this line of code: dr[pi.Name] = pi.GetValue(rec, null) == null ? DBNull.Value : pi.GetValue(rec, null); with the more concise: dr[pi.Name] = pi.GetValue(rec, null) ?? DBNull.Value;
Thank you WOlf once more,i use the approach #2 from you but it shows me nothing in DataGridView, why is that? where should i replace the code you gived me?
well, how do you bind the DataGridView? If that's the destination, that I suggest that you use a DataTable instead
to view result in Datagridview i did: DataGridView1.DataSource = result11.ToList(); or i can convert to Datatable again and DataTable result123 = LINQToDataTable(result11); dataGridView1.DataSource = result123;
but it shows me nothing, teach me how to use your code pleasseee. really need it, thank you very much
@UniLe I've added a third method (outputting to a DataTable). This should be a good source for a DataGridView
you just saved my life, don't know how to thank you. got paypal or something? I'm a student and have learned from you very much, thank you once more :)
@UniLe I'm glad I managed to help. No need for any other form of payment. :)
WOlf: Are you there? I still have a question, can you help me please? same question with Linq left outer join, the column's names i dont know, http://stackoverflow.com/questions/13029390/datatable-linq-join-many-columns
| 30,168 |
https://ko.wikipedia.org/wiki/%EC%8B%9C%ED%82%A4%EC%A7%80%EC%97%AD | Wikipedia | Open Web | CC-By-SA | 2,023 | 시키지역 | https://ko.wikipedia.org/w/index.php?title=시키지역&action=history | Korean | Spoken | 101 | 440 | 시키지역()은 일본 시즈오카현 이와타시 시키지에 있는 덴류하마나코 철도의 철도역이다. 무인역이다.
역세권 정보
신 히라야마 공업 단지
야마하 발동기 도요오카 공장
역사
1940년 6월 1일: 도토미모리 역 - 가나사시 역 구간 개통시에 국철 후타마타 선의 역으로 영업 개시.
1961년 5월 16일: 엔슈 철도의 동차가 니시카지마역에서 당역 경유로 도토미모리 역까지 직통 운행 개시.
1962년 8월 21일: 화물 취급 폐지(여객 전용역이 됨).
1966년 10월 1일: 엔슈 철도의 동차 직통 운행 폐지.
1970년 6월 1일: 수하물 소화물 취급 폐지와 동시에 역무원 무배지역이 됨.
1987년 3월 15일: 후타마타 선이 제3섹터 철도인 덴류하마나코 철도로 전환.
인접역
덴류하마나코 철도의 철도역
이와타시의 철도역
1940년 개업한 철도역
일본국유철도의 폐지된 철도역 | 43,278 |
https://ceb.wikipedia.org/wiki/Stylopoda%20sexpunctata | Wikipedia | Open Web | CC-By-SA | 2,023 | Stylopoda sexpunctata | https://ceb.wikipedia.org/w/index.php?title=Stylopoda sexpunctata&action=history | Cebuano | Spoken | 42 | 79 | Kaliwatan sa alibangbang ang Stylopoda sexpunctata. Una ning gihulagway ni Barnes ug Mcdunnough ni adtong 1916. Ang Stylopoda sexpunctata sakop sa kahenera nga Stylopoda, ug kabanay nga Noctuidae. Walay nalista nga matang nga sama niini.
Ang mga gi basihan niini
Insekto
Stylopoda | 24,218 |
https://azb.wikipedia.org/wiki/%D8%A7%D9%88%D8%B1%D9%85%D9%88%D9%86%D8%AF%20%D8%A8%D8%A7%DB%8C%20%D8%AF%D8%B3%DB%8C%D8%8C%20%D9%81%D9%84%D9%88%D8%B1%DB%8C%D8%AF%D8%A7 | Wikipedia | Open Web | CC-By-SA | 2,023 | اورموند بای دسی، فلوریدا | https://azb.wikipedia.org/w/index.php?title=اورموند بای دسی، فلوریدا&action=history | South Azerbaijani | Spoken | 53 | 288 | اورموند بای دسی، فلوریدا (اینگیلیسجه:Ormond-by-the-Sea, Florida ) آمریکا اؤلکهسینده بیر یاشاییش منطقهسیدیر. سوْن نۆفوس ساییمی اساسيندا ۸۴۳۰ نفر ایمیش و ۵٫۱ کیلومتر موربّع ساحهسی وار دنیز سوُلاری سَویهسیندن ۴ متر یۇکسکلیکده یئر آلیب و فلوریدا ایالتینده یئرلشیب.
قایناقلار
اینگیلیسجه ویکیپدیاسینین ایشلدنلری طرفیندن یارانمیش«Ormond-by-the-Sea, Florida»، مقالهسیندن گؤتورولوبدور.( ۸ آقوست ۲۰۱۸ تاریخینده یوْخلانیلیبدیر).
آمریکا شهرلری | 5,519 |
https://sv.wikipedia.org/wiki/Platypalpus%20inexpectatus | Wikipedia | Open Web | CC-By-SA | 2,023 | Platypalpus inexpectatus | https://sv.wikipedia.org/w/index.php?title=Platypalpus inexpectatus&action=history | Swedish | Spoken | 32 | 72 | Platypalpus inexpectatus är en tvåvingeart som beskrevs av Smith och Chvala 1976. Platypalpus inexpectatus ingår i släktet Platypalpus och familjen puckeldansflugor. Inga underarter finns listade i Catalogue of Life.
Källor
Puckeldansflugor
inexpectatus | 7,653 |
https://rpg.stackexchange.com/questions/98736 | StackExchange | Open Web | CC-By-SA | 2,017 | Stack Exchange | Anne Aunyme, Fering, ShadowKras, WeirdFrog, https://rpg.stackexchange.com/users/21153, https://rpg.stackexchange.com/users/22223, https://rpg.stackexchange.com/users/23058, https://rpg.stackexchange.com/users/28479 | English | Spoken | 417 | 578 | Does equipment meld and/or resize with your body when under elemental body?
When close to humanoid in form your equipment does not meld with you while under polymorph effects. The spell elemental body 1-4 changes you into an psudo-elemental but does not say if your form is humanoid.
Elementals are shown as having a head, torso, arms, and usually legs. Does this mean they are are close enough to the humanoid shape that your gear is not melded into you?
The elemental type and elementals do not say they are humanoid. The pages do mention that humanoid forms are possible.
Proficient with natural weapons only, unless generally humanoid in form, in which case proficient with all simple weapons and any weapons mentioned in its entry.
If your gear is not melded into you, does it change size to fit your new size like enlarge/reduce person does?
Mostly I am asking if bow wielding druid is still able to use their bow when under the effects of all versions of the elemental body spell?
Yes, the equipment melds
From the Polymorph subschool:
When you cast a polymorph spell that changes you into a creature of the animal, dragon, elemental, magical beast, plant, or vermin type, all of your gear melds into your body.
That includes all weapons, so your druid would not be able to wield a bow.
Unless you grab the bow after polymorphing, or somehow create this bow using magic.
As a GM I would let the caster choose whether the stuff melds or not, but that's a houserule. Anyway, it costs nothing to ask your GM!
@AnneAunyme that can become a significant balance issue, armor/shield bonuses are an obvious example, and plenty of magic items would be useful while polymorphed but can't due to this rule (see wands & scrolls). There are specific ways around this rule, particularly the Polymorphic Pouch.
@WeirdFrog: armor would not change size, so unless you stay at the same size there is no point keeping it. Shields would take you a hand, that you may want to need for your natural attacks. Wands and scrolls need you to speak and to have hands to wave them... I really don't see this as a real balance issue but I guess chat would be more appropriate if you want to talk about it.
@WeirdFrog that pouch is really neat, but doesnt help if part of what I want is for the bow to resize with me like equipment does with enlarge person.
| 9,651 |
https://en.wikipedia.org/wiki/Encore%20%28The%20Louvin%20Brothers%20album%29 | Wikipedia | Open Web | CC-By-SA | 2,023 | Encore (The Louvin Brothers album) | https://en.wikipedia.org/w/index.php?title=Encore (The Louvin Brothers album)&action=history | English | Spoken | 234 | 420 | Encore is an album by American country music duo The Louvin Brothers, released in 1961. It is made up of singles and B-sides previously released by Capitol, dating as far back as 1957. It includes the Louvin's number 7 Country Singles hit, "Cash on the Barrel Head".
Reissues
In 1992, all of the tracks from Encore were included in the Close Harmony 8-CD box set issued by Bear Family Records.
Encore was reissued on CD by Capitol Nashville in 2007.
Track listing
All songs by Ira Louvin and Charlie Louvin unless otherwise noted.
"Childish Love" – 2:32
"Love Is a Lonely Street" (Ella Barrett, Faye Cunningham) – 2:41
"If You Love Me Stay Away" – 2:10
"Cash on the Barrel Head " – 2:39
"New Partner Waltz" – 2:19
"Stagger" – 2:10
"Ruby's Song" – 2:22
"Nellie Moved to Town" – 2:43
"What a Change One Day Can Make" (Grady Cole) – 2:21
"Call Me" – 2:18
"You're Learning" – 2:21
"My Curly Headed Baby" (Traditional) – 2:26
Personnel
Charlie Louvin – vocals, guitar
Ira Louvin – vocals, mandolin
Jimmy Capps – guitar
Paul Yandell – lead guitar
Don Helms – pedal steel guitar
George McCormick – rhythm guitar
Floyd Chance – bass
Buddy Harman – drums
Production notes:
Ken Nelson – producer
References
The Louvin Brothers albums
1961 compilation albums
Capitol Records compilation albums
Albums produced by Ken Nelson (United States record producer) | 47,019 |
https://war.wikipedia.org/wiki/Aphelinoidea%20subexserta | Wikipedia | Open Web | CC-By-SA | 2,023 | Aphelinoidea subexserta | https://war.wikipedia.org/w/index.php?title=Aphelinoidea subexserta&action=history | Waray | Spoken | 41 | 95 | An Aphelinoidea subexserta in uska species han Hymenoptera nga ginhulagway ni Maksymilian Nowicki hadton 1940. An Aphelinoidea subexserta in nahilalakip ha genus nga Aphelinoidea, ngan familia nga Trichogrammatidae.
Mabibilngan ini ha:
Slovakia.
Hungary.
Waray hini subspecies nga nakalista.
Mga kasarigan
Aphelinoidea | 11,408 |
https://et.wikipedia.org/wiki/Emakeele%20Selts | Wikipedia | Open Web | CC-By-SA | 2,023 | Emakeele Selts | https://et.wikipedia.org/w/index.php?title=Emakeele Selts&action=history | Estonian | Spoken | 2,355 | 6,845 | Emakeele Selts on 23. märtsil 1920 Tartu ülikooli juurde asutatud vabatahtlik filoloogiline ühendus, mis tegutseb mittetulundusühinguna ja on assotsieerunud Eesti Teaduste Akadeemiaga. Selts asub Tallinnas. 2006. aastast on seltsi esimees Helle Metslang.
Emakeele Selts kuulus aastatel 1920–1946 Tartu ülikooli ja aastatel 1946–1998 Teaduste Akadeemia juurde. Aastatel 1925–1952 kandis see Akadeemilise Emakeele Seltsi nime. 1998. aastast on selts assotsieerunud Eesti Teaduste Akadeemiaga. Emakeele Seltsi büroo asub alates 1956. aastast Tallinnas.
Selts korraldab regulaarselt kõnekoosolekuid Tallinnas ja Tartus, üliõpilaskonverentse, kuhu kaasatakse ka gümnaasiumiõpilasi, keelepäevi Eestis ja välismaal ning tööd koolinoortega (sh keelelaagreid, -päevi ja -võistlusi). On saanud tavaks, et 27. juunil, Johannes Voldemar Veski sünniaastapäeval toimub konverents ehk Veski päev. Lisaks tegeleb selts kirjakeele normimisega ja kirjastamisega, publitseerides muu hulgas teadusväljaannet Emakeele Seltsi aastaraamat, populaarteaduslikku keeleajakirja Oma Keel ning mitmesuguseid toimetisi ja keeleraamatuid.
Emakeele Seltsil on ka oma raamatukogu, kus 2019. aasta lõpu seisuga oli arvel 6717 inventeeritud trükist.
Eesmärgid
1920. aastal vastu võetud põhikirja järgi oli seltsi ülesanne äratada huvi eesti keele tundmise, arendamise ja uurimise vastu, pöörates samal ajal tähelepanu ka kirjandusele, rahvaluulele, rahvateadusele ja sugulaskeeltele.
Emakeele Seltsi tänased eesmärgid on järgmised:
kaasa aidata eesti keele, sugulaskeelte ja etnoloogia teaduslikule uurimisele;
kaasa aidata eesti keele kasutamisele riigikeele ja ülemaalise suhtluskeelena;
äratada avalikku huvi eesti keele ja sugulaskeelte vastu;
edendada filoloogide akadeemilist suhtlemist ja ühisüritusi, samuti nende koostööd eesti keele huvilistega.
Oma eesmärkide saavutamiseks Emakeele Selts:
koondab isikuid, kes oma tegevusega tahavad seltsi ülesannete täitmisest osa võtta;
korraldab koosolekuid ja konverentse ning muid teaduslikke ja populaarteaduslikke kokkutulekuid, näitusi ja tuluüritusi;
korraldab keeleainestiku kogumist;
üllitab oma aastaraamatut või teadusajakirja ning teisi lingvistilisi ja seltsi eesmärkide kohaseid trükiseid;
teeb koostööd teiste organisatsioonidega, samuti teadusasutuste ja kõrgkoolidega kodu- ja välismaal ning vahetab nendega väljaandeid;
peab raamatukogu, kogub käsikirju, fotosid ja salvestisi;
peab seltsi liikmete ja lepinguosaliste jaoks uurimis- ja andmetöötlustehnikat;
korraldab sihtuuringuid, samuti täiendusõpet eesti emakeele alal ja annab keelenõu;
korraldab õppereise.
Asutamine ja ajalugu
Asutamine ja algusaastad
Enne Eesti iseseisvumist tegeleti eesti keele uurimisega teatud määral Õpetatud Eesti Seltsis, Eesti Kirjameeste Seltsis ning Eesti Kirjanduse Seltsis, kuid seda vaid liikmete põhitöö kõrvalt. Keeleteadlasena ei saanud akadeemiliselt jõuda kõrgemale kui lektori ametikohale. 1910. aastatel algas aga keeleelu elavnemine, mis päädis emakeelse ülikooli avamisega 1919. aastal. Emakeele Seltsi asutamiskoosoleku, mis toimus 1920. aasta 23. märtsil, päeval, mil kaitsti rahvusülikooli esimene väitekiri, kutsus kokku läänemeresoome keelte professor Lauri Kettunen. Koosolekule tuli 14 inimest, kellest said ka asutajaliikmed. Põhikirja panid kokku professor Kettunen ning üliõpilased Andrus Saaberg ja Oskar Loorits.
Järgmisel koosolekul kuu aja pärast oli osalejaid juba 30. Teemad, millega tegeleti, olid murded, õigekeelsus ja rahvaluule kogumine.
Kui esimesel aastal keskenduti peamiselt koosolekute korraldamisele, siis juba järgmisel aastal hakati laiemalt tegutsema, nt lihavõtete ajal korraldati Tallinnas korjandus, millega koguti 2 miljonit marka. Kogutud raha kasutati kirjastamiseks, stipendiumiteks ja inventari muretsemiseks. Võeti vastu juhatuse kodukord. Liikmeid oli 1921. aastal 82.
1922. aastaks oli liikmete arv kasvanud 107-ni. 1922. aasta ongi seltsi elus väga tähendusrikas, sest hakati välja andma keeleteaduslikku ajakirja Eesti Keel ja pandi alus eesti murdesugemete süstemaatilisele kogumisele. Seda ettevõtmist juhtis Andrus Saareste.
1925. aastal sai seltsi nimeks Akadeemiline Emakeele Selts, mida kanti 1952. aastani. 1925. aastal toodi Eesti Kirjanduse Seltsi juurest Akadeemilise Emakeele Seltsi juurde täielikult üle ka nimede eestistamise toimkond, kes andis asjatundlikku nõu võõrapäraste nimede eestipärastamiseks, avaldas trükis ja propageeris sobivaid eesti nimesid.
1920.–1930. aastail oli kõige tegusam murdetoimkond, kus Andrus Saareste juhtimisel pandi põhirõhk eesti murrete süstemaatilisele kogumisele. Suurt tähelepanu pöörati ka kohanimedele, häälikulooliste ja morfoloogiliste ülevaadete koostamisele ning murdetekstide ülesmärkimisele. Kümne tegevusaasta jooksul jõuti küsitlemisega lõpule 24 kihelkonnas ja autentse keeleainese alusel võis Andrus Saareste 1932. aastal esitada Eesti keeleala murdelise liigenduse, mis üldkujul kehtib tänapäevani. 1940. aastaks oli Eesti Keele Arhiivis juba üle 700 000 sõnasedeli, üle 6500 lehekülje murdetekste ja 252 fonograafirulli salvestatud murdekõnet.
Seltsi tegevus nõukogude ajal
1940. aastal tegutses Eestis arvukalt teadusseltse, kuid esimesel nõukogude võimu aastal suurem osa eraalgatuslikke seltse suleti. Emakeele Seltsi varad olid sõja-aastad üle elanud, vaid tööruumid Rüütli tänavas olid hävinud.
Saksa okupatsiooni ajal lubatud ainsal koosolekul 26. mail 1944 valiti seltsi etteotsa Arnold Kask. 1944. aasta detsembris toimus juhatuse endiste liikmete mitteametlik nõupidamine, kus kaaluti tegevuse jätkamise võimalusi. Esimene ettekandekoosolek peeti 8. aprillil 1945, et tähistada seltsi 25. aastapäeva.
Eesti NSV Rahvakomissaride Nõukogu 1945. aasta 22. septembri määruse nr 841 järgi lubati seltsil tegevust jätkata. Seltsi taastamist määrati juhtima komisjon, kuhu kuulusid J. V. Veski esimehena ning A. Kask ja K. Aben. 1945. aasta oktoobris kinnitati uus põhikiri. Detsembris 1946 valiti uus juhatus, esimeheks sai J. V. Veski. Eesti NSV Teaduste Akadeemia loomise tõttu viidi selts akadeemia alluvusse.
Seltsi ülesandeks jäi korraldada murdekogumist korrespondentide võrgu kaudu. Varem tegelesid murdekogumisega üliõpilased, kuid 1947. aasta sügisel pöörduti üleskutsega endiste kaastööliste poole ja 35 murdekorrespondenti olid nõus tööd jätkama.
1945. aasta lõpus asutati üliõpilaste keelering, mille eesmärk oli süvendada üliõpilastes huvi emakeele ja sugulaskeelte vastu ning innustada neid tegema teaduslikku uurimistööd, et taasluua sõja-aastail kaotatud teadlaskond. 1948. aastal ühines ring Üliõpilaste Teadusliku Ühinguga (ÜTÜ). 1951. aastal keeleringi side seltsiga katkes, sest üliõpilaste teaduslikud ringid võisid kuuluda vaid ÜTÜ-sse. Et ergutada üliõpilasi kogumistööd tegema, kuulutati välja auhinnatööd.
Kuni 1950. aastani sai selts töötada ilma kõrgemalt poolt tuleva kriitikata, kuid 16. veebruaril 1950 oli Teaduste Akadeemia (TA) presiidiumis tõstatatud ka seltsi sulgemise küsimus. Seltsi tegevust õigustades tõi A. Kask esile, et juba mitu aastat on kogutud tööstussõnavara. Planeerides teadustöö temaatikat aastateks 1951–1955, otsustatigi uurida tööstussõnavara (tekstiili-, lina-, klaasi-, põlevkivitööstuse jne) ja kolhoosisõnavara kujunemist.
Teaduste Akadeemia presiidiumi 1951. aasta 31. mai otsuse põhjal tuli selts sulgeda. Peapõhjuseks toodi, et ta teeb samalaadset tööd kui Keele ja Kirjanduse Instituut. 14. novembril 1951 esitati akadeemiale vastuväited, kus rõhutati, et selts peab tihedat sidet massidega ja sulgemise põhjuseks ei ole toodud seltsi halba tööd. Kasutati ka ajastule omast kõnepruuki: avaldati imestust, et selts otsustatakse likvideerida ajal, mil pärast seltsimees Stalini põhjapanevate tööde ilmumist keeleteaduse alal on avalikkuses märgata suurt huvi keeleküsimuste vastu ning mil meie nõukoguliku keeleteaduse edasiarendamiseks oleks vaja seda huvi veelgi enam aktiviseerida. Küsimus paluti uuesti läbi vaadata ning läbirääkimiste tulemusena muutiski TA presiidium 31. mail oma otsust.
1952. aastal hakati seltsi kolima Tallinna koos Keele ja Kirjanduse Instituudiga. Lähtuti põhimõttest, et kõik akadeemia asutused asugu Tallinnas, kus neid on kergem juhtida ja ideoloogiliselt suunata. Eesti NSV Ministrite Nõukogu 1952. aasta 13. septembri määrusega nr 43 muudeti tagaselja seltsi nimetust: Akadeemilisest Emakeele Seltsist sai Emakeele Selts. Seltsi teavitati sellest alles 20. oktoobril.
15. veebruaril 1961 Eesti NSV TA presiidiumis kinnitatud põhikirja järgi oli seltsi ülesanne "kaasaaitamine eesti keele ja sugulaskeelte uurimisele ja keeleteaduse saavutuste populariseerimine laiades rahvahulkades". Selle täitmiseks peeti ettekandekoosolekuid, murdekorrespondentide kaasabil jätkati kogumistööd, korraldati murdekogumisvõistlusi.
Murdekorrespondentide juhendamiseks ilmus aastail 1949–1958 "Kogumistöö juhendaja eesti keele alal" (1–7). Parimate murdekogujate töid hakati avaldama väljaandes "Valimik Emakeele Seltsi korrespondentide murdetekste" (1956, 1957, 1969). 1955. aastal hakati välja andma "Emakeele Seltsi aastaraamatut". 1958. aastal taastati "Toimetiste" sari, esimesena ilmus selles "J. V. Veski keelelisi töid", ning 1968. aastast alates on peetud J. V. Veski päeva keelekonverentse.
Seltsis tegutsesid murde- ja keeletoimkond (1963), rahvaluule sektsioon ning poeetilise lingvistika ja stilistika sektsioon (1977). Kui 1939. aastaks oli liikmete arv kahanenud 44-ni, siis 1988. aastal oli see juba 402. Põhjuseks oli kindlasti huvi emakeele vastu ja soov kaitsta keelt venestamise eest, aga ka teiste seltside puudumine, mistõttu astusid Emakeele Seltsi mitmesuguste erialade esindajad: folkloristid, etnograafid, kirjandusteadlased, arheoloogid, ajaloolased jt.
Emakeele Seltsi keelepäevad
Emakeele Selts on korraldanud keelepäevi alates 1961. aastast (v.a 1995. aastal). Keelepäevadele pani aluse Heino Ahven. Keelepäevade korraldamise mõte tuli tolleaegse Teaduste Akadeemia presidendi akadeemik Johan Eichfeldi soovitusest Emakeele Seltsi juhatusele kanda seltsi loenguline tegevus Tartust ja Tallinnast väljapoole. 1961. aasta sügisel korraldati esimene Emakeele Seltsi keelepäev Viljandis. Algul olid keelepäevad mõeldud õpetajatele ja teistele keelehuvilistele, kuid ajapikku hakkasid koolid nende korraldamise vastu huvi tundma ning tasapisi said ülekaalu keelepäevad, mis olid suunatud peamiselt õpilastele. Keelepäevadele lisandusid 1973. aastast rahvaluulepäevad ning 1978. aastast stilistikapäevad. Arvukalt keelepäevi on peetud eesti keele õpetajatele. Keelepäevade ettekannete temaatika on olnud küllaltki mitmekesine: tänapäeva kirjakeel (grammatika- ja sõnavaraprobleemid, kirjakeele normimine jm), murded, kirjakeele ajalugu, uute sõnade loomime, maailma keeled ja keelepoliitika, tehiskeeled, kirjanike keeletarvitus ja stiiliprobleemid, kodukandi kultuurilugu, rahvalaulu stiilivõtted jne. Õpilaste seas on kõige populaarsemad teemad olnud õpilassläng ja ilukirjanduskeel, oma kooli õpilaste eesnimed, koolikirjandite keel ja stiil, oma kooli ajalugu või kohalik kultuurilugu jne.
Keelepäevade korraldamisel on võimaluse korral alati silmas peetud kultuuriloolisi tähtpäevi, nt J. V. Veski (1973), J. Aaviku (1980) ja A. H. Tammsaare (1978) 100. sünniaastapäev; eesti raamatu 450. aastapäev (1975); Tartu ülikooli 350. aastapäev (1982). Keelepäevi on kõige enam peetud Valgamaal, Tallinnas, Viljandis, Tartus, Märjamaal, Õisus, Elvas ja Võrus. 1989. aastast toimuvad keelepäevad ka välismaal, nt Venemaal, Lätis, Rootsis, Soomes, Inglismaal, Ukrainas, Saksamaal, Luksemburgis, Hollandis, Taanis ja Leedus.
Viimastel aastatel on huvi keelepäevade vastu kasvanud, neid on peetud peamiselt 14. märtsi kui riikliku tähtpäeva – Kristjan Jaak Petersoni sünniaastapäeva (kauni emakeele päeva) – tähistamiseks.
Seltsi tegevus taasiseseisvunud Eesti ajal
Taasiseseisvumise algusaastad olid seltsile rasked. 1990. aastatel tuli seltsil osaleda keelepoliitikas: kümnendi esimesel poolel keeleseaduse ettevalmistamises; kultuuri- ja haridusministeeriumi juurde asutatud keeleasjade komisjonis, mis tegeles eesti keele kui riigikeele probleemidega. 1990. aastate lõpul saatis selts märgukirja siseministeeriumile nimeseaduse loomiseks ning Riigikogu põhiseaduskomisjonile põhiseaduse § 6 täiendamiseks.
Neil aastail toimusid Eesti ühiskonnas suured muudatused, kultuurile ja haridusele nappis raha. Kõige keerulisem oli olukord kirjastamisega: lõpetati Kodumurde väljaandmine, mitu aastat ei ilmunud seltsi aastaraamat. Välja anti siiski J. Peegli "Nimisõna poeetilised sünonüümid" (1991) ja G. Vilbaste "Eesti taimenimetused" (1993). 1998. aastal hakati taas välja andma Emakeele Seltsi aastaraamatut (ESA). Ilmusid toimetiste sarja kuuluvad Theodor Saare "Kihnu raamat" (1998) ja Toomas Pauli "Eesti piiblitõlke ajalugu" (1999), lisaks Hella Keema "Võru keel" (1997) ja "Kirjakeele teataja II" (2000). 2000. aastal õnnestus hakata välja andma kõigile keelehuvilistele mõeldud ajakirja Oma Keel.
Jätkus keelepäevade, J. V. Veski päeva keelekonverentsi ja kõnekoosolekute traditsioon. 1993. aastal taastati Emakeele Seltsi keeletoimkond, sest vabariiklik õigekeelsuskomisjon (VÕK) oli oma tegevuse lõpetanud, kuid seoses uue õigekeelsussõnaraamatu (ÕS 1999) koostamisega tuli teha rohkesti õigekeelsusotsuseid.
1990. aastate algul sai teoks Emakeele Seltsi ja Tartu ülikooli eesti keele õppetooli ühisprojekt "Eesti murdeainese süvendav kogumine". Selle käigus salvestati helilindile peamiselt nn Võru poolmurde eri põlvkonna kõnelejaid eri situatsioonides. Paraku jäi see ainsaks sellelaadseks ettevõtmiseks. Mõne aasta jooksul korraldati veel traditsioonilisi murdekogumisvõistlusi, kuid 1996. aastal otsustas murdetoimkond jätta võistluse välja kuulutamata. Sellest hoolimata oli seltsile peaaegu igal aastal laekunud kohanimede ja slängiteemalist kaastööd. 2001. aastal otsustas selts murdekogumisvõistlust jätkata. Kuulutati välja murdevõistluse üldteema "Nimed ja nimetused".
Aastal 2002 lõpetati jäädavalt ajakirja Kodumurre kirjastamine.
2004. aastal maist kuni aasta lõpuni oli kord nädalas Kuku raadios eetris keelesaade "Keelekuku", milles käsitleti nelja teemat: keeleuurimine, keelekorraldus, keelepoliitika ja erialakeel. Samal aastal kirjastati uuesti ka toimetis nr 15 – Juhan Peegli "Nimisõna poeetilised sünonüümid regivärssides".
2008. aasta 1. veebruarist 15. maini toimus esimest korda koolinoortele suunatud internetipõhine sõnakogumisvõistlus. Eesmärk oli koguda uut, noortepärast sõnavara, mida sõnaraamatutes ei leidu, elavdada noorte keeletegevust uute vahenditega ning äratada huvi keele vastu. 2008. aastal sõlmiti Eesti Rahvusraamatukoguga leping, mille kohaselt hakati seltsi teavikuid kataloogima ja nähtavaks tegema e-kataloogis ESTER.
Koostöös Haridus- ja Teadusministeeriumiga tehti 2011. aastal algust mitme projektiga: avalöögi sai keeleviktoriin, õpikute keele analüüsi projekt ja aasta keeleteo valimine. Integratsiooni ja Migratsiooni Sihtasutusega Meie Inimesed alustas Emakeele Selts kaheaastast projekti "Uusimmigrante õpetavate pedagoogide täiendusõpe". Trükist ilmusid Mati Erelti "Lause õigekeelsus. Juhatused ja harjutused" ja "Eesti keele väljendusõpetus kõrgkoolidele" ning Ferdinand Johann Wiedemanni "Eesti keele grammatika".
2012. aastal ilmus kogumik "Minevikupärandit Häädemeestelt. Valmik korrespondentide murdetekste VIII". Alguse sai võistlus TUUM, milles iga osaleja saab panna proovile oma oskuse teha maksimaalselt kahesajasõnaline kokkuvõte žürii antud tekstist. Oktoobris said alguse iga-aastased keelehuviliste noorte laagrid.
Koostöös Haridus- ja Teadusministeeriumiga kuulutas Emakeele Selts 2016. aastal välja ettevõttenime võistluse, mille eesmärk on väärtustada eestikeelseid äri- ja ettevõttenimesid ning juhtida tähelepanu avaliku ruumi võõrkeelestumisele.
2017. aastal anti välja Evi Juhkami kogumik "Loode-Eesti murdelood. Valimik murdetekste IX" ja oktoobris toimus keelelaager, mis seekord kandis nime "Eesti Vabariik 100".
Liikmed
2017. aasta 26. aprilli seisuga oli Emakeele Seltsil 384 liiget, nendest 15 auliikmed. Põhikirja järgi võivad Emakeele Seltsi tegevliikmeks olla isikud, kes tegutsevad filoloogidena eesti keele ja selle sugulaskeelte alal, samuti isikud, kel on teeneid nende keelte ainestiku kogumisel või kes seltsi eesmärkide taotlemisele muul viisil kaasa aitavad. Liikmed tasuvad liikmemaksu.
Auliige valitakse Emakeele Seltsi üldkoosolekul kas seltsi juhatuse ettepanekul või vähemalt viie tegevliikme kirjalikul põhjendatud ettepanekul. Emakeele Seltsi auliikmed on keeleteadlased Mati Erelt, Tiiu Erelt, Enn Ernits, Mati Hint, Helju Kaal, Reet Kasik, Valve-Liivi Kingisepp, Uno Liivaku, Viivi Maanso, Helmi Neetar, Huno Rätsep, Ellen Uuspõld, Lembit Vaba, Tiit-Rein Viitso, Asta Õim.
Esimehed
Emakeele Seltsi esimehi:
Lauri Kettunen (1920–1924)
Andrus Saareste (1925–1933, 1935, 1936–1941)
Julius Mägiste (1934, 1936)
Arnold Kask (1944, 1968–1982)
Johannes Voldemar Veski (1946–1968)
Huno Rätsep (1982–1989)
Tiit-Rein Viitso (1989–1989)
Eeva Ahven (1989–1990)
Henn Saari (1990–1992)
Jüri Viikberg (1992–1993)
Tiit-Rein Viitso (1993–1997)
Mati Erelt (1997–2006)
Helle Metslang (2006–...)
Auliikmed
Elmar Elisto
Mati Erelt (Tallinn)
Tiiu Erelt (Tallinn)
Enn Ernits (Tartu)
Auli Hakulinen (Helsingi)
Mati Hint (Tallinn)
Helju Kaal (Tallinn)
Marja Kallasmaa (Tallinn)
Reet Kasik (Tartu)
Krista Kerge (Tallinn)
Valve-Liivi Kingisepp (Tartu)
Uno Liivaku (Tallinn)
Viivi Maanso (Tallinn)
Helmi Neetar (Tallinn)
Ellen Niit (Tartu)
Peeter Päll (Tallinn)
Hannu Remes (Kajaani)
Eevi Ross (Tallinn)
Huno Rätsep (Tartu)
Ellen Uuspõld (Tartu)
Lembit Vaba (Saku, Harjumaa)
Jüri Valge (Tartu)
Tiit-Rein Viitso (Tartu)
Asta Õim (Muraste, Harjumaa)
Toimkonnad
Emakeele Seltsi juures on tegutsenud mitmeid toimkondi.
Murdetoimkond
Murdetoimkond (1926–1940, 1963–1996) on olnud murdeainestiku kogumise ning uurimise arendaja. Aastatel 1939–1944 ja 1963–1996 korraldati keeleainestiku ja kohanimede kogumise võistlusi.
1990-ndateks oli selts oma ülesande vanema murde kogumisel täitnud, uueks sihiks seati tänapäeva keele varieerumise uurimine.
Emakeele Seltsi ja Eesti Keele Instituudi murdearhiiv EMSUKA sisaldas 2016. aasta lõpuks 5 250 000 sedelit sõnavara, 140 000 lehekülge tekste ja 3000 tundi helisalvestisi.
Keeletoimkond
Keeletoimkond (1969–1972, alates 1993) on keskne keelekorralduskomisjon, mis teeb otsuseid ning annab soovitusi oluliste kirjakeeleprobleemide kohta. Toimkonna 7–11 liiget esindavad eesti keele uurimise ja korraldamisega tegelevaid asutusi. Vanema valib iga kahe aasta tagant seltsi üldkoosolek.
Keeletoimkonna riiklik ülesanne on osalemine kirjakeele normi määramisel. Aastate 1993–2000 otsused ja soovitused leiduvad kogumikus "Kirjakeele teataja II", hilisemad veebiaadressil http://www.emakeeleselts.ee/keeletoimkond.htm.
Väljaandeid
1920–1925 Akadeemilise Emakeele Seltsi aastaraamat
1921–1941 Akadeemilise Emakeele Seltsi toimetised (alates 1958 Emakeele Seltsi toimetised)
1922–1940 ajakiri Eesti Keel
1955–... Emakeele Seltsi aastaraamat
1960–2002 ajakiri Kodumurre
2000–... ajakiri Oma Keel
2000 raamat "Kirjakeele teataja II"
Vaata ka
Emakeele Seltsi keeletoimkond
Viited
Välislingid
Emakeele Seltsi koduleht (vaadatud 04.01.2018)
Eesti Teaduste Akadeemia
Eesti Keele Instituut
Eesti Rahvusraamatukogu
Integratsiooni sihtasutus
Haridus- ja Teadusministeerium
Tartu Ülikool
Eesti teadusseltsid
Eesti keel
Eesti mittetulundusühingud | 18,807 |
https://de.wikipedia.org/wiki/Colnbach | Wikipedia | Open Web | CC-By-SA | 2,023 | Colnbach | https://de.wikipedia.org/w/index.php?title=Colnbach&action=history | German | Spoken | 208 | 426 | Colnbach ist der Name eines westfälischen Adelsgeschlechts.
Geschichte
Das Geschlecht stammt ursprünglich vom Mittelrhein. Im 17. und 18. Jahrhundert ist die Familie dann im Münsterländischen anzutreffen. Hier saß sie unter anderem zu Burg Ottenstein im Ahausener Stadtteil Ottenstein und zu Haus Dahlhausen.
Christoph Bernhard von Colnbach zu Engar († 1719) war Hauptmann und mit Hedwig Elisabeth Ludowica von Uterwick verheiratet. Ein Günter Anton von Colnbach (1731 †) war mit Sibilla von Heyden verheiratet. In Westfalen ist die Familie mit dem Tod von Jobst Christoph von Colnbach, der mit Margaretha von der Mark zu Ottenstein verheiratet war, im Mannesstamm ausgestorben. Die Eheleute hatten eine Tochter namens Sophia Augusta von Colnbach († 1732 mit 71 Jahren), die mit Ernst Wilhelm von Heyden (* 1630) zu Haus Wohnung und Burg Nienborg verheiratet war.
Wappen
Blasonierung des frühen Stammwappens: Blau über Silber geteilt, oben ein silberner, schreitender Löwe. Auf dem Helm ein silberner Ochsenkopf mit blauem Halsband. Die Helmdecken sind blau-silbern.
Blasonierung des späteren Wappens: Im Schild ein aus Rasen hervorwachsender Stamm, an welchem sich drei Rosen befinden. Der Helm gekrönt. Die Helmzier und Tingierung sind unbekannt.
Literatur
Max von Spießen: Wappenbuch des Westfälischen Adels, Band 1, Görlitz 1901–1903, S. 33; Band 2, Görlitz 1903, Tafeln 74 und 83.
Einzelnachweise
Westfälisches Adelsgeschlecht | 46,138 |
https://xmf.wikipedia.org/wiki/%E1%83%91%E1%83%9D%E1%83%AE%E1%83%A3%E1%83%A1%E1%83%9A%E1%83%94%E1%83%9C%E1%83%98%E1%83%A8%20%E1%83%9E%E1%83%A0%E1%83%9D%E1%83%95%E1%83%98%E1%83%9C%E1%83%AA%E1%83%98%E1%83%90 | Wikipedia | Open Web | CC-By-SA | 2,023 | ბოხუსლენიშ პროვინცია | https://xmf.wikipedia.org/w/index.php?title=ბოხუსლენიშ პროვინცია&action=history | Mingrelian | Spoken | 26 | 160 | ბოხუსლენი () — შვედეთიშ ისტორიული პროვინცია, ნამუთ სკაგერაკიშ საროტიშ წყარპიჯის იდვალუაფუ. ფართობი — 4473 კმ², მახორობა — 282 949 ადამიერი (2007).
სქოლიო
შვედეთიშ პროვინციეფი
შვედეთიშ ისტორია | 34,115 |
https://sr.wikipedia.org/wiki/%D0%A1%D0%B0%D0%BD%20%D0%9B%D1%83%D0%B8%D1%81%20%D0%B4%D0%B5%20%D0%A3%D1%80%D0%B8%D1%82%D0%B5%20%28%D0%A4%D1%80%D0%B5%D1%81%D0%BD%D0%B8%D1%99%D0%BE%29 | Wikipedia | Open Web | CC-By-SA | 2,023 | Сан Луис де Урите (Фресниљо) | https://sr.wikipedia.org/w/index.php?title=Сан Луис де Урите (Фресниљо)&action=history | Serbian | Spoken | 58 | 184 | Сан Луис де Урите () насеље је у Мексику у савезној држави Закатекас у општини Фресниљо. Насеље се налази на надморској висини од 2260 м.
Становништво
Према подацима из 2010. године у насељу је живео 1 становник.
Хронологија
Попис
Види још
Савезне државе Мексика
Референце
Спољашње везе
Мексичка насеља
Насеља у општини Фресниљо (Закатекас)
Википројект географија/Насеља у Мексику | 19,943 |
https://sl.wikipedia.org/wiki/Slovenija%2C%20odkod%20lepote%20tvoje | Wikipedia | Open Web | CC-By-SA | 2,023 | Slovenija, odkod lepote tvoje | https://sl.wikipedia.org/w/index.php?title=Slovenija, odkod lepote tvoje&action=history | Slovenian | Spoken | 122 | 312 | »Slovenija, odkod lepote tvoje« je skladba Ansambla bratov Avsenik iz leta 1974. Avtor glasbe je Slavko Avsenik, besedilo pa je napisal Marjan Stare.
Snemanje
Snemanje je bilo leta 1973, producent pa Vilko Ovsenik. Skladba je bila izdana na istoimenskem albumu (velika dvojna plošča in kaseta) in na albumu Prijatelji, ostanimo prijatelji (kaseta) pri založbi Helidon.
Zasedba
Produkcija
Slavko Avsenik – glasba
Marjan Stare – tekst
Vilko Ovsenik – aranžma, producent
Studijska izvedba
Slavko Avsenik – harmonika
Alfi Nipič – solist
Ema Prodnik – solist
Jožica Svete – spremljevalni vokal
Lev Ponikvar – kitara
Albin Rudan – klarinet
Franc Košir – trobenta
Mik Soss – kontrabas
Sklici in opombe
Zunanje povezave
"Slovenija, odkod lepote tvoje" besedilo
Skladbe Ansambla bratov Avsenik
Pesmi leta 1974 | 29,395 |
https://en.wikipedia.org/wiki/Aoi%20Aso%20Shrine | Wikipedia | Open Web | CC-By-SA | 2,023 | Aoi Aso Shrine | https://en.wikipedia.org/w/index.php?title=Aoi Aso Shrine&action=history | English | Spoken | 1,550 | 2,400 | is a Shinto shrine in Hitoyoshi, Kumamoto Prefecture, Japan. It is colloquially known as . It was originally established as a prefectural shrine, but is currently designated as a . Five of the structures within the shrine are listed as National Treasures of Japan.
During the 2020 Kyushu floods the shrine was flooded, but only parts of the bridge were destroyed. No significant damage to the National treasures of Japan were reported.
Deities
The shrine enshrines Takeiwatatsu-no-Mikoto, his consort Asotsuhime-no-Mikoto, and their son Hayamikatama-no-Mikoto. These three deities are three of the 12 deities enshrined at Aso Shrine in Aso City, Kumamoto Prefecture, where it is locally known as Aso Sanja.
Until the early modern period, Shinto and Buddhism were practiced based on the Shinto aspects of both parts, with the god Takeiwatatsu-no-Mikoto enshrining the Eleven-Headed Kannon, the god Asutsuhime-no-Mikoto enshrining Fudo Myo-o, and the god Kunizo Hayamikatama enshrining Bishamonten as the main Buddha. However, in 1665, the shrine was converted to be a completely Shinto shrine.
History
According to legend, on September 9, 806, the chief priest of the Aso Shrine, Korimoto Ogata Gonsuke, enshrined the three Aso shrines of Aoi-go, Kuma-gun into the Aoi Aso Shrine. Later on, the shrine was rebuild in the middle of the 11th century, and was rebuilt a second time when Sagara Nagayori became the lord of the area in 1198. The shrine would be renovated continuously, notably again in 1491.
In the Yatsushiro Nikki (Yatsushiro Diary), it is written that the Yatsushiro-shu of Yatsushiro held a Shinto judgment (Ichimi Shinsui) at Myokenomiya (now Yatsushiro Shrine) on February 23, 1558, regarding the 17 laws enacted on February 26, 1558. The "Harui" is a misprint of "Aoi" and refers to this shrine, and it is likely that the public discussion before the enactment and the divine judgment after the enactment took place at this shrine. This indicates that the shrine was not only an object of worship for the Sagara clan, but also an entity that controlled their vassals.
Starting in the early Modern Period, the shrine was known as Aoi Daimyojin. Sagara Yorifusa, the 20th generational head of the Sagara family, prayed for victory in battle at this shrine when he left for Korea during the Japanese invasion of Korea in 1597.The shrine was then designated as the head shrine of more than 250 shrines in Kuma County. The same year, he donated 1 town and 1,000 paces of rice fields in Ōmura and built a large shrine hall as a reward for praying for victory in battle. Although the shrine is an offshoot of Aso Shrine, the relationship with the main Aso Shrine was weak, probably because the was often at odds with the Sagara clan during the civil war between the Northern and Southern dynasties as well as the Warring States period. As a result, the shrine is thought to have had its own religious development independent of the main shrine.
In August 1872, the shrine was listed as a township level shrine. In November 1935, it was promoted to a prefectural level shrine.
It is located in the floodplain of the Kuma River and has historically suffered floods. In 1965, the Kuma River was flooded to a depth of , and in 1971 to a depth of . During the 2020 Kyushu floods, the flooded area reached a depth of . The shrine itself during the incident was flooded above the ground floor and the parapets Misogi Bridge were damaged by the floodwater.
Structure
Main Shrine
The five existing main shrines, the main hall, the hall of worship, the main hall of worship, and the tower gate were all built between 1610 and 1618. The construction of the structured were ordered by the first lord of the Hitoyoshi domain, Nagamasa Sagara, and his chief retainer, Seibei Sagara.
The main shrine's roof is constructed of copper plate covered with a layer of thatch. In keeping with the traditional style of the region, the crosspieces on the sides and back of the shrine are constructed in a "x" shape, and the small walls above the shrine's horizontal wooden pillars have small architectural gaps. Connected to the main shrine is a small copper-played corridor that connects to the shrines Heiden. Importantly, the left and right pillars of the shrine are carved with images of dragons which is thought to have historically influenced shrine design in southern Kyushu. The Heiden itself is a traditional thatched roof building in a hipped-roof style design. The inside of the shrine's Heiden is characterized by decorative sculptures that flow seamlessly across the buildings interior architectural pillars as well as its intricate metalworking designs. The aforementioned buildings and its connecting corridor were completed in 1610. The main worship hall itself was finished the following year in 1611. The worship hall is designed with a similar copper-plated roof. Overall the shrine is divided into three parts: The worship hall, The Kagura hall, and the shrine itself.
Other Structures
Kusunoki, which stands beside the main shrine of the precinct, is a sacred tree that is said to be the place where the head office spirit was first enshrined. It is 18 meters in circumference, 19 meters in height, and splits into two trunks at one meter above the ground. It is the largest camphor tree in the Hitoyoshi area and has been designated as a natural monument by Hitoyoshi City since 1958. In front of the shrine's tower gate is a Koi Pond which, according to legend, the dragon sculptures escape at night to drink water from.
In October 2015, a tombstone was erected in a section of the precincts to honor Edo sumo wrestler Inosuke Kumagatake. In addition, a ring of dedication sumo wrestling in memory of Inosuke Kumagatake was created.
Branch Shrine
There are four branch shrines in the precincts: Inari Shrine, Kogo Shrine, Miyajitake Shrine, and Daijingu Shrine. In the past, there were more than 10 shrines.
Cultural Information
Shinto Festivals
Natsukoshi Festival
It is said that Maeyori, the 7th generation of the Sagara family, started this purification ceremony in 1386. After a brief interruption, the 16th generation of the Sagara family, Yoshishige, revived it in 1533.
Okunchi Festival
In the past, the festival was held on September 9, the day of the shrine's founding. However, the Meiji era's calendar changes, the festival is now held on October 8. The series of rituals are known as the Okunchi Matsuri.
First, on October 3, a fire extinguishing festival was held to prevent fires during the festival due to the gust of "kunchi-fu" that blows during this period. On the 5th, a lottery is held to determine who will play the role of lion in the Shinto ritual. There are eight lions needed and each lion requires three people to play the role, so 24 people are needed. Early in the morning of the 8th, a purification ceremony using white chrysanthemums called "Kiku-barai" is held to purify the shrine buildings and those who will serve in the Shinto rituals. At 10:30 a.m., an annual ceremony called the offering of money ceremony is held. Inn the evening, more than ten performances of "Kuma Kagura", a nationally selected intangible folk cultural property, will be dedicated in the "Kagura-den" (worship hall) for about three hours. At 9:30 a.m. on the 9th, a palanquin-making ceremony is held to purify the participants and pray for their safety on the way to the shrine. At 10:30 a.m., a procession of lions and portable shrines is led on parades through Hitoyoshi City. It is said that in the past, the parade only went around the lotus pond in front of the tower gate, and it was a quiet ritual because the general public was not allowed to enter the shrine grounds. Finally, n the morning of the 11th, after the ritual ceremony, a "Hosansai" ceremony is held to thank the gods for the successful completion of the festival.
Shrine Priests
The Aoi clan, the founders of the shrine, served as the Grand Priest of the shrine. During the Edo period, the Aoi clan controlled the Shinto priests in the area, but the clan was severed in 1925. The Aoi family's residence and garden adjacent to the shrine have been open to the public as a "cultural garden" since 2010.
Cultural assets
National Treasures
The Aoi Aso Shrine and its five contributing structures were designated as national treasures under pre-war law on January 23, 1933, post-war law in 1950, and under the most recent revision of the law on June 9, 2008. The five contributing structures are:
The (1 attached building tag, 5 name tags)
The
The
The two-storied tower gate
The
Tangible Cultural Properties
The Aoi Aso Shrine contains one tangible cultural property - Misogi Bridge which was registed October 27, 2017
Hitoyoshi City Designated Cultural Property
Tangible Cultural Properties
Aoi Grand Shrine: Inner and Outer Shrines (Buildings) - Designated on May 28, 2013.
Itae Gosho (painting) - Designated on March 31, 1987.
Hanging Buddha (artifact) - designated on March 31, 1987.
Natural Monuments
Camphor of Aoi Aso Shrine - Designated on March 10, 1958.
References
Shinto shrines in Kumamoto Prefecture
Religious buildings and structures completed in 806
9th-century establishments in Japan
National Treasures of Japan
Culture articles needing translation from Japanese Wikipedia
Aso shrines
Beppyo shrines
Ken-sha | 18,410 |
https://nl.wikipedia.org/wiki/Palaeosepsis%20ecalcarata | Wikipedia | Open Web | CC-By-SA | 2,023 | Palaeosepsis ecalcarata | https://nl.wikipedia.org/w/index.php?title=Palaeosepsis ecalcarata&action=history | Dutch | Spoken | 29 | 54 | Palaeosepsis ecalcarata is een vliegensoort uit de familie van de wappervliegen (Sepsidae). De wetenschappelijke naam van de soort is voor het eerst geldig gepubliceerd in 1869 door Thomson.
Wappervliegen | 28,998 |
https://he.wikipedia.org/wiki/%D7%A7%D7%96%27%D7%99%D7%9E%D7%99%D7%99%D7%96%27%20%D7%9E%D7%A8%D7%A6%D7%99%D7%A0%D7%A7%D7%99%D7%99%D7%91%D7%99%D7%A5%27 | Wikipedia | Open Web | CC-By-SA | 2,023 | קז'ימייז' מרצינקייביץ' | https://he.wikipedia.org/w/index.php?title=קז'ימייז' מרצינקייביץ'&action=history | Hebrew | Spoken | 551 | 1,979 | קז'ימייז' מרצינקייביץ' (בפולנית: Kazimierz Marcinkiewicz, ) הוא פוליטיקאי פולני שמרני, שכיהן כראש ממשלת פולין מ-31 באוקטובר 2005 עד ל-14 ביולי 2006 מטעם מפלגת חוק וצדק.
ראשית חיים
מרצינקייביץ' נולד ב-20 בדצמבר 1959 בעיר גוז'וב ויילקופולסקי. בשנת 1984 סיים את לימודיו בפקולטה למתמטיקה, כימיה ופיזיקה באוניברסיטת ורוצלב. הוא סיים גם קורס לתואר שני באוניברסיטת אדם מיצקביץ' בפוזנן. לאחר מכן, הוא עבד בתור מורה ומנהל בעיר הולדתו.
בשנות ה-80 היה חבר בתנועת הסולידריות וערך עיתונים מחתרתיים. בשנת 1992 הוא נהיה סגן שר החינוך של פולין. בשנים 1999–2000 היה ראש הקבינט של ראש ממשלת פולין התשיעי ג'רזי בוזק .
קריירה פוליטית
ראש ממשלת פולין
לאחר הזכייה של מפלגת חוק וצדק בבחירות לפרלמנט הפולני בספטמבר 2005, ראש המפלגה ירוסלב קצ'ינסקי החליט שלא להיות ראש ממשלה, על מנת לא לפגום בסיכויו של אחיו התאום בבחירות לנשיאות חודש לאחר מכן. במקום זאת, מרצינקייביץ' נהיה ראש ממשלה, מוביל קואליציה שהוקמה על ידי ירוסלב, שנשאר מאחורי הקלעים אך עדיין בעל השפעה.
לאחר מכן, בשל פעילותו הפוליטית האינטנסיבית זכה מרצינקייביץ' להכרה ציבורית רחבה.
מרצינקייביץ' תמך בחוזקה בחברותה של פולין באיחוד האירופי, אף על פי שלא הסכים עם מספר רעיונות דומים כגון האמנה לכינון חוקה לאירופה. המדיניות הכלכלית של הממשלה שלו הייתה בעיקרה המשך של הממשלות הקודמות.
לאחר שנוצר קרע בין מרצינקייביץ' וירוסלב קצ'ינסקי, מרצינקייביץ' הגיש את התפטרותו מהממשלה ב-7 ביולי 2006, בטענה שאף אחד לא יתקע טריז בינו ובין קצ'ינסקי, מילים שכיוון לעבר דונלד טוסק. ב-14 ביולי ירוסלב קצ'ינסקי החליף אותו כראש ממשלה.
ראש העיר ורשה
ב-18 ביולי 2006 מונה מרצינקייביץ' לראש העיר של ורשה בפועל, מעמד המכונה קומיסר. מאוחר יותר במהלך השנה, בבחירות לראשות העיר של ורשה, הוא היה המועמד מטעם מפלגת חוק וצדק. הסיבוב הראשון של ההצבעה התקיים ב-12 בנובמבר, מרצינקייביץ' קיבל 38.42% מהקולות, בעוד יריבתו - חנה גרונקייביץ'-וולטז - זכתה ב-34.15% מהקולות. גרונקייביץ'-וולטז הייתה הנציגה של מפלגת המצע האזרחי. בסיבוב השני, שהתקיים ב-26 בנובמבר, הוא קיבל 46.82% מהקולות, אבל הפסיד בבחירות.
אחרי ראשות העיר
ממר 2007 ועד מאי 2008, מרצינקייביץ' היה אחד מהדירקטוריונים של הבנק האירופי לשיקום ולפיתוח.
בשנים 2008–2013 מרצינקייביץ' עבד בשביל גולדמן זקס, ככל הנראה בתור לוביסט. למרות עבודתו אצל גולדמן זקס, עיתונים וערוצי טלוויזיה פולניים גדולים הודיעו שמרצינקייביץ' בקושי מדבר אנגלית, גם לאחר שנה בלונדון. הוא לא הצליח לענות על שאלות פשוטות, שנשאלו על ידי אנשים דוברי אנגלית כשפת אם, שנשלחו על ידי צהובון פולני כדי להציע לו לעבור לבנק אחר בבריטניה.
ב-2009, לאחר שהתגרש מאשתו ואמא לארבעה מילדיו, התחתן עם פילגשו לשעבר, הצעירה ממנו ב-22 שנה. בספטמבר 2015 היה לו קרב גירושים עם אותה אישה.
ביקורת
במחצית הראשונה של 2009 ספג מרצינקייביץ' ביקורת קשה, בשל העובדה שלא קיים את הערכים המוסריים אותם קידם בתקופת שבה היה ראש ממשלה. בפרט, התגלה כי אף על פי שמתח ביקורת על רומנים מחוץ לנישואים, ושיבח את ערכי המשפחה המסורתיים, תוך כדי שהיה מעורב ברומן בעצמו.
ציטוטים מפורסמים
מרצינקייביץ' נהיה מפורסם לאחר שאמר "כן, כן, כן!" נלהב לאחר הצלחתו במשא ומתן עם האיחוד האירופי בעניין התקציב ב-17 בדצמבר 2005. האמירה נכנסה לתרבות הפולנית כסמל להצלחה פוליטית ללא הימנעות מרגשות אמיתיים, אך בו זמנית כסמל לביטחון עצמי בלתי מעורער. ברטוריקה משפטים מסוג הזה נקראים אפיזאוקסיס - חזרה על מילה מסוימת מספר פעמים במשפט על מנת להדגיש אותה. מאוחר יותר, חברת פולקסווגן השתמשה במשפט מחדש כדי לקדם את הקמפיין שלה.
קישורים חיצוניים
הבלוג של קז'ימייז' מרצינקייביץ'
100 ימים של קז'ימייז' מרצינקייביץ' - ניצחון הפרגמטיזם האירופי
ירוסלב קצ'ינסקי הופך להיות ראש ממשלת פולין
הערות שוליים
ראשי ממשלת פולין
פולנים שנולדו ב-1959 | 46,847 |
https://ceb.wikipedia.org/wiki/Shahb%C4%81zl%C5%AB | Wikipedia | Open Web | CC-By-SA | 2,023 | Shahbāzlū | https://ceb.wikipedia.org/w/index.php?title=Shahbāzlū&action=history | Cebuano | Spoken | 169 | 326 | Lungsod ang Shahbāzlū (Pinulongang Persiyano: شهبازلو) sa Iran. Nahimutang ni sa lalawigan sa Ostān-e Ardabīl, sa amihanan-kasadpang bahin sa nasod, km sa amihanan-kasadpan sa Tehrān ang ulohan sa nasod. metros ibabaw sa dagat kahaboga ang nahimutangan sa Shahbāzlū, ug adunay ka molupyo.
Ang yuta palibot sa Shahbāzlū kabungtoran, ug nga tinakpan sa ubos sa amihanan. Kinahabogang dapit sa palibot ang Mārālī Dāgh, ka metros ni kahaboga ibabaw sa dagat, km sa habagatan-sidlakan sa Shahbāzlū. Dunay mga ka tawo kada kilometro kwadrado sa palibot sa Shahbāzlū medyo hilabihan populasyon. Ang kinadul-ang mas dakong lungsod mao ang Mollālar, km sa amihanan-kasadpan sa Shahbāzlū. Hapit nalukop sa kaumahan ang palibot sa Shahbāzlū. Sa rehiyon palibot sa Shahbāzlū, kabukiran talagsaon komon.
Ang klima mediteranyo. Ang kasarangang giiniton °C. Ang kinainitan nga bulan Agosto, sa °C, ug ang kinabugnawan Enero, sa °C. Ang kasarangang pag-ulan milimetro matag tuig. Ang kinabasaan nga bulan Mayo, sa milimetro nga ulan, ug ang kinaugahan Agosto, sa milimetro.
Saysay
Ang mga gi basihan niini
Mga lungsod sa Ostān-e Ardabīl | 6,055 |
https://nl.wikipedia.org/wiki/Madha | Wikipedia | Open Web | CC-By-SA | 2,023 | Madha | https://nl.wikipedia.org/w/index.php?title=Madha&action=history | Dutch | Spoken | 113 | 246 | Madha (Arabisch: مدحاء), of Wadi Madha, is een exclave van Oman, omringd door de Verenigde Arabische Emiraten. De exclave bevindt zich halverwege het schiereiland Musandam en de rest van Oman. Het behoort toe aan Muhafazat Musandam.
De exclave bevindt zich aan de weg van Fujairah naar Khorfakkan in het emiraat Sharjah, en beslaat een oppervlakte van 75 km². Er zijn twee afslagen naar Madha op deze weg. De grens werd in 1969 vastgesteld.
Madha is grotendeels onbewoond. Het bewoonde gedeelte heet "Nieuw-Madha". Hier staan onder andere een school, postkantoor, politiebureau, bank en elektriciteits- en watervoorzieningen.
Binnen Madha bevindt zich een enclave van de VAE genaamd Nahwa (counter-enclave).
Geografie van Oman
Exclave in Azië | 37,604 |
https://eo.wikipedia.org/wiki/Sublimina%20mesa%C4%9Do | Wikipedia | Open Web | CC-By-SA | 2,023 | Sublimina mesaĝo | https://eo.wikipedia.org/w/index.php?title=Sublimina mesaĝo&action=history | Esperanto | Spoken | 104 | 271 | La sublimina aŭ subsojla mesaĝo, estas formo de la reklamado, en kiu la observanto aŭ spektanto konscie ne perceptas, sed la mesaĝo subkonscie do atingas lin/ŝin.
La unua sublimina reklamado okazis en la 1950-aj jaroj en Usono, kiam oni instigis por aĉeti pufmaizon kaj kolaon. (La mesaĝo okazis dum sekunderoj: dum vi manĝas pufmaizon, trinku kolaon!)
La vera efiko de tiuspeca reklamado ne estas centprocente pruvita.
Literaturo
Karremans, J. C., Stroebe, W., & Claus, J. (2006): Beyond Vicary's fantasies: The impact of subliminal priming and brand choice. Journal of Experimental Social Psychology (in press)
Merkatpsiĥologio
Percepto
Modernaj legendoj
Reklamo
Psikologio
Pseŭdoscienco
Amaskomunikiloj
Rekonada scienco | 16,457 |
https://stackoverflow.com/questions/17387306 | StackExchange | Open Web | CC-By-SA | 2,013 | Stack Exchange | Andriy M, Prix, https://stackoverflow.com/users/297408, https://stackoverflow.com/users/342740 | English | Spoken | 165 | 267 | Select statement involving SET data type
How to use the SET datatype in MySQL? I have a table Train in which there are fields
trainno int
Weekdays set data type
Stops set data type
train name
How to write a select query where I can compare the Stops set with a particular value like 'Mumbai'?
Don't forget to take the SO Tour it will guide you on how to best use SO
As an aside, please note that the SET type will not let you provide the list of stops with a particular order. Also, if for some reason the journey involves passing through (and stopping in) a particular place more than once, you won't be able to reflect that in your Stops column either.
Create a table like:
CREATE TABLE cl_db.Train
(
trainno INT PRIMARY KEY AUTO_INCREMENT,
Stops set('aaa','bbb','ccc') NOT NULL
)
and you can query it like
select * from cl_db.Train where Stops like 'bbb'
or like
select * from cl_db.Train where FIND_IN_SET('bbb',Stops)>0;
| 18,911 |
https://gis.stackexchange.com/questions/214249 | StackExchange | Open Web | CC-By-SA | 2,016 | Stack Exchange | Hornbydd, Karel Kuželka, Paul, https://gis.stackexchange.com/users/19311, https://gis.stackexchange.com/users/45017, https://gis.stackexchange.com/users/84409, https://gis.stackexchange.com/users/934, roms | English | Spoken | 527 | 901 | Row count comparison as a condition in model builder
I have got number of point layers with overlays.
I need one layer consisting of points of both layers.
For each overlay area I need to delete points in one of the overlaying layers. I want to keep the points from the layer that contains more points in the area of overlay.
Therefore I am building a model, which clips points of both layers in the overlay area, finds the counts of clipped points in both layers and delete the points in the layer with lower point number in the overlay area.
How can I use the row counts to select the layer where to delete the points?
Can you edit the image to show what this overlay area would look like.
Try using the Calculate Value Tool with the two counts as input to return the name of the dataset with the lesser count. If your expression were:
get_lesser(%Row Count(2)%, %Row Count%)
The code block would look like this:
def get_lesser(x, y):
if x > y:
return 'clipPoints1.shp'
else:
return 'clipPoints2.shp'
Then use the result of that calculation as a parameter to the Delete tool.
You may have to right click on the ouputs and specify them as Model Parameters to do this.
Edit:
Since it looks like those tools don't accept Strings as references to layers, you may have to do it in arcpy.
Using the arcmap python console, the following code worked for me, where TEST and test_data are the two point datasets, and Sections_Dissolve is an overlay layer with a single feature:
import arcpy
test_data = "test_data"
Sections_Dissolve = "Sections_Dissolve"
TEST = "TEST"
test_data_select = arcpy.SelectLayerByLocation_management(test_data, "INTERSECT", Sections_Dissolve, "", "NEW_SELECTION", "NOT_INVERT")
test_data_count = int(arcpy.GetCount_management(test_data_select).getOutput(0))
TEST_select = arcpy.SelectLayerByLocation_management(TEST, "INTERSECT", Sections_Dissolve, "", "NEW_SELECTION", "NOT_INVERT")
TEST_count = int(arcpy.GetCount_management(TEST_select).getOutput(0))
if test_data_count > TEST_count:
del_feats = TEST_select
else:
del_feats = test_data_select
arcpy.DeleteFeatures_management(del_feats)
You could modify this to use a Search Cursor to loop through your overlay layer if it has multiple features.
Instead of using a code block, you can use the equivalent 'clipPoints1.shp' if %Row Count(2)% > %Row Count% else 'clipPoints2.shp'
But I have no idea how to use the string output as an input for the next tools in the model, like Delete or Erase.
It should work the same way you use row count as an input for calculate value. In model builder, right click and specify the value derived from the Calculate Value tool as a Model Parameter, then use the connect tool to connect it to the Delete tool and select "Precondition", then in the Delete tool, use %output_value% (or whatever you named the result of Calculate Value to be) as the input.
Also, be sure to use Delete_Features (after using Select by Location with your overlay area), or Erase and not Delete, since you want to get rid of features within the dataset, not the dataset itself.
Unfortunately, the Erase tool does not allow me to use %output_value% (or maybe "%output_value%", if the variable stores string? - but makes no difference in this case) as a Input Features. I get ERROR 000732
Input Features: Dataset %output_value% does not exist or is not supported.
| 22,235 |
https://fa.wikipedia.org/wiki/%D8%A7%D9%84%D9%88%DB%8C%D8%B1%D8%A7%20%D8%B2%DB%8C%D8%A7%D8%B3%D8%AA%DB%8C%D9%86%D9%88%D8%A7 | Wikipedia | Open Web | CC-By-SA | 2,023 | الویرا زیاستینوا | https://fa.wikipedia.org/w/index.php?title=الویرا زیاستینوا&action=history | Persian | Spoken | 58 | 188 | الویرا زیاستینوا (؛ زادهٔ ) بازیکن فوتبال اهل روسیه است.
وی همچنین در تیم ملی فوتبال زنان روسیه بازی کردهاست.
وی در مسابقات کشوری و بینالمللی در مجموع برندهٔ ۱ مدال برنز شدهاست.
منابع
افراد زنده
بازیکنان تیم ملی فوتبال زنان روسیه
بازیکنان فوتبال زن اهل روسیه
تاتارها
زادگان ۱۹۹۱ (میلادی)
مدافعان زن فوتبال
مدالآوران یونیورسیاد در فوتبال | 20,580 |
https://unix.stackexchange.com/questions/334364 | StackExchange | Open Web | CC-By-SA | 2,017 | Stack Exchange | DepressedDaniel, Ipor Sircer, John, https://unix.stackexchange.com/users/182562, https://unix.stackexchange.com/users/200754, https://unix.stackexchange.com/users/31145 | English | Spoken | 510 | 755 | Why does "ls .*" show the contents of hidden directories?
Why does ls .* print out the contents of the hidden directories? I want to print just the hidden files, and now see that Show only Hidden Files is a solution to this, yet I sill want to understand why the contents of the directories are shown. The contents of further nested directories are not shown.
Below is a partial output of ls .* in my home directory.
.bash_history
.bash_profile
.bashrc
.coin_history
.emacs
.gitconfig
.gitignore_global
.grasp_jss
.ssh:
config github_rsa.pub id_rsa.pub known_hosts.old
github_rsa id_rsa known_hosts lambda.pem
.vim:
colors ftdetect syntax
This machine is running RHEL. Similar behavior observed on Mac OSX.
type echo .* and think.
Short answer: shell glob expansion.
The shell takes your input and expands the .* part before passing it to ls, so effectively you're doing:
$ ls .bash_history .bash_profile .bashrc .coin_history .emacs ...
So it lists each entry. When it sees a directory entry, it lists the contents of that directory, just as you would expect ls to do. To see only the files/directories in your working directory, use the -d option to ls:
$ ls -d .*
The -d option tells ls to "list directories themselves, not their contents" (taken from the lsman page).
-1 That's not an accurate description of what -d does in general.
Answer updated to correct the -d deficiency.
Why does ls .* print out the contents of the hidden directories?
When ls is given a directory, it prints the contents of that directory (by default, excluding hidden files in that directory). With ls .*, the shell has given ls a list of files and directories beginning with .
You can use set -x to see the command being invoked by the shell (i.e., after expanding shell globs).
When you do
$ ls directory
you will get the listing of directory. If directory is a directory, the contents of it will be listed, otherwise it will be listed as any other file.
When you do
$ ls dir*
you will get a listing of all things that matches dir*. If any of those things are directories, you will see the contents of those directories.
When you do
$ ls .*
you will get the same effect as in the previous example, only the pattern is different, and since you explicitly match hidden file and folders, these (the matching ones) will be considered by ls.
Use ls with its -d flag if you're not interested in seeing the contents of a folder (hidden or not). It stops ls from recursing into any found folder that matches the pattern you give it.
Because you tell it to, specifically. In case the shell glob expansion part was obvious to you, I guess the answer you really needed regarded the confusion behind your question.
You're confusing what you give ls with what ls gives you. While ls won't give you hidden directories/files, you can give it hidden directories/files to list. Which you did by using .* specifically (the emphasis is on . not on *).
| 24,546 |
https://stackoverflow.com/questions/12007498 | StackExchange | Open Web | CC-By-SA | 2,012 | Stack Exchange | Peter Kiss, Waleed Khan, andrewsi, burmat, fwoelffel, https://stackoverflow.com/users/1195510, https://stackoverflow.com/users/1315962, https://stackoverflow.com/users/1598183, https://stackoverflow.com/users/344643, https://stackoverflow.com/users/586859 | English | Spoken | 364 | 654 | Prepared sql request INSERT INTO a variable table
I'm trying to execute a prepared sql request wich should insert values into a variable table
This code will be more explicite than me :
$req = $db->prepare("INSERT INTO ?
( `id`,
`parent_id`,
`position`,
`left`,
`right`,
`level`,
`title`,
`type`,
`content` )
VALUES (NULL,
'2',
'last',
'3',
'10',
'2',
?,
'default', ?);");
$req->execute(array($_SESSION["user_id"], $result["title"], $result["content"]));
All variables are set, I checked that with some echo.
Isn't it possible to "INSERT INTO" a variable ?
(Each user has its own table named by its unique id, that's why I can't directly write the table name in the query)
No, it isn't, because you shouldn't have a table structure where each user gets its own table.
Okay, so if it is impossible to do it this way, isn't there another solution ? (i can't modify the database structure, it has be setup like this for the needs of our application)
You can't use a named parameter for a table name; if you want to do that, you'll have to include the name in your SQL directly:
INSERT INTO $tablename (....
However - that's still open to SQL injection attacks.
If you want to store data like that, I'd put everything into a single table, and just add an extra field as an additional key.
So INSERT INTO $_SESSION["user_id"]... will be fine ?
What he's saying is that will work, but it is not best practices to follow through with that method.
Eschard1991 - as @burmat said, it does work, but be sure to sanitize the input you're getting. If it's a user ID number, you can for example strip out everything that isn't a digit.
Put the possible table names in one array and before executing the query check that the $_SESSION["user_id"] or anything else is in that array. If exists then execute the query else throw an exception or something. (Andrewsi is right about the single table approach.)
No, you can't do this, you need to do like below.
$table = $_SESSION["user_id"];
$req = $db->prepare("INSERT INTO $table (`id`, `parent_id`, `position`, `left`, `right`, `level`, `title`, `type`, `content`) VALUES (NULL, '2', 'last', '3', '10', '2', ?, 'default', ?);");
$req->execute(array($result["title"], $result["content"]));
| 32,193 |
https://it.wikipedia.org/wiki/Zambezia%20%28film%29 | Wikipedia | Open Web | CC-By-SA | 2,023 | Zambezia (film) | https://it.wikipedia.org/w/index.php?title=Zambezia (film)&action=history | Italian | Spoken | 163 | 279 | Zambezia è un film d'animazione del 2012 diretto da Wayne Thornley.
Trama
Kai è un giovane falco pellegrino che vive da solo con suo padre Tendai. Un giorno scopre che esiste Zambezia, una città costruita in un albero cavo sul ciglio delle Cascate Vittoria, luogo famoso per essere il posto più sicuro che esista per gli uccelli. Così, contrariamente alla volontà del padre, Kai parte per Zambezia sperando di entrare a far parte del corpo dei Cicloni, il corpo di uccelli preposto alla difesa del luogo. Solo in seguito scopre il perché suo padre non gli ha mai parlato di questo posto.
Distribuzione
Il film è stato proiettato in anteprima al Festival internazionale del film d'animazione di Annecy il 5 giugno 2012 ed è stato distribuito nei cinema sudafricani a partire dal successivo 3 luglio. In Italia è stato distribuito a partire dal 7 febbraio 2013.
Note
Collegamenti esterni
Film d'animazione realizzati in CGI
Film d'animazione sudafricani
Film 3-D
Film ambientati in Africa | 31,611 |
https://cs.wikipedia.org/wiki/STS-98 | Wikipedia | Open Web | CC-By-SA | 2,023 | STS-98 | https://cs.wikipedia.org/w/index.php?title=STS-98&action=history | Czech | Spoken | 1,831 | 4,434 | STS-98 byla mise amerického raketoplánu Atlantis, jejímž hlavním cílem bylo připojit americký laboratorní modul Destiny k Mezinárodní vesmírné stanici.
Posádka
Kenneth Dale Cockrell (4), velitel
Mark Lewis Polansky (1), pilot
Robert Lee Curbeam (2), specialista
Thomas David Jones (4), specialista
Marsha Sue Ivinsová (5), specialistka
Cíl letu
Velkou část nákladového prostoru raketoplánu zabíral modul Destiny. Destiny je americký laboratorní modul a je centrem všech vědeckých experimentů na ISS. Jeho délka je 8,5 metru, průměr 4,3 metru a hmotnost kolem 15 tun. Díky jeho velké hmotnosti tvořilo posádku raketoplánu jen 5 osob. Destiny měl být spojen přímo s prvním americkým modulem Unity a přechodový tunel PMA-2, který byl dosud napojený na Unity byl přemístěn na opačný konec modulu Destiny. Kromě modulu Destiny a spojovacího uzlu s Mezinárodní vesmírnou stanicí se v nákladovém prostoru nacházel už jen nosič ABA. Celková hmotnost užitečného zatížení byla 17 600 kg.
Průběh letu
Přípravy na start a problémy před startem
Po své předcházející misi STS-106 se orbitr Atlantis vrátil do hangáru OPF (), kde proběhlo běžné poletové ošetření a odstrojení. Současně v montážní hale VAB () probíhala montáž motorů SRB, mezi které byla vložena nová odlehčená nádrž External Tank. Přípravy na let STS-98 se určitou dobu zdržely. Kvůli vážné závadě při předcházejícím letu STS-97 musely být podrobně prověřeny kabelové rozvody na motorech SSME.
2. ledna byla laboratoř Destiny převezena z montážní haly SSPF na startovací rampu LC-39A, konkrétně do montážního prostoru PCR13. V těchto prostorách měla čekat na příjezd raketoplánu. Po převezení raketoplánu Atlantis do haly VAB a domontování startovacího komplexu se 2. ledna začal raketoplán na pásovém transportéru MLP-X přesunovat na startovací rampu. Krátce po výjezdu z haly však došlo k poruše jednoho ze dvou počítačů kontrolujících a vyvažujících celý komplex a tak byl přesun zastaven a celá startovací sestava se musela vrátit do VAB.
Po výměně transportéru se raketoplán dostal na rampu s jednodenním zpožděním. 5. a 6. ledna proběhlo zkušební odpočítávání, 6. ledna byl modul Destiny vložen do nákladového prostoru raketoplánu. První datum startu byl určen na 19. ledna v 05:11 UTC. Start však odvolali ještě před zahájením závěrečného odpočítávání kvůli poruše kabelu motoru SRB. 18. ledna z nákladového prostoru vyložili Destiny a vzápětí se Atlantis musel vrátit do montážní haly, už podruhé v průběhu příprav na tuto misi. Po prověrkách se startovací komplex vrátil 26. ledna na rampu a nový termín startu byl stanoven na 7. února.
4. února ve 22:00 se začalo odpočítávání v čase T -43 hodin. Odpočítávání probíhalo hladce, plánovaný start neohrožovalo ani počasí. Těsně před startem se objevila závada na jednotce napájecího napětí multiplex MDM. Odpočítávání však pokračovalo a tak se raketoplán Atlantis vznesl z Kennedyho vesmírného střediska 8. února přesně ve 23:13:02,058 UTC.
Start a první operace na orbitě
Start proběhl hladce. V čase T +140 sekund se od nádrže ET oddělily motory SRB a v čase T +520 sekund byly vypnuty hlavní motory SSME. O 15 sekund později se od orbitru oddělila prázdná hlavní palivová nádrž a raketoplán se ocitl na dočasné suborbitální dráze 74-316 km. Po dosažení apogea se po 83,9-sekundovém zážehu motorů OMS Atlantis dostala na oběžnou dráhu 205-322 km.
9. února 2001 v 01:02 UTC posádka otevřela dveře od nákladového prostoru a potom vysunula parabolickou anténu sloužící na komunikaci v pásmu Ku. Před prvním odpočinkem uskutečnili piloti první korekci oběžné dráhy, po které se oběžná výška Atlantis změnila na 306-361 km.
Druhý den letu proběhla další korekce dráhy, zkoušky manipulátoru RMS, prověření skafandrů a příprava přechodové komory.
V průběhu třetího letového dne probíhaly bezprostřední přípravy na spojení se stanicí. Po dosažení setkávací dráhy se v 15:57 UTC raketoplán otočil o 180°, takže se pohyboval motory napřed. Stanice byla také zorientovaná do polohy vhodné na setkání. Všechny solární panely stanice byly natočeny hranou proti přilétajícímu raketoplánu, aby je spaliny z jeho motorů nepoškodily. Ke kontaktu došlo 9. února 2001 v čase 16:51 UTC, když se zámky na setkávacím zařízení raketoplánu ODS zachytily na přechodovém tunelu PMA-3 stanice. Spojení potvrdil velitel Cockrell slovy: „Zachycení potvrzeno.“ Mario Runco na to odpověděl: "Výborná práce."
Průběh letu po spojení se stanicí
Od okamžiku pevného spojení, které nastalo v 17:01 UTC přebral orientaci a stabilizaci celého komplexu raketoplán a solární panely mohly být opět natočeny ke Slunci. V průběhu spojeného letu se dráha celého komplexu zvýšila přibližně o 25 km. Po kontrole hermetičnosti spojení v 19:03 UTC posádky otevřely průlez a setkaly se. Potom následoval přenos nákladu z paluby raketoplánu do stanice.
Po odpočinku čekala posádku nejdříve neplánovaná změna dráhy, aby se vyhnuli neidentifikovatelnému kusu kosmického smetí. Cockrell uskutečnil korekci, při které byla zároveň zvětšena výška stanice. Po přípravách na výstup do otevřeného prostoru vystoupili Jones a Curbeam z přechodové komory EAL raketoplánu do vesmíru.
EVA-1
První výstup do otevřeného prostoru začal oficiálně 10. února v čase 15.50 UTC, kdy si astronauti přepojili skafandry na vlastní baterie. Nejdříve se Jones vydal k příhradové konstrukci ITS-Z1, aby zkontroloval, jestli jsou mechanické zámky MBM () připraveny na dočasné připojení tunelu PMA-2. Curbeam zatím zůstal v nákladovém prostoru, kde odpojil kabely, kterými se do modulu Destiny dodávala elektrická energie. Potom zahájil demontáž transportního krytu spojovacího uzlu PCBM (). Mezitím Ivinsová přimanévrovala modul PMA-2 k MBM a Jones ručně uzamkl spojovací zámky. Po tomto manévru přemístila Ivinsová manipulátor RMS k samotnému modulu Destiny. V 17:35 UTC, po odemknutí zámků, ho opatrně vyzdvihla z nákladového prostoru raketoplánu. Přesun byl velmi pomalý, rychlostí jen 30 milimetrů za sekundu. Curbeam celou operaci sledoval z nákladového prostoru. Když byl modul dostatečně vysoko, začala ho Ivinsová otáčet o 180°. Po otočení se modul Destiny začal posouvat k modulu Unity a v čase 19:00 UTC se jejich spojovací uzly zachytily. V 19.12 UTC bylo dokončeno pevné spojení obou modulů. Od této chvíle Destiny už patřil k Mezinárodní vesmírné stanici, jejíž délka díky němu vzrostla o 9 metrů a vnitřní objem se zvětšil o 100 kubických metrů.
Kolem 19.20 UTC zahájil Jones přepojování kabelů modulu Destiny a Curbeam zahájil přepojení potrubí pro chladicí médium (amoniak) mezi Destiny a ITS-Z1. Přitom však došlo k úniku amoniaku. Po dobu, kdy řídící středisko zkoumalo, jak se spojováním potrubí pokračovat, oba astronauti přepojili zbývající kabely. Na Zemi dospěli k rozhodnutí, že spoje je potřebné rozebrat a očistit je od krystalků amoniaku, aby tato nečistota nedeformovala vnitřní těsnění spoje. Potom přepojování amoniakových potrubí pokračovalo. Po ukončení elektronického a hydraulického přepojení si Curbeam očistil skafandr od amoniaku. Pak se oba vrátili do přechodové komory, ve které po částečném napuštění vzduchu 10. února ve 23.24 UTC skončil první výstup do kosmu. Potom však musel být vzduch znovu vypuštěn a zase napuštěn, aby se komora zbavila případných stop po amoniaku. Celý výstup trval 7 hodin 34 minut.
Když si Jones a Curbeam začali po skončení výstupu svlékat skafandry a ostatní výbavu pro výstup, všichni ostatní astronauti z ISS i z raketoplánu se již věnovali aktivaci Destiny. Teplota v novém modulu však neplánovaně vzrostla až na 40 °C. Termoregulační systém laboratoře byl 11. února ve 2.25 UT aktivován povelem ze Země a Cockrell potvrdil, že funguje. Posádka si s hodinovým zpožděním dopřála odpočinek.
Oživení Destiny
Pátý den letu posádka 11. února ve 14.38 UTC slavnostně otevřela průlezy do modulu Destiny. V rámci toho Shepherd podepsal předávací protokol o převzetí modulu dlouhodobou posádkou. Potom, když si astronauti prohlédli stanici, začali s jejím oživováním, například s instalací různých ventilů a rozvodů, aby tím připojili Destiny k soustavě komplexu. Jones s Curbeamem vyčistili a zkontrolovali skafandry a jednotky SAFER () v rámci příprav na druhý výstup do otevřeného prostoru. Kolem 22.00 UTC se uzavřely průlezy mezi raketoplánem a stanicí, aby se na palubě Atlantis mohl snížit atmosférický tlak před druhým výstupem do volného vesmíru. Potom posádka opět zahájila odpočinek.
EVA-2
Po ukončení odpočinku se začaly přípravy na druhý výstup do otevřeného prostoru a 12. února kolem 14.15 UTC Jones spolu s Curbeamem začali s oblékáním skafandrů. Přibližně o hodinu později Ivinsová opět oživila manipulátor RMS. V 15:59 UTC oficiálně Jones a Curbeam vystoupili podruhé do vesmíru. Curbeam se přesunul na konec modulu Destiny a sundal ochranný kryt ACBM () ze spojovacího uzlu. Jones zatím na konstrukci ITS-Z1 ručně odemkl zámky poutající tunel PMA-2. Po odemknutí zámků Ivinsová přesunula manipulátorem tunel PMA-2 k uzlu ACBM, kde se v 17:28 UTC obě tělesa zachytila. Po ukončení pevného spojení a odpojení manipulátoru astronauti začali instalovat pracovní plošiny na povrch laboratoře. Po ukončení všech montáží a demontáží se Jones a Curbeam vrátili do přechodové komory. 12. února ve 22:49 UTC se po 6 hodinách a 50 minutách skončil druhý výstup do otevřeného prostoru.
13. února měly posádky odpočinkový den, během kterého proběhla příprava na třetí a poslední výstup do vesmíru a oživování systémů Destiny. Proběhla též další korekce dráhy. Následujícího dne Jones a Curbeam opět zahájili přípravy na výstup.
EVA-3
Třetí výstup do vesmíru se začal 14. února 2001 ve 14:48 UTC. Po výstupu do nákladového prostoru Atlantis Jones demontoval záložní anténní systém SASA () na stěně nákladového prostoru raketoplánu. Odpojenou anténu dal Curbeamovi, který stál na plošině na konci manipulátoru RMS. Ivinsová, která opět obsluhovala manipulátor přemístila Curbeama k ITS-Z1, kde Curbeam anténu namontoval. Po skončení montáže Curbeam ještě zahájil kontrolu rychlospojů na potrubích čpavku a Jones demontoval poslední svorníky poutající pravostranný radiátor na konstrukci ITS-P6. Po skončení těchto úkolů se oba astronauti věnovali fotodokumentaci a Cockrell dal zatím dálkovým povelem příkaz na rozložení pravostranného radiátoru. Před návratem do přechodové komory Jones a Curbeam nacvičovali transport bezvládného astronauta do přechodové komory. Výstup skončil 14. února ve 20:13 UTC a trval 5 hodin 25 minut.
Po skončení třetího výstupu a odpočinku dokončily posádky přenášení nákladu. Celkem bylo na palubu ISS dopraveno asi 1500 kg nákladu. Následujícího dne se obě posádky rozloučily a uzavřely vstupní průlezy. Po skončení kontrol hermetičnosti spoje se odemkly zámky spojovacího uzlu a 16. února 2001 ve 14:05:50 UTC se raketoplán Atlantis odpojil od Mezinárodní vesmírné stanice. Odpojený raketoplán pilotoval Polanski. Po obletu stanice ve 14:48 UTC přešel Atlantis na samostatnou oběžnou dráhu.
Průběh letu po odpojení od ISS a přistání
Během desátého dne letu se posádka věnovala kontrole systémů před přistáním a úklidu vnitřních prostor. Přistání mělo proběhnout následujícího dne, 18. února. Přípravy na přistání pokračovaly a ve 14:08 UTC byly dokonce uzavřeny dveře nákladového prostoru raketoplánu, jenže kvůli špatnému počasí a silnému bočnímu větru bylo přistání odloženo, nejdříve o jeden oběh, a potom o celý den. Situace se opakovala i druhý den, kdy počasí nevyhovovalo ani na KSC, ani na základně Edwards AFB v Kalifornii. 20. února bylo počasí na Floridě stále stejně nevhodné na přistávání, posádce však už zůstaly zásoby elektrické energie jen na 24 hodin. Řídící středisko nakonec dalo souhlas s přistáním na Edwards AFB. Raketoplán tedy už potřetí uzavřel dveře do nákladového prostoru a otočil se motory OMS dopředu. Nad Indickým oceánem proběhl 168-sekundovým zážehem motorů OMS brzdící manévr. Raketoplán začal vstupovat do atmosféry a její myšlenou hranici překročil v čase 20:02 UTC. 20. února 2001 ve 20:33:05 UTC se dotkl přistávací dráhy a úplně zastavil v čase 20:34:02 UTC.
Externí odkazy
Informace o letu STS-98
Stránka o STS-98 na webu NASA
Mise Space Shuttle
Kosmonautika v roce 2001 | 3,898 |
https://pt.wikipedia.org/wiki/Lista%20de%20jogos%20eletr%C3%B4nicos%20da%20Codemasters | Wikipedia | Open Web | CC-By-SA | 2,023 | Lista de jogos eletrônicos da Codemasters | https://pt.wikipedia.org/w/index.php?title=Lista de jogos eletrônicos da Codemasters&action=history | Portuguese | Spoken | 150 | 281 | Codemasters é um desenvolvedora e editora de videogame britânica fundada por David Darling e seu irmão Richard em 1986. A sede do estúdio está situada em Southam, Warwickshire, enquanto as 3 subsidiárias da empresa estão localizadas em Birmingham e Kuala Lumpur, Malásia. A empresa era conhecida por desenvolver e publicar títulos de corridas, como Colin McRae Rally, Micro Machines e TOCA. A empresa também lançou vários outros jogos em outros gêneros, como a série de Jogo eletrônico de ação e aventura|Ação e aventura Overlord, a série de tiro tático Operation Flashpoint e a série Brian Lara Cricket. Em 2008, a empresa adquiriu os direitos para desenvolver e publicar videogames de Fórmula Um licenciados. No mesmo ano, a empresa adquiriu o Sega Racing Studio da Sega e a Codemasters Birmingham da Swordfish Studios.
Lista de jogos eletrônicos
Jogos cancelados
Dragon Empires
Jogos eletrônicos da Codemasters
Listas de jogos eletrônicos por empresa | 32,722 |
https://zh.wikipedia.org/wiki/2015%E5%B9%B4%E5%91%8A%E7%A4%BA%E7%89%8C%E7%99%BE%E5%BC%BA%E5%8D%95%E6%9B%B2%E6%A6%9C%E5%86%A0%E5%86%9B%E5%8D%95%E6%9B%B2%E5%88%97%E8%A1%A8 | Wikipedia | Open Web | CC-By-SA | 2,023 | 2015年告示牌百强单曲榜冠军单曲列表 | https://zh.wikipedia.org/w/index.php?title=2015年告示牌百强单曲榜冠军单曲列表&action=history | Chinese | Spoken | 9 | 416 | 《公告牌》百强单曲榜是对美国表现最佳单曲进行排名的榜单。榜单数据由《公告牌》杂志公布,编制,并根据各单曲的每周实体和数字销量及播放量和流媒体数据共同得出。
2015年间,共8首单曲登上了百强单曲榜头名,第9首单曲泰勒·斯威夫特的〈空格〉于2014年11月开始霸榜。在这9首冠军单曲中,3首为合作作品。共有10位艺人作为主唱或伴唱歌手登上榜首,其中有6位获得了个人首支百强单曲榜冠军单曲,分别是馬克·朗森、查理·普斯、肯德里克·拉马尔、、威肯以及贾斯汀·比伯。马克·朗森主唱,布鲁诺·马尔斯伴唱的〈放克名流〉是今年登顶时间最长的冠军单曲,共14周位于榜首位置,并最终登顶2015年《公告牌》年终百强单曲榜。
榜单历史
参见
参考来源
外部链接
2015年美国音乐
公告牌百强单曲榜冠军单曲列表
2015年音樂排行榜 | 41,690 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.