Acoustic alchemy - she speaks american/english. Acoustic Alchemy - Playing for Time. 'MILLENIUM' jazz rock club. American English File Level 4: Teacher's Book by Oxenden Clive from Flipkart.com. Only Genuine Products. 30 Day Replacement Guarantee. Cash On Delivery! About peer to mail p2m easy, free & fast p2m peer2mail. The maiden with child mother earth appeared native american with papoose skin of fire water corn whisky and clear drink. World Alchemy is an expression.
American English — Amerikanisches Englisch (American English, kurz AE oder AmE) ist die Form der englischen. Artist = Acoustic Alchemy Released = March.
It's one reason that I haven't upgraded from Matlab 2006a - I canstill use CVF for MEX files.Last year, I helped a colleague upgrade to Matlab 2008a and Intel. Itwas a terrible performance. For a start, we needed to find a copy ofVisual Studio 2005.
Then making all these programs talk to each othertook his IT people a couple of days before we even got to the FortranAPIs. However, most of the CVF programs ported across to Intelwithout problem once we got the system working. But it only works onone PC, so that's the only one he can use for MEXing.Anyway, a solution to your problem is to downgrade your version ofMatlab. I think the change to Intel occurred in version 2008a, soanything before that will be OK.IMHO, TMW have gone overboard with two new versions per year. Eachnew version introduces more bugs and less stability, with a minusculeenhancement of features.Nathan16.06.09 22:56. So downgrading is the only option?
Compaq Visual Fortran 6.6 Crack 1
(Other than getting the Intelcompiler?)Hm. I'll talk to my mentor and see what he wants to do.I think it will be okay to just go ahead and get the intel, since I'vebeen reading that it's mostly compatible with CVF.
Compaq Visual Fortran
Thanks for yourinput. Matlab does seem to be updated way too quickly, I agree. Morebugs and compatibility issues should be fixed before moving on tonewer versions that mess up what you are working on. (The wholephasing out process of previous compilers is also very troubling.they are forcing us to keep older and possibly more buggy versions tokeep compatibility with trusted programs, or else we have to spendmore money on their products and 'partner' products.)Well, I'll be getting paid to figure out how to work with the inteland matlab (if that's what we'll end up doing) so I don't mind thetrouble.Again, thanks for the response.Luka Djigas17.06.09 2:16. Hi NathanI've not used CVF for a long time but I have some small experience ofgetting Matlab to recognise unsupported compilers.In a directory with a name like this:C:Program FilesMATLABR2009abinwin64mexoptsyou'll find a bunch of.bat and.stp files. All you have to do iscopy a suitable starting file (or two) and edit it (or them) to useyour compiler.
You should be able to understand the contents andlayout of these files quite readily - so I won't wear my fingers outtyping detailed instructions. Not sure I could anyway!This will get you over one hurdle, getting Matlab to recognise thatyour compiler exists when you do 'mex -setup'. Now, if there arefeatures of a Fortran compiler that Mex requires and that your versionof CVF doesn't provide, you're probably stuck.Hope that helpsMark WestwoodNathan17.06.09 9:14. Yeah, you're right.I found this in the mexsetup file:'Many.stp files are provided in /bin//mexopts and/bin//mbuildopts.
These can be used as examples forcreating.stp files for other (non-MathWorks supported) compilers.' So I guess you are supposed to just go ahead and try to use your owncompilers?
I'll try to figure out how to write one for CVF, I guess.I'm not sure I understand the language in the batch files enough towrite one for CVF, however.Thanks for your help!-Nathandpb17.06.09 10:33. Nathan wrote: On Jun 17, 5:52 am, Mark Westwood wrote. In a directory with a name like this: C:Program FilesMATLABR2009abinwin64mexopts you'll find a bunch of.bat and.stp files.
All you have to do is copy a suitable starting file (or two) and edit it (or them) to use your compiler. You should be able to understand the contents and layout of these files quite readily -. Yeah, you're right. I found this in the mexsetup file: 'Many.stp files are provided in /bin//mexopts and /bin//mbuildopts. These can be used as examples for creating.stp files for other (non-MathWorks supported) compilers.' So I guess you are supposed to just go ahead and try to use your own compilers?
I'll try to figure out how to write one for CVF, I guess. I'm not sure I understand the language in the batch files enough to write one for CVF, however. Thanks for your help! -NathanYeah, I looked into it some a while back and got lost in the (whatseemed to me anyway) multiple levels of indirection pretty quickly.I've not used mex in so long I don't recall whether CVF is supported w/the version I have-I'll try to look and see what I can find if it isthat might be of any use.-Nathan17.06.09 10:48.
Nathan wrote. Thanks, that'd be great. I think as long as I get the lib files I'm missing (as well as the correct text inside the.stp and.bat files) it should work.You're several rev's of ML later than I but I zipped up the df60 libfiles from here and sent them to your email addy. No clue whetherthey'll work w/ a later version or not, but nothing ventured, nothinggained.:J) Can't see there's much of a license issue TMW can complainabout since they pulled support as long as don't expect them to answerquestions or solve problems.-Nathan17.06.09 11:35. Nathan wrote. Alright thanks. I'll post again after I try it out.
By the way, does the code I posted (that resides in df66opts.bat and df66opts.stp) match the code in yours? These are/should be located in C:program filesmatlab(release)binwin32mexopts Another thing. Does your folder also contain another batch file named something like df66engmatopts.bat? I don't have that one (at least I haven't tried creating it yet).I'll go look-my ML version is old enough it still has df60.
Compaq Visual Fortran 6.6
insteadof 66 (altho I have 6.6c) so I thought I'd cut 'n paste yours but hadn'tyet done so.I'll try to get to that here shortly-stay tuned.:)-Nathan17.06.09 12:20. Nathan wrote. Alright thanks. I'll post again after I try it out. By the way, does the code I posted (that resides in df66opts.bat and df66opts.stp) match the code in yours? These are/should be located in C:program filesmatlab(release)binwin32mexoptsThe opts.bat file is pretty close except some of the compiler optionsaren't quite the same - one I noticed is the 6.6 version uses /threadswhereas my 6.0 doesn't.The.stp file is quite markedly different - the 6.0 version routinename is df60opts while yours is intelf91msvs2005opts.
The biggestdifference I see is a lot of stuff searching for MSVC80 and therequirement for VS2005 that the 6.0 version doesn't have.Whether you can get anywhere w/o them I don't know, nor do I yet knowwhether I can manage to get 6.6c to work w/ my R12-I've intended tolook into it for years but when I (was) retired the incentive sorta'went w/ it.:) Another thing. Does your folder also contain another batch file named something like df66engmatopts.bat? I don't have that one (at least I haven't tried creating it yet).This is for the building of standalone.exe's. Nathan wrote. Hm. I haven't received the lib files yet. But thanks for your support, it is much appreciated.Well, I have an explanation for that; just arrived.
Gmail bounced itfor the executable attachment, apparently. You have another address? I don't think there would be too much difference between the df60 and df66 files, other than version numbers.The problem(s) I foresee will be less in the DVF end than in what TMWhas done to the interfaces inside ML from the different versions of MLbetween us. I mentioned there's a major difference between the two.stpfiles in another response. But, it wasn't/isn't clear to me from whatyou started.-Nathan17.06.09 13:44. Nathan wrote. But hey, I solved my problem!
I installed r2007b, copied the required.bat and.stp files over from binwin32mexopts.That's kewl, glad to know.I'm stuck w/mex -setuponly returning CVF 6.0 as a version even though it's been upgraded to 6.6c.You have any idea w/o wasting further time how ML tries to ascertain theversion? I know recall where I was when I got stuck previously-thispoint where it didn't seem to be able to tell which compiler wasinstalled even. I looked at the setup.m file but it calls a Perl scriptand I got lost at that point.:(-Nathan17.06.09 16:11. I don't know how to help you if creating those files in theright folder didn't work. (Once I copied them into the correspondingr2009a folder, mex -setup finally gave it as an option)Good luck! Inside of each of these files, they specify which versionthe compiler (for those files) is used. The.stp file more explicitlydeclares that with a variable that holds the version number.
Program do sprawdzania hardware id database. Withoutany more information, I don't think I'd be able to help.However, I do appreciate you taking your time to help me with my priorproblem!-Nathan.
Acoustic Alchemy / Thirty Three and a ThirdЖанр
Acoustic Alchemy American English Rapidshare Files Free
: Pop Jazz/Smooth JazzНоситель
Страна-производитель диска (релиза): Russia
Год издания: 2018
Издатель (лейбл): Time Blues
Аудиокодек: FLAC (*.flac)
Тип рипа: image+.cue
Битрейт аудио: lossless
Продолжительность: 40'44'
Источник: собственный рип BluesHouse aka RedHotBlues
Наличие сканов в содержимом раздачи: да
Треклист:
Acoustic Alchemy American English Rapidshare Files Pdf
CD: Acoustic Alchemy - Thirty three and a third01. East of Babylon [0:03:24.35]
02. Carmen's Man [0:04:01.49]
03. The Swallow's Tale [0:04:23.32]
04. Thirty three and a Third [0:04:59.39]
05. Winter's Tale [0:03:23.03]
06. A Little Closer [0:04:10.56]
07. Blue's for Mr Mu [0:05:02.11]
08. The Girl with a Plan [0:04:55.00]
09. Allemande [0:02:25.44]
10. Prelude in D minor [0:01:39.24]
11. The Wind of Change (solo version) [0:02:18.04]
Лог создания рипа
Exact Audio Copy V1.3 from 2. September 2016Отчёт EAC об извлечении, выполненном 7. марта 2019, 21:33
Acoustic Alchemy / Thirty three and a third
Дисковод: ATAPI iHAS124 F Adapter: 1 ID: 0
Режим чтения : ДостоверностьИспользование точного потока : ДаОтключение кэша аудио : ДаИспользование указателей C2 : Нет
Коррекция смещения при чтении : 6Способность читать области Lead-in и Lead-out : НетЗаполнение пропущенных сэмплов тишиной : ДаУдаление блоков с тишиной в начале и конце : НетПри вычислениях CRC использовались нулевые сэмплы : ДаИнтерфейс : Встроенный Win32-интерфейс для Win NT/2000
Выходной формат : Пользовательский кодировщикВыбранный битрейт : 768 kBit/sКачество : ВысокийДобавление ID3-тега : НетУтилита сжатия : C:Program Files (x86)Exact Audio CopyFLACFLAC.EXEДополнительные параметры : -6 -V -T 'ARTIST=%artist%' -T 'TITLE=%title%' -T 'ALBUM=%albumtitle%' -T 'DATE=%year%' -T 'TRACKNUMBER=%tracknr%' -T 'GENRE=%genre%' -T 'COMMENT=%comment%' -T 'BAND=%albuminterpret%' -T 'ALBUMARTIST=%albuminterpret%' -T 'COMPOSER=%composer%' %haslyrics%--tag-from-file=LYRICS='%lyricsfile%'%haslyrics% -T 'DISCNUMBER=%cdnumber%' -T 'TOTALDISCS=%totalcds%' -T 'TOTALTRACKS=%numtracks%' %hascover%--picture='%coverfile%'%hascover% %source% -o %dest%
TOC извлечённого CD
Трек | Старт | Длительность | Начальный сектор | Конечный сектор --------------------------------------------------------------------- 1 | 0:00.00 | 3:24.35 | 0 | 15334 2 | 3:24.35 | 4:01.49 | 15335 | 33458 3 | 7:26.09 | 4:23.32 | 33459 | 53215 4 | 11:49.41 | 4:59.39 | 53216 | 75679 5 | 16:49.05 | 3:23.03 | 75680 | 90907 6 | 20:12.08 | 4:10.56 | 90908 | 109713 7 | 24:22.64 | 5:02.11 | 109714 | 132374 8 | 29:25.00 | 4:55.00 | 132375 | 154499 9 | 34:20.00 | 2:25.44 | 154500 | 165418 10 | 36:45.44 | 1:39.24 | 165419 | 172867 11 | 38:24.68 | 2:18.04 | 172868 | 183221
Характеристики диапазона извлечения и сообщения об ошибках
Выбранный диапазон
Имя файла C:UsersPENTIUMDesktopAcoustic Alchemy - Thirty three and a third 2018 40'44'Acoustic Alchemy - Thirty three and a third.wav
Пиковый уровень 98.8 % Скорость извлечения 5.3 X Качество диапазона 99.9 % CRC теста 357EC58E CRC копии 357EC58E Копирование... OK
Ошибок не произошло
Конец отчёта
---- CUETools DB Plugin V2.1.6
[CTDB TOCID: C2LbSKoRuR3aDfJqhAhYKFa920o-] foundSubmit result: C2LbSKoRuR3aDfJqhAhYKFa920o- has been confirmedTrack | CTDB Status 1 | ( 5/14) Accurately ripped 2 | ( 5/14) Accurately ripped 3 | ( 5/14) Accurately ripped 4 | ( 5/14) Accurately ripped 5 | ( 5/14) Accurately ripped 6 | ( 5/14) Accurately ripped 7 | ( 5/14) Accurately ripped 8 | ( 5/14) Accurately ripped 9 | ( 5/14) Accurately ripped 10 | ( 5/14) Accurately ripped 11 | ( 5/14) Accurately ripped
Контрольная сумма отчёта 7EC532E58024ACEE2D3FE57C434A2D6EE639DED35DDE3DA1A58FD23817358D79
Содержание индексной карты (.CUE)
REM GENRE JazzREM DATE 2018REM DISCID 72098A0BREM COMMENT 'ExactAudioCopy v1.3'PERFORMER 'Acoustic Alchemy'TITLE 'Thirty three and a third'REM COMPOSER 'FILE 'Acoustic Alchemy - Thirty three and a third.flac' WAVE TRACK 01 AUDIO TITLE 'East of Babylon' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 00:00:00 TRACK 02 AUDIO TITLE 'Carmen's Man' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 03:24:35 TRACK 03 AUDIO TITLE 'The Swallow's Tale' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 07:26:09 TRACK 04 AUDIO TITLE 'Thirty three and a Third' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 11:49:41 TRACK 05 AUDIO TITLE 'Winter's Tale' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 16:49:05 TRACK 06 AUDIO TITLE 'A Little Closer' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 20:12:08 TRACK 07 AUDIO TITLE 'Blue's for Mr Mu' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 24:22:64 TRACK 08 AUDIO TITLE 'The Girl with a Plan' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 29:25:00 TRACK 09 AUDIO TITLE 'Allemande' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 34:20:00 TRACK 10 AUDIO TITLE 'Prelude in D minor' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 36:45:44 TRACK 11 AUDIO TITLE 'The Wind of Change (solo version)' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 38:24:68Лог проверки качества
-----------------------DON'T MODIFY THIS FILE
-----------------------
PERFORMER: auCDtect Task Manager, ver. 1.6.0 RC1 build 1.6.0.1Copyright (c) 2008-2010 y-soft. All rights reservedhttp://y-soft.org
ANALYZER: auCDtect: CD records authenticity detector, version 0.8.2Copyright (c) 2004 Oleg Berngardt. All rights reserved.Copyright (c) 2004 Alexander Djourik. All rights reserved.
FILE: Acoustic Alchemy - Thirty three and a third.flac Size: 254359662 Hash: B272A1FAF688C6CDDB6E6CBEA2A3F744 Accuracy: -m0 Conclusion: CDDA 100% Signature: AAFD6137A2DF7A7908C1B959BC4F7BE68E3F8206
Acoustic Alchemy American English Rapidshare Files
сомнительныйAcoustic Alchemy American English Rapidshare Files Download
Страна-производитель диска (релиза): Russia
Год издания: 2018
Издатель (лейбл): Time Blues
Аудиокодек: FLAC (*.flac)
Тип рипа: image+.cue
Битрейт аудио: lossless
Продолжительность: 40'44'
Источник: собственный рип BluesHouse aka RedHotBlues
Наличие сканов в содержимом раздачи: да
Треклист:
Acoustic Alchemy American English Rapidshare Files Pdf
CD: Acoustic Alchemy - Thirty three and a third01. East of Babylon [0:03:24.35]
02. Carmen's Man [0:04:01.49]
03. The Swallow's Tale [0:04:23.32]
04. Thirty three and a Third [0:04:59.39]
05. Winter's Tale [0:03:23.03]
06. A Little Closer [0:04:10.56]
07. Blue's for Mr Mu [0:05:02.11]
08. The Girl with a Plan [0:04:55.00]
09. Allemande [0:02:25.44]
10. Prelude in D minor [0:01:39.24]
11. The Wind of Change (solo version) [0:02:18.04]
Лог создания рипа
Exact Audio Copy V1.3 from 2. September 2016Отчёт EAC об извлечении, выполненном 7. марта 2019, 21:33
Acoustic Alchemy / Thirty three and a third
Дисковод: ATAPI iHAS124 F Adapter: 1 ID: 0
Режим чтения : ДостоверностьИспользование точного потока : ДаОтключение кэша аудио : ДаИспользование указателей C2 : Нет
Коррекция смещения при чтении : 6Способность читать области Lead-in и Lead-out : НетЗаполнение пропущенных сэмплов тишиной : ДаУдаление блоков с тишиной в начале и конце : НетПри вычислениях CRC использовались нулевые сэмплы : ДаИнтерфейс : Встроенный Win32-интерфейс для Win NT/2000
Выходной формат : Пользовательский кодировщикВыбранный битрейт : 768 kBit/sКачество : ВысокийДобавление ID3-тега : НетУтилита сжатия : C:Program Files (x86)Exact Audio CopyFLACFLAC.EXEДополнительные параметры : -6 -V -T 'ARTIST=%artist%' -T 'TITLE=%title%' -T 'ALBUM=%albumtitle%' -T 'DATE=%year%' -T 'TRACKNUMBER=%tracknr%' -T 'GENRE=%genre%' -T 'COMMENT=%comment%' -T 'BAND=%albuminterpret%' -T 'ALBUMARTIST=%albuminterpret%' -T 'COMPOSER=%composer%' %haslyrics%--tag-from-file=LYRICS='%lyricsfile%'%haslyrics% -T 'DISCNUMBER=%cdnumber%' -T 'TOTALDISCS=%totalcds%' -T 'TOTALTRACKS=%numtracks%' %hascover%--picture='%coverfile%'%hascover% %source% -o %dest%
TOC извлечённого CD
Трек | Старт | Длительность | Начальный сектор | Конечный сектор --------------------------------------------------------------------- 1 | 0:00.00 | 3:24.35 | 0 | 15334 2 | 3:24.35 | 4:01.49 | 15335 | 33458 3 | 7:26.09 | 4:23.32 | 33459 | 53215 4 | 11:49.41 | 4:59.39 | 53216 | 75679 5 | 16:49.05 | 3:23.03 | 75680 | 90907 6 | 20:12.08 | 4:10.56 | 90908 | 109713 7 | 24:22.64 | 5:02.11 | 109714 | 132374 8 | 29:25.00 | 4:55.00 | 132375 | 154499 9 | 34:20.00 | 2:25.44 | 154500 | 165418 10 | 36:45.44 | 1:39.24 | 165419 | 172867 11 | 38:24.68 | 2:18.04 | 172868 | 183221
Характеристики диапазона извлечения и сообщения об ошибках
Выбранный диапазон
Имя файла C:UsersPENTIUMDesktopAcoustic Alchemy - Thirty three and a third 2018 40'44'Acoustic Alchemy - Thirty three and a third.wav
Пиковый уровень 98.8 % Скорость извлечения 5.3 X Качество диапазона 99.9 % CRC теста 357EC58E CRC копии 357EC58E Копирование... OK
Ошибок не произошло
Конец отчёта
---- CUETools DB Plugin V2.1.6
[CTDB TOCID: C2LbSKoRuR3aDfJqhAhYKFa920o-] foundSubmit result: C2LbSKoRuR3aDfJqhAhYKFa920o- has been confirmedTrack | CTDB Status 1 | ( 5/14) Accurately ripped 2 | ( 5/14) Accurately ripped 3 | ( 5/14) Accurately ripped 4 | ( 5/14) Accurately ripped 5 | ( 5/14) Accurately ripped 6 | ( 5/14) Accurately ripped 7 | ( 5/14) Accurately ripped 8 | ( 5/14) Accurately ripped 9 | ( 5/14) Accurately ripped 10 | ( 5/14) Accurately ripped 11 | ( 5/14) Accurately ripped
Контрольная сумма отчёта 7EC532E58024ACEE2D3FE57C434A2D6EE639DED35DDE3DA1A58FD23817358D79
Содержание индексной карты (.CUE)
REM GENRE JazzREM DATE 2018REM DISCID 72098A0BREM COMMENT 'ExactAudioCopy v1.3'PERFORMER 'Acoustic Alchemy'TITLE 'Thirty three and a third'REM COMPOSER 'FILE 'Acoustic Alchemy - Thirty three and a third.flac' WAVE TRACK 01 AUDIO TITLE 'East of Babylon' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 00:00:00 TRACK 02 AUDIO TITLE 'Carmen's Man' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 03:24:35 TRACK 03 AUDIO TITLE 'The Swallow's Tale' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 07:26:09 TRACK 04 AUDIO TITLE 'Thirty three and a Third' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 11:49:41 TRACK 05 AUDIO TITLE 'Winter's Tale' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 16:49:05 TRACK 06 AUDIO TITLE 'A Little Closer' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 20:12:08 TRACK 07 AUDIO TITLE 'Blue's for Mr Mu' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 24:22:64 TRACK 08 AUDIO TITLE 'The Girl with a Plan' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 29:25:00 TRACK 09 AUDIO TITLE 'Allemande' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 34:20:00 TRACK 10 AUDIO TITLE 'Prelude in D minor' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 36:45:44 TRACK 11 AUDIO TITLE 'The Wind of Change (solo version)' PERFORMER 'Acoustic Alchemy' REM COMPOSER ' INDEX 01 38:24:68Лог проверки качества
-----------------------DON'T MODIFY THIS FILE
-----------------------
PERFORMER: auCDtect Task Manager, ver. 1.6.0 RC1 build 1.6.0.1Copyright (c) 2008-2010 y-soft. All rights reservedhttp://y-soft.org
ANALYZER: auCDtect: CD records authenticity detector, version 0.8.2Copyright (c) 2004 Oleg Berngardt. All rights reserved.Copyright (c) 2004 Alexander Djourik. All rights reserved.
FILE: Acoustic Alchemy - Thirty three and a third.flac Size: 254359662 Hash: B272A1FAF688C6CDDB6E6CBEA2A3F744 Accuracy: -m0 Conclusion: CDDA 100% Signature: AAFD6137A2DF7A7908C1B959BC4F7BE68E3F8206
Acoustic Alchemy American English Rapidshare Files
сомнительныйAcoustic Alchemy American English Rapidshare Files Download
t_5708567.torrent | ||
---|---|---|
Torrent: | Registered · [ 2019-03-26 21:46 ] · 7c5b7d6098729bc389633b2bc2fe3d271a0c5726 | 13 KB |
Status: | √checked | |
Completed: | 8 times | |
Size: | 317 MB | |
Rating: | ||
Say thanks: | 0 |
Acoustic Alchemy American English Rapidshare Files -
Похожие темы | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|